~ubuntu-branches/ubuntu/vivid/irqbalance/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/irqbalance.1

  • Committer: Package Import Robot
  • Author(s): Anibal Monsalve Salazar
  • Date: 2012-11-12 14:30:07 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121112143007-431eb30o2vpm7v2v
* New upstream release 1.0.5
  - consolidate logging
  - Implement user policy script callout
  - Replace fscanf(%as) by getline
  - manpage: Improve the readability of the --banirq text
  - glib-local: ad call for g_list_remove
* Adjust irqbalance stop runlevel arguments
  Closes: #663725
* Ship upstream irqbalance.1
* Update debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"Generated by db2man.xsl. Don't modify this, modify the source.
2
 
.de Sh \" Subsection
3
 
.br
4
 
.if t .Sp
5
 
.ne 5
6
 
.PP
7
 
\fB\\$1\fR
8
 
.PP
9
 
..
10
 
.de Sp \" Vertical space (when we can't use .PP)
11
 
.if t .sp .5v
12
 
.if n .sp
13
 
..
14
 
.de Ip \" List item
15
 
.br
16
 
.ie \\n(.$>=3 .ne \\$3
17
 
.el .ne 3
18
 
.IP "\\$1" \\$2
19
 
..
20
 
.TH "IRQBALANCE" 1 "Dec 2006" "Linux" "irqbalance"
21
 
.SH NAME
22
 
irqbalance \- distribute hardware interrupts across processors on a multiprocessor system
23
 
.SH "SYNOPSIS"
24
 
 
25
 
.nf
26
 
\fBirqbalance\fR 
27
 
.fi
28
 
 
29
 
.SH "DESCRIPTION"
30
 
 
31
 
.PP
32
 
The purpose of \fBirqbalance\fR is distribute hardware interrupts across processors on a multiprocessor system in order to increase performance\&.
33
 
 
34
 
.SH "OPTIONS"
35
 
 
36
 
.TP
37
 
.B --oneshot
38
 
Causes irqbalance to be run once, after which the daemon exits
39
 
.TP
40
 
 
41
 
.B --debug
42
 
Causes irqbalance to run in the foreground and extra debug information to be printed
43
 
 
44
 
.SH "ENVIRONMENT VARIABLES"
45
 
.TP
46
 
.B IRQBALANCE_ONESHOT
47
 
Same as --oneshot
48
 
 
49
 
.TP
50
 
.B IRQBALANCE_DEBUG
51
 
Same as --debug
52
 
 
53
 
.TP
54
 
.B IRQBALANCE_BANNED_CPUS
55
 
Provides a mask of cpus which irqbalance should ignore and never assign interrupts to
56
 
 
57
 
.TP
58
 
.B IRQBALANCE_BANNED_INTERRUPTS
59
 
A list of space delimited IRQ numbers that irqbalance should not touch
60
 
 
61
 
.SH "Homepage"
62
 
http://www.irqbalance.org
63
 
 
64