aide ps

Show liveness and dependency-check status for every registered agent.

aide ps

Reads heartbeat files written by the daemon at ~/.aide/heartbeats/<agent>.json and prints a table:

NAME                 STATUS     LAST ALIVE             CYCLE    DEPS
────────────────────────────────────────────────────────────────────────────────
reviewer             running    12s ago                204      2/2 ok
gpu-trainer          running    8s ago                 11       1/2 fail:gpu_server
crawler              DEAD       42m ago                88       —

Columns

  • NAME — agent name from aide list
  • STATUSrunning, DEAD (last heartbeat > 10 min ago), or if never seen
  • LAST ALIVE — wall-clock age of the last heartbeat
  • CYCLE — daemon tick counter for this agent (monotonic per process)
  • DEPS — dependency-check summary: n/m ok or n/m fail:name1,name2