hiveloom top
A live, terminal-based dashboard. Refreshes on an interval and shows
per-agent activity: in-flight chat sessions, request rate, last error.
Quit with q or Ctrl-C.
Synopsis
hiveloom top [OPTIONS]Options
| Flag | Default | Description |
|---|---|---|
--endpoint <URL> | — | API endpoint for a remote instance. |
--token <TOKEN> | — | Bearer token for remote access. |
--interval <SECONDS> | 2 | Refresh interval. |
Examples
Local instance, default 2 s refresh:
hiveloom topSlower refresh on a busy production VPS:
hiveloom top --interval 10Remote:
hiveloom top \
--endpoint https://hiveloom.example.com \
--token "$ADMIN_TOKEN"When to use it
top is for live observation while you reproduce a bug or watch a deploy
land. For after-the-fact analysis use hiveloom logs; for
batch metrics, scrape --json output of hiveloom status on a schedule.