1IRQTOP(1) User Commands IRQTOP(1)
2
3
4
6 lsirq - utility to display kernel interrupt information
7
9 lsirq [options]
10
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
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
24 of all supported columns. The default list of columns may be
25 extended 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 poten‐
36 tially unsafe characters are hex-escaped (\x<code>).
37
38 -V, --version
39 Display version information and exit.
40
41 -h, --help
42 Display help text and exit.
43
45 Zhenwei Pi ⟨pizhenwei@bytedance.com⟩
46 Sami Kerola ⟨kerolasa@iki.fi⟩
47 Karel Zak ⟨kzak@redhat.com⟩
48
50 The lsirq command is part of the util-linux package and is available
51 from Linux Kernel Archive ⟨https://www.kernel.org/pub/linux/utils/util-
52 linux/⟩.
53
54
55
56util-linux February 2020 IRQTOP(1)