X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=32e7322cdc5155d3d6c2a1bf7875acbcd0cb7c2c;hp=66ebebe8579dd5954e574bf016c31b5fbd0e5baf;hb=8e5732e558509fc0f4ccdeb1e4d01ad038aead06;hpb=47d85e2bd4763204a983c7bf4833c0d466dc36ca diff --git a/HOWTO b/HOWTO index 66ebebe8..32e7322c 100644 --- a/HOWTO +++ b/HOWTO @@ -454,7 +454,11 @@ fsync=int If writing to a file, issue a sync of the dirty data not sync the file. The exception is the sg io engine, which synchronizes the disk cache anyway. -overwrite=bool If writing to a file, setup the file first and do overwrites. +overwrite=bool If true, writes to a file will always overwrite existing + data. If the file doesn't already exist, it will be + created before the write phase begins. If the file exists + and is large enough for the specified write phase, nothing + will be done. end_fsync=bool If true, fsync file contents when the job exits. @@ -462,10 +466,6 @@ fsync_on_close=bool If true, fio will fsync() a dirty file on close. This differs from end_fsync in that it will happen on every file close, not just at the end of the job. -rwmixcycle=int Value in milliseconds describing how often to switch between - reads and writes for a mixed workload. The default is - 500 msecs. - rwmixread=int How large a percentage of the mix should be reads. rwmixwrite=int How large a percentage of the mix should be writes. If both