edgectl relay status¶
Show relay health and queue depth statistics
Synopsis¶
Displays a point-in-time snapshot of relay subsystem health:
queue depth (scheduled/inflight/acked/failed/deadletter), worker
configuration, and bandwidth limits when configured.
When relay is not configured the command exits cleanly with
"relay: disabled".
Use 'edgectl relay deadletter list' to inspect deadletter entries.
Use 'edgectl relay config get' to view full bandwidth configuration.
Usage¶
edgectl 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¶
edgectl relay— Inspect relay state, deadletter queue, and bandwidth config