1IRQTOP(1) User Commands IRQTOP(1)
2
3
4
6 irqtop - utility to display kernel interrupt information
7
9 irqtop [options]
10
12 Display kernel interrupt counter information in top(1) style view.
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 -o, --output list
20 Specify which output columns to print. Use --help to get a list of
21 all supported columns. The default list of columns may be extended
22 if list is specified in the format +list.
23
24 -c, --cpu-stat mode
25 Show per-cpu statistics by specified mode. Available modes are:
26 auto, enable, disable. The default option auto detects the width of
27 window, then shows the per-cpu statistics if the width of window is
28 large enouth to show a full line of statistics.
29
30 -C, --cpu-list list
31 Specify cpus in list format to show.
32
33 -d, --delay seconds
34 Update interrupt output every seconds intervals.
35
36 -s, --sort column
37 Specify sort criteria by column name. See --help output to get
38 column names. The sort criteria may be changes in interactive mode.
39
40 -S, --softirq
41 Show softirqs information.
42
43 -h, --help
44 Display help text and exit.
45
46 -V, --version
47 Print version and exit.
48
50 i
51 sort by short irq name or number field
52
53 t
54 sort by total count of interrupts (the default)
55
56 d
57 sort by delta count of interrupts
58
59 n
60 sort by long descriptive name field
61
62 q Q
63 stop updates and exit program
64
66 Zhenwei Pi <pizhenwei@bytedance.com>, Sami Kerola <kerolasa@iki.fi>,
67 Karel Zak <kzak@redhat.com>
68
70 For bug reports, use the issue tracker at
71 https://github.com/util-linux/util-linux/issues.
72
74 The irqtop command is part of the util-linux package which can be
75 downloaded from Linux Kernel Archive
76 <https://www.kernel.org/pub/linux/utils/util-linux/>.
77
78
79
80util-linux 2.39.2 2023-08-17 IRQTOP(1)