diff options
author | Karel Zak | 2019-03-29 13:00:42 +0100 |
---|---|---|
committer | Karel Zak | 2019-03-29 13:00:42 +0100 |
commit | c313ee737b7309ea4bafbd3f05c8a4421aab29cf (patch) | |
tree | 05d64ed173abee45376e0b428a944fe6e14d475f /schedutils | |
parent | fsck: (man) labels are available for all filesystems (diff) | |
download | kernel-qcow2-util-linux-c313ee737b7309ea4bafbd3f05c8a4421aab29cf.tar.gz kernel-qcow2-util-linux-c313ee737b7309ea4bafbd3f05c8a4421aab29cf.tar.xz kernel-qcow2-util-linux-c313ee737b7309ea4bafbd3f05c8a4421aab29cf.zip |
tastset: (man) add :N stride for CPU lists
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'schedutils')
-rw-r--r-- | schedutils/taskset.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/schedutils/taskset.1 b/schedutils/taskset.1 index 6a329782a..dc3d25666 100644 --- a/schedutils/taskset.1 +++ b/schedutils/taskset.1 @@ -71,6 +71,10 @@ is processors #1, #4, and #5, .TP .B \-\-cpu\-list\ 0-2,6 is processors #0, #1, #2, and #6. +.TP +.B \-\-cpu\-list\ 0-10:2 +is processors #0, #2, #4, #6, #8 and #10. The suffix ":N" specifies stride in +the range, for example 0-10:3 is interpreted as 0,3,6,9 list. .RE .PP When |