autonomy relay status¶
Show relay queue depth, worker config, and bandwidth state
Synopsis¶
Queries the edged control socket and prints a point-in-time snapshot
of relay subsystem health:
enabled — whether the relay ledger is configured
workers — number of relay worker goroutines
success — delivery success condition (e.g. one_peer)
queue — scheduled/inflight/acked/failed/deadletter/total counts
bandwidth — rate limits and daily quota consumption (if configured)
queried_at — timestamp of the snapshot
When relay is disabled, exits cleanly with "relay: disabled".
Use --output json for machine-readable output.
Usage¶
autonomy relay status [flags]
Options¶
--output string output format: "text" or "json" (default "text")
Options inherited from parent commands¶
--require-signed-manifest Refuse to start if the SHA256SUMS release manifest or its cosign signature is missing/invalid (Tier 2 binary-integrity check; default: build-time compile-in via -ldflags -X, build-hardened artifacts=true, all others=false)
--socket string path to the edged control socket (default "/run/edged/ctl.sock")
See also¶
autonomy relay— Inspect the local edge relay subsystem