inspect-graphs-and-memory-usage

star 21

Use GRAPH.LIST, GRAPH.INFO, and GRAPH.MEMORY USAGE to monitor graphs and resources

FalkorDB By FalkorDB schedule Updated 2/4/2026

name: Inspect graphs and memory usage description: Use GRAPH.LIST, GRAPH.INFO, and GRAPH.MEMORY USAGE to monitor graphs and resources

Inspect graphs and memory usage

Use introspection commands to monitor graph information and resource usage.

Usage

Use GRAPH.LIST, GRAPH.INFO, and GRAPH.MEMORY USAGE commands for operational visibility.

Example

redis-cli GRAPH.LIST
redis-cli GRAPH.INFO social
redis-cli GRAPH.MEMORY USAGE social

Notes

  • GRAPH.LIST shows all graphs in the database
  • GRAPH.INFO provides statistics about a specific graph (node count, edge count, etc.)
  • GRAPH.MEMORY USAGE reports memory consumption for a graph
  • These commands are essential for monitoring and capacity planning
  • Use them to understand resource utilization and graph characteristics
Install via CLI
npx skills add https://github.com/FalkorDB/skills --skill inspect-graphs-and-memory-usage
Repository Details
star Stars 21
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator