summaryrefslogtreecommitdiffstats
path: root/disk-utils/elvtune.8
diff options
context:
space:
mode:
authorBenno Schulenberg2011-08-28 11:14:42 +0200
committerKarel Zak2011-08-29 11:24:47 +0200
commit449a215fc50bfa27c4b0f0cb14d1ce04750762c8 (patch)
treec208163f90f375516374b9adc63c95e2ebadbb39 /disk-utils/elvtune.8
parentionice: adjust synopsis and wording and formatting on the man page (diff)
downloadkernel-qcow2-util-linux-449a215fc50bfa27c4b0f0cb14d1ce04750762c8.tar.gz
kernel-qcow2-util-linux-449a215fc50bfa27c4b0f0cb14d1ce04750762c8.tar.xz
kernel-qcow2-util-linux-449a215fc50bfa27c4b0f0cb14d1ce04750762c8.zip
docs: tweak the formatting and wording of several disk-utils man pages
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'disk-utils/elvtune.8')
-rw-r--r--disk-utils/elvtune.830
1 files changed, 16 insertions, 14 deletions
diff --git a/disk-utils/elvtune.8 b/disk-utils/elvtune.8
index 6321ee101..f71b1d432 100644
--- a/disk-utils/elvtune.8
+++ b/disk-utils/elvtune.8
@@ -17,42 +17,44 @@ elvtune \- I/O elevator tuner
.B elvtune \-v
.SH DESCRIPTION
.B elvtune
-allows to tune the I/O elevator per blockdevice queue basis. The
-tuning can be safely done at runtime. Tuning the elevator means
-being able to change disk performance and interactiveness. In the
-output of elvtune the address of the queue tuned will be shown
-and it can be considered as a queue ID.
-For example multiple partitions in the same harddisk will
+allows to tune the I/O elevator per blockdevice queue. The
+tuning can be safely done at runtime. Tuning the elevator means
+being able to change disk performance and interactiveness.
+In the output of
+.B elvtune
+the address of the queue tuned will be shown;
+it can be considered as a queue ID.
+Multiple partitions on the same harddisk will
share the same queue and so tuning one partition will be
like tuning the whole HD.
.SH OPTIONS
.TP
.BI -r \ r_lat
-set the max latency that the I/O scheduler will provide on
+Set the maximum latency that the I/O scheduler will provide on
each read.
.TP
.BI -w \ w_lat
-set the max latency that the I/O scheduler will provide on
+Set the maximum latency that the I/O scheduler will provide on
each write.
.TP
.BI -b \ b_max
-max coalescing factor allowed on writes when there are reads
+Set the maximum coalescing factor allowed on writes when there are reads
pending in the queue.
.TP
.BI -h
-help.
+Display help text and exit.
.TP
.BI -v
-version.
+Display version version information and exit.
.SH NOTE
-Actually the only fields tunable are those relative
-to the IO scheduler. It's not possible to select
+Actually, the only fields tunable are those relative
+to the IO scheduler. It's not possible to select
a one-way or two-way elevator yet.
.PP
For logical blockdevices like LVM the tuning has to
be done on the
.I physical
-devices. Tuning the queue of the LVM logical device
+devices. Tuning the queue of the LVM logical device
is useless.
.SH RETURN VALUE
0 on success and 1 on failure.