~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to disk-utils/elvtune.8

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" -*- nroff -*-
2
 
.TH ELVTUNE 8 "14 March 2000" "Version 1.0"
 
2
.TH ELVTUNE 8 "March 2000" "util-linux" "System Administration"
3
3
.SH NAME
4
4
elvtune \- I/O elevator tuner
5
5
.SH SYNOPSIS
17
17
.B elvtune \-v
18
18
.SH DESCRIPTION
19
19
.B elvtune
20
 
allows to tune the I/O elevator per blockdevice queue basis. The
21
 
tuning can be safely done at runtime. Tuning the elevator means
22
 
being able to change disk performance and interactiveness. In the
23
 
output of elvtune the address of the queue tuned will be shown
24
 
and it can be considered as a queue ID.
25
 
For example multiple partitions in the same harddisk will
 
20
allows to tune the I/O elevator per blockdevice queue.  The
 
21
tuning can be safely done at runtime.  Tuning the elevator means
 
22
being able to change disk performance and interactiveness.
 
23
In the output of
 
24
.B elvtune
 
25
the address of the queue tuned will be shown;
 
26
it can be considered as a queue ID.
 
27
Multiple partitions on the same harddisk will
26
28
share the same queue and so tuning one partition will be
27
29
like tuning the whole HD.
28
30
.SH OPTIONS
29
31
.TP
30
32
.BI -r \ r_lat
31
 
set the max latency that the I/O scheduler will provide on
 
33
Set the maximum latency that the I/O scheduler will provide on
32
34
each read.
33
35
.TP
34
36
.BI -w \ w_lat
35
 
set the max latency that the I/O scheduler will provide on
 
37
Set the maximum latency that the I/O scheduler will provide on
36
38
each write.
37
39
.TP
38
40
.BI -b \ b_max
39
 
max coalescing factor allowed on writes when there are reads
 
41
Set the maximum coalescing factor allowed on writes when there are reads
40
42
pending in the queue.
41
43
.TP
42
44
.BI -h
43
 
help.
 
45
Display help text and exit.
44
46
.TP
45
47
.BI -v
46
 
version.
 
48
Display version version information and exit.
47
49
.SH NOTE
48
 
Actually the only fields tunable are those relative
49
 
to the IO scheduler. It's not possible to select
 
50
Actually, the only fields tunable are those relative
 
51
to the IO scheduler.  It's not possible to select
50
52
a one-way or two-way elevator yet.
51
53
.PP
52
54
For logical blockdevices like LVM the tuning has to
53
55
be done on the
54
56
.I physical
55
 
devices. Tuning the queue of the LVM logical device
 
57
devices.  Tuning the queue of the LVM logical device
56
58
is useless.
57
59
.SH RETURN VALUE
58
60
0 on success and 1 on failure.