Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flock telemetry

Query dashboard telemetry database — sessions, agent transitions, vitals snapshots — without a TTY.

Usage

flock telemetry [--limit 20] [--db <PATH>]
flock dashboard --history [--limit 20]

Default DB: ~/.config/flock/telemetry.db.

Key flags

FlagDefaultNotes
--limit20Max rows per query
--dbuser config pathOverride telemetry database

Recipes

Headless session list:

flock telemetry --limit 5

Dashboard history JSON:

flock dashboard --history --limit 10