bkr watchdog-show: Show time remaining on Beaker watchdogs¶
Synopsis¶
bkr watchdog-show [options] <task_id>...
Description¶
Prints to stdout the watchdog time remaining for one or more recipe-tasks. The format of each line of output is <task_id>: <seconds>.
Note that the <task_id> arguments are not in the same format as the <taskspec> argument accepted by other Beaker commands.
If the task does not have a watchdog, ‘N/A’ will be printed.
Exit status¶
Non-zero on error, otherwise zero.
Examples¶
Show the number of seconds remaining on the watchdog for recipe-task 12345:
bkr watchdog-show 12345
See also¶
bkr(1)