Skip to content

Commit 418d919

Browse files
author
Paride Legovini
committed
Add stub manpage for irqbalance-ui
1 parent df2cbd9 commit 418d919

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

irqbalance-ui.1

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
.de Sh \" Subsection
2+
.br
3+
.if t .Sp
4+
.ne 5
5+
.PP
6+
\fB\\$1\fR
7+
.PP
8+
..
9+
.de Sp \" Vertical space (when we can't use .PP)
10+
.if t .sp .5v
11+
.if n .sp
12+
..
13+
.de Ip \" List item
14+
.br
15+
.ie \\n(.$>=3 .ne \\$3
16+
.el .ne 3
17+
.IP "\\$1" \\$2
18+
..
19+
.TH "IRQBALANCE-UI" 1 "Jul 2019" "Linux" "irqbalance-ui"
20+
.SH NAME
21+
irqbalance-ui \- user interface for irqbalance
22+
.SH "SYNOPSIS"
23+
24+
.nf
25+
\fBirqbalance-ui\fR
26+
.fi
27+
28+
.SH "DESCRIPTION"
29+
30+
.PP
31+
\fBirqbalance-ui\fR provides an ncurses-based textual user interface to
32+
\fBirqbalance\fR, a daemon responsible for IRQ distribution on Linux systems.
33+
It shows how IRQs are distributed over CPUs at given moment, and allows one to
34+
setup of the sleep interval and the IRQ and CPU banning at runtime.
35+
36+
.SH "HOMEPAGE"
37+
https://github.com/Irqbalance/irqbalance
38+
39+
.SH "SEE ALSO"
40+
irqbalance(1)

0 commit comments

Comments
 (0)