]> git.ipfire.org Git - thirdparty/util-linux.git/blame - sys-utils/lsirq.1.adoc
include/pidfd-utils: remove hardcoded syscall fallback
[thirdparty/util-linux.git] / sys-utils / lsirq.1.adoc
CommitLineData
295b3979 1//po4a: entry man manual
6d5b6948
MB
2= lsirq(1)
3:doctype: manpage
f42ed819 4:man manual: User Commands
6d5b6948
MB
5:man source: util-linux {release-version}
6:page-layout: base
7:command: lsirq
8
9== NAME
10
11lsirq - utility to display kernel interrupt information
12
13== SYNOPSIS
14
4d297435 15*lsirq* [options]
6d5b6948
MB
16
17== DESCRIPTION
18
19Display kernel interrupt counter information.
20
21The 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 *--output*.
22
23== OPTIONS
24
25*-n*, *--noheadings*::
4eab78d3 26Don't print headings.
6d5b6948
MB
27
28*-o*, *--output* _list_::
4eab78d3 29Specify which output columns to print. Use *--help* to get a list of all supported columns. The default list of columns may be extended if list is specified in the format _+list_.
6d5b6948
MB
30
31*-s*, *--sort* _column_::
4eab78d3 32Specify sort criteria by column name. See *--help* output to get column names.
6d5b6948
MB
33
34*-J*, *--json*::
4eab78d3 35Use JSON output format.
6d5b6948
MB
36
37*-P*, *--pairs*::
4eab78d3 38Produce output in the form of key="value" pairs. All potentially unsafe characters are hex-escaped (\x<code>).
6d5b6948
MB
39
40*-S*, *--softirq*::
4eab78d3 41Show softirqs information.
6d5b6948 42
2b2d3172 43include::man-common/help-version.adoc[]
6d5b6948
MB
44
45== AUTHORS
46
4eab78d3
MB
47mailto:pizhenwei@bytedance.com[Zhenwei Pi],
48mailto:kerolasa@iki.fi[Sami Kerola],
6d5b6948
MB
49mailto:kzak@redhat.com[Karel Zak]
50
625e9c61 51include::man-common/bugreports.adoc[]
6d5b6948 52
625e9c61 53include::man-common/footer.adoc[]
6d5b6948
MB
54
55ifdef::translation[]
625e9c61 56include::man-common/translation.adoc[]
6d5b6948 57endif::[]