summaryrefslogtreecommitdiffstats
path: root/sys-utils/lsirq.1
blob: 3249b403881d2d51286564c6297b36d74e9b7b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.TH IRQTOP "1" "February 2020" "util-linux" "User Commands"
.SH NAME
lsirq \- utility to display kernel interrupt information
.SH SYNOPSIS
.B lsirq
[options]
.SH DESCRIPTION
Display kernel interrupt counter information.
.PP
The default output is subject to change.  So whenever possible, you should
avoid using default outputs in your scripts.  Always explicitly define
expected columns by using
.BR \-\-output .
.SH OPTIONS
.TP
.BR \-n ", " \-\-noheadings
Don't print headings.
.TP
.BR \-o , " \-\-output " \fIlist\fP
Specify which output columns to print.  Use
.B \-\-help
to get a list of all supported columns.  The default list of columns may be
extended if list is specified in the format
.IR +list .
.TP
.BR \-s , " \-\-sort " \fIcolumn\fP
Specify sort criteria by column name.  See
.B \-\-help
output to get column names.
.TP
.BR \-J ", " \-\-json
Use JSON output format.
.TP
.BR \-P ", " \-\-pairs
Produce output in the form of key="value" pairs.  All potentially unsafe characters
are hex-escaped (\\x<code>).
.TP
.BR \-V ", " \-\-version
Display version information and exit.
.TP
.BR \-h ,\  \-\-help
Display help text and exit.
.SH AUTHORS
.MT pizhenwei@\:bytedance.com
Zhenwei Pi
.ME
.br
.MT kerolasa@\:iki.fi
Sami Kerola
.ME
.br
.MT kzak@\:redhat.com
Karel Zak
.ME
.SH AVAILABILITY
The lsirq command is part of the util-linux package and is available from
.UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
Linux Kernel Archive
.UE .