Files
kumomta/docs/reference/kcli/inspect-ready-q.md
T
Wez Furlong b9e677dd16 add abort-ready-q-conn and inspect-readyq endpoints/commands
These build on the infrastructure from the prior commit and improve
the observability of the system.

refs: https://github.com/KumoCorp/kumomta/issues/539
2026-06-23 09:58:36 +01:00

906 B

tags
tags
ops
debugging

kcli inspect-ready-q

Returns information about a ready queue: its egress identity, effective state (throttles, suspensions, ready and connection counts), and, optionally, the dispatcher tasks that are currently handling its connections plus the egress path configuration in effect

Usage: kcli inspect-ready-q [OPTIONS] <QUEUE_NAME>

Arguments

  • <QUEUE_NAME> — The name of the ready queue to inspect

Options

  • --connections — Show the per-connection dispatcher state (phase, time in phase, message counters, etc.). Off by default since a busy queue can have many dispatchers

  • --config — Include the egress path configuration snapshot. Off by default because the config can be large

  • --json — Output the response as pretty-printed JSON. Mutually exclusive with the other flags; the JSON output always carries the full payload