OSDN Git Service

909b8d73695bf6cfb9cfce3d731c28c9fd9d813a
[linuxjm/jm.git] / manual / util-linux / original / man1 / irqtop.1
1 '\" t
2 .\"     Title: irqtop
3 .\"    Author: [see the "AUTHOR(S)" section]
4 .\" Generator: Asciidoctor 2.0.15
5 .\"      Date: 2022-02-14
6 .\"    Manual: User Commands
7 .\"    Source: util-linux 2.37.4
8 .\"  Language: English
9 .\"
10 .TH "IRQTOP" "1" "2022-02-14" "util\-linux 2.37.4" "User Commands"
11 .ie \n(.g .ds Aq \(aq
12 .el       .ds Aq '
13 .ss \n[.ss] 0
14 .nh
15 .ad l
16 .de URL
17 \fI\\$2\fP <\\$1>\\$3
18 ..
19 .als MTO URL
20 .if \n[.g] \{\
21 .  mso www.tmac
22 .  am URL
23 .    ad l
24 .  .
25 .  am MTO
26 .    ad l
27 .  .
28 .  LINKSTYLE blue R < >
29 .\}
30 .SH "NAME"
31 irqtop \- utility to display kernel interrupt information
32 .SH "SYNOPSIS"
33 .sp
34 \fBirqtop\fP [options]
35 .SH "DESCRIPTION"
36 .sp
37 Display kernel interrupt counter information in \fBtop\fP(1) style view.
38 .sp
39 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 \fB\-\-output\fP.
40 .SH "OPTIONS"
41 .sp
42 \fB\-o\fP, \fB\-\-output\fP \fIlist\fP
43 .RS 4
44 Specify which output columns to print. Use \fB\-\-help\fP to get a list of all supported columns. The default list of columns may be extended if list is specified in the format \fI+list\fP.
45 .RE
46 .sp
47 \fB\-d\fP, \fB\-\-delay\fP \fIseconds\fP
48 .RS 4
49 Update interrupt output every \fIseconds\fP intervals.
50 .RE
51 .sp
52 \fB\-s\fP, \fB\-\-sort\fP \fIcolumn\fP
53 .RS 4
54 Specify sort criteria by column name. See \fB\-\-help\fP output to get column names. The sort criteria may be changes in interactive mode.
55 .RE
56 .sp
57 \fB\-S\fP, \fB\-\-softirq\fP
58 .RS 4
59 Show softirqs information.
60 .RE
61 .sp
62 \fB\-V\fP, \fB\-\-version\fP
63 .RS 4
64 Display version information and exit.
65 .RE
66 .sp
67 \fB\-h\fP, \fB\-\-help\fP
68 .RS 4
69 Display help text and exit.
70 .RE
71 .SH "INTERACTIVE MODE KEY COMMANDS"
72 .sp
73 \fBi\fP
74 .RS 4
75 sort by short irq name or number field
76 .RE
77 .sp
78 \fBt\fP
79 .RS 4
80 sort by total count of interrupts (the default)
81 .RE
82 .sp
83 \fBd\fP
84 .RS 4
85 sort by delta count of interrupts
86 .RE
87 .sp
88 \fBn\fP
89 .RS 4
90 sort by long descriptive name field
91 .RE
92 .sp
93 \fBq Q\fP
94 .RS 4
95 stop updates and exit program
96 .RE
97 .SH "AUTHORS"
98 .sp
99 .MTO "pizhenwei\(atbytedance.com" "Zhenwei Pi" ","
100 .MTO "kerolasa\(atiki.fi" "Sami Kerola" ","
101 .MTO "kzak\(atredhat.com" "Karel Zak" ""
102 .SH "REPORTING BUGS"
103 .sp
104 For bug reports, use the issue tracker at \c
105 .URL "https://github.com/karelzak/util\-linux/issues" "" "."
106 .SH "AVAILABILITY"
107 .sp
108 The \fBirqtop\fP command is part of the util\-linux package which can be downloaded from \c
109 .URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."