1LSIRQ(1)                         User Commands                        LSIRQ(1)
2
3
4

NAME

6       lsirq - utility to display kernel interrupt information
7

SYNOPSIS

9       lsirq [options]
10

DESCRIPTION

12       Display kernel interrupt counter information.
13
14       The default output is subject to change. So whenever possible, you
15       should avoid using default outputs in your scripts. Always explicitly
16       define expected columns by using --output.
17

OPTIONS

19       -n, --noheadings
20           Don’t print headings.
21
22       -o, --output list
23           Specify which output columns to print. Use --help to get a list of
24           all supported columns. The default list of columns may be extended
25           if list is specified in the format +list.
26
27       -s, --sort column
28           Specify sort criteria by column name. See --help output to get
29           column names.
30
31       -J, --json
32           Use JSON output format.
33
34       -P, --pairs
35           Produce output in the form of key="value" pairs. All potentially
36           unsafe characters are hex-escaped (\x<code>).
37
38       -S, --softirq
39           Show softirqs information.
40
41       -h, --help
42           Display help text and exit.
43
44       -V, --version
45           Print version and exit.
46

AUTHORS

48       Zhenwei Pi <pizhenwei@bytedance.com>, Sami Kerola <kerolasa@iki.fi>,
49       Karel Zak <kzak@redhat.com>
50

REPORTING BUGS

52       For bug reports, use the issue tracker at
53       https://github.com/util-linux/util-linux/issues.
54

AVAILABILITY

56       The lsirq command is part of the util-linux package which can be
57       downloaded from Linux Kernel Archive
58       <https://www.kernel.org/pub/linux/utils/util-linux/>.
59
60
61
62util-linux 2.38.1                 2022-05-11                          LSIRQ(1)
Impressum