Created
April 25, 2014 00:37
-
-
Save nviennot/11274289 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pafy@bisou ~ % schedtool -h | |
get/set scheduling policies - v1.3.0, GPL'd, NO WARRANTY | |
USAGE: schedtool PIDS - query PIDS | |
schedtool [OPTIONS] PIDS - set PIDS | |
schedtool [OPTIONS] -e COMMAND - exec COMMAND | |
set scheduling policies: | |
-N for SCHED_NORMAL | |
-F -p PRIO for SCHED_FIFO only as root | |
-R -p PRIO for SCHED_RR only as root | |
-B for SCHED_BATCH | |
-I -p PRIO for SCHED_ISO | |
-D for SCHED_IDLEPRIO | |
-M POLICY for manual mode; raw number for POLICY | |
-p STATIC_PRIORITY usually 1-99; only for FIFO or RR | |
higher numbers means higher priority | |
-n NICE_LEVEL set niceness to NICE_LEVEL | |
-a AFFINITY_MASK set CPU-affinity to bitmask or list | |
-e COMMAND [ARGS] start COMMAND with specified policy/priority | |
-r display priority min/max for each policy | |
-v be verbose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment