Add cpus_allowed option
[fio.git] / README
diff --git a/README b/README
index 8b55f31400d4fadcc05e1fd55e342df4e89a68b3..a646de0fa8f17b8a31577c836aead8c93182f55f 100644 (file)
--- a/README
+++ b/README
@@ -14,7 +14,9 @@ Source
 
 fio resides in a git repo, the canonical place is:
 
-git://brick.kernel.dk/data/git/fio.git
+git://git.kernel.dk/data/git/fio.git
+
+The http protocol also works, path is the same.
 
 Snapshots are frequently generated and they include the git meta data as
 well. You can download them here:
@@ -65,6 +67,7 @@ $ fio
         --version       Print version info and exit
        --help          Print this page
        --cmdhelp=cmd   Print command help, "all" for all of them
+       --showcmd       Turn a job file into command line options
 
 Any parameters following the options will be assumed to be job files,
 unless they match a job file parameter. You can add as many as you want,
@@ -126,6 +129,7 @@ The job file parameters are:
        ratemin=x       Quit if rate of x KiB/sec can't be met
        ratecycle=x     ratemin averaged over x msecs
        cpumask=x       Only allow job to run on CPUs defined by mask.
+       cpus_allowed=x  Like 'cpumask', but allow text setting of CPU affinity.
        fsync=x         If writing with buffered IO, fsync after every
                        'x' blocks have been written.
        end_fsync=x     If 'x', run fsync() after end-of-job.