diff options
author | Dave Margell <dmargell@gmail.com> | 2010-05-13 01:01:08 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:01:08 +0200 |
commit | e61301bbbde3ca393017974636d72120efb97561 (patch) | |
tree | 51fa7e4e47b3768b8c8f288e083c2481cde350f2 /system/schedtool/README | |
parent | 720ef9f1923db7e4151335b6bd1b27a8afd5f274 (diff) | |
download | slackbuilds-e61301bbbde3ca393017974636d72120efb97561.tar.gz |
system/schedtool: Added to 13.0 repository
Diffstat (limited to 'system/schedtool/README')
-rw-r--r-- | system/schedtool/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/schedtool/README b/system/schedtool/README new file mode 100644 index 0000000000..f040c5dc53 --- /dev/null +++ b/system/schedtool/README @@ -0,0 +1,13 @@ +Schedtool interfaces with the Linux CPU scheduler. + +It allows the user to set and query the CPU-affinity and nice-levels of +processes, as well as all scheduling policies, like batch or real-time +(RR/FIFO) classes and their priorities. It can be used to avoid skipping +for A/V-applications, to lock processes onto certain CPUs on SMP/NUMA +systems, or to adjust nice-levels of lesser important jobs to maintain a +high amount of interactive responsiveness under high load. + +All special scheduling classes of the -ck kernel patchset are also supported. + +Certain modes (as of this writing: SCHED_IDLEPRIO and SCHED_ISO) need a +patched kernel; see the INSTALL file for details. |