bkr-watchdog-show - Man Page
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.
Options
Common bkr options are described in the Options section of bkr(1).
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
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.
Referenced By
Jul 17, 2024 29.1 Beaker