[PATCH] Add name=x option to name jobs
[fio.git] / README
diff --git a/README b/README
index d54f48b02d3da29b3577dbf0c03f82c3379427f3..d27ee875b20b3296a807e06c460e1500d720eed1 100644 (file)
--- a/README
+++ b/README
@@ -43,6 +43,7 @@ $ fio
 
 The <jobs> format is as follows:
 
+       name=x          Use 'x' as the identifier for this job.
        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)
@@ -111,6 +112,9 @@ The <jobs> format is as follows:
                        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.
+       ioscheduler=x   Use ioscheduler 'x' for this job.
 
 Examples using a job file
 -------------------------