Add stub manpage for irqbalance-ui
This commit is contained in:
parent
df2cbd91c2
commit
418d919c10
1 changed files with 40 additions and 0 deletions
40
irqbalance-ui.1
Normal file
40
irqbalance-ui.1
Normal file
|
@ -0,0 +1,40 @@
|
|||
.de Sh \" Subsection
|
||||
.br
|
||||
.if t .Sp
|
||||
.ne 5
|
||||
.PP
|
||||
\fB\\$1\fR
|
||||
.PP
|
||||
..
|
||||
.de Sp \" Vertical space (when we can't use .PP)
|
||||
.if t .sp .5v
|
||||
.if n .sp
|
||||
..
|
||||
.de Ip \" List item
|
||||
.br
|
||||
.ie \\n(.$>=3 .ne \\$3
|
||||
.el .ne 3
|
||||
.IP "\\$1" \\$2
|
||||
..
|
||||
.TH "IRQBALANCE-UI" 1 "Jul 2019" "Linux" "irqbalance-ui"
|
||||
.SH NAME
|
||||
irqbalance-ui \- user interface for irqbalance
|
||||
.SH "SYNOPSIS"
|
||||
|
||||
.nf
|
||||
\fBirqbalance-ui\fR
|
||||
.fi
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.PP
|
||||
\fBirqbalance-ui\fR provides an ncurses-based textual user interface to
|
||||
\fBirqbalance\fR, a daemon responsible for IRQ distribution on Linux systems.
|
||||
It shows how IRQs are distributed over CPUs at given moment, and allows one to
|
||||
setup of the sleep interval and the IRQ and CPU banning at runtime.
|
||||
|
||||
.SH "HOMEPAGE"
|
||||
https://github.com/Irqbalance/irqbalance
|
||||
|
||||
.SH "SEE ALSO"
|
||||
irqbalance(1)
|
Loading…
Reference in a new issue