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
Skip confirmation prompt.Aliases:
-yExample
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 queriesadd- Adding/updating librariesupdate- Explicit updatesremove- Removing librarieslist- 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:
--helpnot tracked
Related Commands
- openground list - View libraries (contributes to stats)
- openground query - Search (tracked in stats)
- openground nuke - Delete all data (clears stats)