X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=README;h=aec8207ce27c980e70ebbdb49abffc4af7e0a9f1;hp=b4e007c6e8dff67ae06fb496c183acb5ad61c09b;hb=4e0ba8af8f0bfe0f194122661c8a659c2ac748e6;hpb=b6f4d8804ad499adf10b4cad0657284a8a4a6287 diff --git a/README b/README index b4e007c6..aec8207c 100644 --- a/README +++ b/README @@ -19,6 +19,11 @@ meta data as well. You can download them here: http://brick.kernel.dk/snaps/ +Pascal Bleser has fio RPMs in his repository, you +can find them here: + +http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=System/fio + Options ------- @@ -99,10 +104,15 @@ The format is as follows: rw, offset, length where with rw=0/1 for read/write, and the offset and length entries being in bytes. + write_iolog=x Write an iolog to file 'x' in the same format as iolog. + The iolog options are exclusive, if both given the + read iolog will be performed. 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. + exec_prerun=x Run 'x' before job io is begun. + exec_postrun=x Run 'x' after job io has finished. Examples using a job file -------------------------