[PATCH] Also print pending string if some threads have yet to run
[fio.git] / README
diff --git a/README b/README
index aec8207ce27c980e70ebbdb49abffc4af7e0a9f1..a85962e4b9345bb0f10e69690a73d0bffc2c67e6 100644 (file)
--- a/README
+++ b/README
@@ -25,6 +25,18 @@ can find them here:
 http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=System/fio
 
 
+Building
+--------
+
+Just type 'make' and 'make install'. If on FreeBSD, for now you have to
+specify the FreeBSD Makefile with -f, eg:
+
+$ make -f Makefile.Freebsd && make -f Makefile.FreeBSD install
+
+Likewise with OpenSolaris, use the Makefile.solaris to compile there.
+This might change in the future if I opt for an autoconf type setup.
+
+
 Options
 -------
 
@@ -43,6 +55,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)
@@ -113,6 +126,7 @@ The <jobs> format is as follows:
        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
 -------------------------