summaryrefslogtreecommitdiffstats
path: root/schedutils/chrt.1
diff options
context:
space:
mode:
authorKarel Zak2007-01-16 15:24:13 +0100
committerKarel Zak2007-01-16 15:24:13 +0100
commitdf3773fba068c88ec4ce2d3b65dec57146d2b730 (patch)
tree7cfba406d9627e4331b76b47ad3d0804ece32974 /schedutils/chrt.1
parentschedutils: remove extra hyptens from man pages (diff)
downloadkernel-qcow2-util-linux-df3773fba068c88ec4ce2d3b65dec57146d2b730.tar.gz
kernel-qcow2-util-linux-df3773fba068c88ec4ce2d3b65dec57146d2b730.tar.xz
kernel-qcow2-util-linux-df3773fba068c88ec4ce2d3b65dec57146d2b730.zip
schedutils: add support for SCHED_BATCH
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'schedutils/chrt.1')
-rw-r--r--schedutils/chrt.17
1 files changed, 6 insertions, 1 deletions
diff --git a/schedutils/chrt.1 b/schedutils/chrt.1
index 6fe818201..9ffc084b5 100644
--- a/schedutils/chrt.1
+++ b/schedutils/chrt.1
@@ -36,10 +36,11 @@ chrt \- manipulate real-time attributes of a process
.BR chrt (1)
sets or retrieves the real-time scheduling attributes of an existing PID or
runs COMMAND with the given attributes. Both policy (one of
+.BR SCHED_OTHER ,
.BR SCHED_FIFO ,
.BR SCHED_RR ,
or
-.BR SCHED_OTHER )
+.BR SCHED_BATCH )
and priority can be set and retrieved.
.SH OPTIONS
.TP
@@ -48,6 +49,10 @@ operate on an existing PID and do not launch a new task
.TP
.TP
+.B -b, --batch
+set scheduling policy to
+.BR SCHED_BATCH
+.TP
.B -f, --fifo
set scheduling policy to
.BR SCHED_FIFO