Split off diskutil include
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index 1390f386adca52a4c4ccdec3d60c6c730b9392e5..494b3e64d722597405e6a82191f776c1b8bc35d7 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -714,7 +714,9 @@ create_on_open=bool Don't pre-setup the files for IO, just create open()
                        when it's time to do IO to that file.
 
 pre_read=bool  If this is given, files will be pre-read into memory before
-               starting the given IO operation.
+               starting the given IO operation. This will also clear
+               the 'invalidate' flag, since it is pointless to pre-read
+               and then drop the cache.
 
 unlink=bool    Unlink the job files when done. Not the default, as repeated
                runs of that job would then waste time recreating the file
@@ -931,6 +933,7 @@ Idle        Run
 P              Thread setup, but not started.
 C              Thread created.
 I              Thread initialized, waiting.
+       p       Thread running pre-reading file(s).
        R       Running, doing sequential reads.
        r       Running, doing random reads.
        W       Running, doing sequential writes.