X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=README;h=7ecac863756128c231415e0f22581a00e7280081;hp=d6e266ad6370788ae877dc514387f975ba7c42e1;hb=a12fc0225482bd1580a332312f2a60f73a9ebc28;hpb=843a741389226f5f2d0ce8636cd57532be9b7e4d diff --git a/README b/README index d6e266ad..7ecac863 100644 --- a/README +++ b/README @@ -41,6 +41,13 @@ The format is as follows: directory=x Use 'x' as the top level directory for storing files rw=x 'x' may be: read, randread, write, randwrite, rw (read-write mix), randrw (read-write random mix) + rwmixcycle=x Base cycle for switching between read and write + in msecs. + rwmixread=x 'x' percentage of rw mix ios will be reads. If + rwmixwrite is also given, the last of the two will + be used if they don't add up to 100%. + rwmixwrite=x 'x' percentage of rw mix ios will be writes. See + rwmixread. size=x Set file size to x bytes (x string can include k/m/g) ioengine=x 'x' may be: aio/libaio/linuxaio for Linux aio, posixaio for POSIX aio, sync for regular read/write io, @@ -98,6 +105,7 @@ The format is as follows: lockmem=x Lock down x amount of memory on the machine, to simulate a machine with less memory available. x can include k/m/g suffix. + nice=x Run job at given nice value. Examples using a job file -------------------------