Skip to main content
View and manage OpenGround usage statistics, including library counts and tool call metrics.

Commands

show

Display OpenGround statistics.

Output Example

Metrics

  • Libraries: Number of distinct libraries in the database
  • Total chunks: Total number of embedded chunks across all libraries
  • Tool calls: Count of each command execution

reset

Clear tool call statistics (reset to zero).

Options

boolean
default:"false"
Skip confirmation prompt.Aliases: -y
This permanently clears all tool call statistics. Library and chunk counts will remain.

Example

Output:

With Auto-Confirm

Use Cases

Monitor Usage

Check how often you’re querying documentation:

Track Library Growth

See total chunks as you add more documentation:

Reset After Testing

Clear stats after testing or development:

Statistics Storage

Statistics are stored in the LanceDB database and updated automatically:
  • Location: Within the configured db_path
  • Updates: Real-time as commands are executed
  • Persistence: Survives application restarts

What Gets Tracked

Tool calls tracked:
  • query - Search queries
  • add - Adding/updating libraries
  • update - Explicit updates
  • remove - Removing libraries
  • list - Listing libraries
  • Other commands as executed

What Doesn’t Get Tracked

  • Personal data: No query content is stored
  • URLs or sources: No external URLs tracked
  • Configuration changes: Config edits not tracked
  • Help commands: --help not tracked