elvtune(8) - Linux man page
Name
elvtune - I/O elevator tunerSynopsis
elvtune [ -r r_lat ] [ -w w_lat ] [ -b b_max ] /dev/blkdev1 [ /dev/blkdev2 ... ]elvtune -h
elvtune -v
Description
Options
- -r r_lat
- set the max latency that the I/O scheduler will provide on each read.
- -w w_lat
- set the max latency that the I/O scheduler will provide on each write.
- -b b_max
- max coalescing factor allowed on writes when there are reads pending in the queue.
- -h
- help.
- -v
- version.
Note
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.For logical blockdevices like LVM the tuning has to be done on the physical devices. Tuning the queue of the LVM logical device is useless.