Categories
Schedultils
The Linux scheduler utilities take advantage of the scheduler family of syscalls that Linux implements across various kernels. These system calls implement interfaces for scheduler-related parameters such as CPU affinity and real-time attributes. Standard utilities do not support these interfaces, thus 'schedutils.'
'Schedutils' includes 'chrt' and 'taskset'. Together with nice and renice (not included), they allow full control of process scheduling parameters. 'taskset' manipulates task CPU affinity; 'chrt' manipulates scheduling priority and policy.
'irqset' and 'lsrt' are no longer included.
Last updated 10 Feb, 2005
About
Leadership
- Robert Love - Maintainer
Requirements
- Linux kernel 2.5.8 or later (Weak Prerequisite)
- glibc 2.3.1 or later (both for taskset) (Weak Prerequisite)
Related Projects
Subprograms
chrt, taskset
Versions
1.4.0
1.4.0 stable released 2005-02-10
- Released: 10 Feb, 2005
- Code Maturity: Stable
- Source Archive: http://tech9.net/rml/schedutils/packages/1.4.0/...
- Licenses: GPLv2
- Interfaces: Command Line




