slackbuilds/system/schedtool
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README system/schedtool: Added to 13.0 repository 2010-05-13 01:01:08 +02:00
schedtool-Makefile.patch system/schedtool: Added to 13.0 repository 2010-05-13 01:01:08 +02:00
schedtool.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
schedtool.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.