Skip to main content

CLI

npx @amit641/llmmeter-cli <command> [options]
CommandWhat it does
dashboardOpen the local dashboard against a SQLite file.
tailLive-tail incoming calls in the terminal. See Live tail.
analyzeSurface routing suggestions. See Routing analyzer.
serveRun the production collector + dashboard.
exportDump all calls to JSONL or CSV.
pruneDelete records older than a duration (30d, 2w).
pricing listPrint the bundled price table.
versionPrint version.

Common flags

  • --db PATH — SQLite file (default ./.llmmeter/llmmeter.db)
  • --pg URL — Postgres connection string (used by serve / prune)
  • --port N — HTTP port
  • --ingest-token T / --dashboard-token T — auth tokens for serve
  • --no-open — don't auto-open the browser