1WDCTL(8) System Administration WDCTL(8)
2
3
4
6 wdctl - show hardware watchdog status
7
9 wdctl [options] [device...]
10
12 Show hardware watchdog status. The default device is /dev/watchdog. If
13 more than one device is specified then the output is separated by one
14 blank line.
15
16 If the device is already used or user has no permissions to read from
17 the device, then wdctl reads data from sysfs. In this case information
18 about supported features (flags) might be missing.
19
20 Note that the number of supported watchdog features is hardware
21 specific.
22
24 -f, --flags list
25 Print only the specified flags.
26
27 -F, --noflags
28 Do not print information about flags.
29
30 -I, --noident
31 Do not print watchdog identity information.
32
33 -n, --noheadings
34 Do not print a header line for flags table.
35
36 -o, --output list
37 Define the output columns to use in table of watchdog flags. If no
38 output arrangement is specified, then a default set is used. Use
39 --help to get list of all supported columns.
40
41 -O, --oneline
42 Print all wanted information on one line in key="value" output
43 format.
44
45 -r, --raw
46 Use the raw output format.
47
48 -s, -settimeout seconds
49 Set the watchdog timeout in seconds.
50
51 -T, --notimeouts
52 Do not print watchdog timeouts.
53
54 -x, --flags-only
55 Same as -I -T.
56
57 -V, --version
58 Display version information and exit.
59
60 -h, --help
61 Display help text and exit.
62
64 Karel Zak <kzak@redhat.com>, Lennart Poettering
65 <lennart@poettering.net>
66
68 For bug reports, use the issue tracker at
69 https://github.com/karelzak/util-linux/issues.
70
72 The wdctl command is part of the util-linux package which can be
73 downloaded from Linux Kernel Archive
74 <https://www.kernel.org/pub/linux/utils/util-linux/>.
75
76
77
78util-linux 2.37.2 2021-06-02 WDCTL(8)