1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
include(manual.h)dnl
HEADER(work_queue_status)
SECTION(NAME)
BOLD(work_queue_status) - display status of currently running Work Queue applications.
SECTION(SYNOPSIS)
CODE(BOLD(work_queue_status [options]))
SECTION(DESCRIPTION)
BOLD(work_queue_status) displays the status of currently running Work Queue applications registered with a catalog server.
LIST_BEGIN
LIST_ITEM()Hostname and port number of the application.
LIST_ITEM()Number of waiting tasks.
LIST_ITEM()Number of completed tasks.
LIST_ITEM()Number of connected workers.
LIST_ITEM()Number of busy workers currently executing a task.
LIST_ITEM()Timestamp of when there was last communication with the application.
LIST_END
SECTION(OPTIONS)
OPTIONS_BEGIN
OPTION_PAIR(-d, subsystem)Enable debugging for the given subsystem. Try -d all as a start.
OPTION_PAIR(-t, time)RPC timeout (default=30s).
OPTION_ITEM(-l)Long output.
OPTION_ITEM(-h)Show this help message.
OPTIONS_END
SECTION(EXIT STATUS)
On success, returns zero. On failure, returns non-zero.
SECTION(COPYRIGHT)
COPYRIGHT_BOILERPLATE
SECTION(SEE ALSO)
SEE_ALSO_WORK_QUEUE
FOOTER
|