[PATCH] Add exec_prerun/exec_postrun options
[fio.git] / README
diff --git a/README b/README
index d54f48b02d3da29b3577dbf0c03f82c3379427f3..aec8207ce27c980e70ebbdb49abffc4af7e0a9f1 100644 (file)
--- a/README
+++ b/README
@@ -111,6 +111,8 @@ 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.
 
 Examples using a job file
 -------------------------