Skip to content

lb health

Terminal window
lb health [options]

lb health prints a summary of your knowledge graph’s current state. Use it to check whether captures are processing normally, how many nodes exist, and whether any nodes have gone stale.

OptionTypeDescription
--jsonflagOutput raw JSON.
--api-url <url>stringOverride the API base URL.
MetricDescription
Total nodesTotal number of nodes in your graph.
Validated nodesNodes that have been processed and indexed successfully.
Total capturesAll capture jobs submitted, including completed and pending.
Pending capturesCaptures currently queued or in-flight.
Total linksNumber of edges in the knowledge graph.
Stale nodesNodes that have not been updated or validated within the expected window.

Print graph health:

Terminal window
lb health

Output as JSON for monitoring or scripting:

Terminal window
lb health --json | jq '.pending_captures'