diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:49:53 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:12 -0400 |
commit | 8d78e3fd30651ea6d323a362ac9d4bce1f50e796 (patch) | |
tree | 20f784000f839224222e4783d1fb3bc672fe562e /system/schedtool | |
parent | 6d5bf7a56bd4273408af241149f7f1d4cd4243c3 (diff) |
system/schedtool: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/schedtool')
-rw-r--r-- | system/schedtool/README | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/system/schedtool/README b/system/schedtool/README index f040c5dc53e8e..71a5c617521fb 100644 --- a/system/schedtool/README +++ b/system/schedtool/README @@ -1,13 +1,15 @@ 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. +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. +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. |