]> git.ipfire.org Git - thirdparty/util-linux.git/blame - sys-utils/irqtop.1.adoc
Merge branch 'getwc' of https://github.com/t-8ch/util-linux
[thirdparty/util-linux.git] / sys-utils / irqtop.1.adoc
CommitLineData
295b3979 1//po4a: entry man manual
6d5b6948
MB
2= irqtop(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: irqtop
8
9== NAME
10
11irqtop - utility to display kernel interrupt information
12
13== SYNOPSIS
14
4d297435 15*irqtop* [options]
6d5b6948
MB
16
17== DESCRIPTION
18
19Display kernel interrupt counter information in *top*(1) style view.
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*-o*, *--output* _list_::
4eab78d3 26Specify 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 27
17f7caa4 28*-c*, *--cpu-stat* _mode_::
123ba32a 29Show per-cpu statistics by specified mode. Available modes are: *auto*, *enable*, *disable*. The default option *auto* detects the width of window, then shows the per-cpu statistics if the width of window is large enough to show a full line of statistics.
17f7caa4 30
4b2fadb1 31*-C*, *--cpu-list* _list_::
32Specify cpus in list format to show.
33
6d5b6948 34*-d*, *--delay* _seconds_::
4eab78d3 35Update interrupt output every _seconds_ intervals.
6d5b6948
MB
36
37*-s*, *--sort* _column_::
4eab78d3 38Specify sort criteria by column name. See *--help* output to get column names. The sort criteria may be changes in interactive mode.
6d5b6948
MB
39
40*-S*, *--softirq*::
4eab78d3 41Show softirqs information.
6d5b6948 42
2b2d3172 43include::man-common/help-version.adoc[]
6d5b6948
MB
44
45== INTERACTIVE MODE KEY COMMANDS
46
47*i*::
4eab78d3 48sort by short irq name or number field
6d5b6948
MB
49
50*t*::
4eab78d3 51sort by total count of interrupts (the default)
6d5b6948
MB
52
53*d*::
4eab78d3 54sort by delta count of interrupts
6d5b6948
MB
55
56*n*::
4eab78d3 57sort by long descriptive name field
6d5b6948
MB
58
59*q Q*::
4eab78d3 60stop updates and exit program
6d5b6948
MB
61
62== AUTHORS
63
4eab78d3
MB
64mailto:pizhenwei@bytedance.com[Zhenwei Pi],
65mailto:kerolasa@iki.fi[Sami Kerola],
6d5b6948
MB
66mailto:kzak@redhat.com[Karel Zak]
67
625e9c61 68include::man-common/bugreports.adoc[]
6d5b6948 69
625e9c61 70include::man-common/footer.adoc[]
6d5b6948
MB
71
72ifdef::translation[]
625e9c61 73include::man-common/translation.adoc[]
6d5b6948 74endif::[]