Add cpus_allowed option
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index 7e706aba1481e68c97fbb66e57a85ccc28649b8c..0c243076ef65be503d7fc17d63ba4f7737182ec9 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -472,6 +472,10 @@ cpumask=int        Set the CPU affinity of this job. The parameter given is a
                sched_setaffinity(2). This may not work on all supported
                operating systems or kernel versions.
 
                sched_setaffinity(2). This may not work on all supported
                operating systems or kernel versions.
 
+cpus_allowed=str Controls the same options as cpumask, but it allows a text
+               setting of the permitted CPUs instead. So to use CPUs 1 and
+               5, you would specify cpus_allowed=1,5.
+
 startdelay=int Start this job the specified number of seconds after fio
                has started. Only useful if the job file contains several
                jobs, and you want to delay starting some jobs to a certain
 startdelay=int Start this job the specified number of seconds after fio
                has started. Only useful if the job file contains several
                jobs, and you want to delay starting some jobs to a certain