How to Install and Uninstall schedtool Package on Kali Linux

Last updated: May 04,2024

1. Install "schedtool" package

Please follow the instructions below to install schedtool on Kali Linux

$ sudo apt update $ sudo apt install schedtool

2. Uninstall "schedtool" package

Learn how to uninstall schedtool on Kali Linux:

$ sudo apt remove schedtool $ sudo apt autoclean && sudo apt autoremove

3. Information about the schedtool package on Kali Linux

Package: schedtool
Version: 1.3.0-4
Installed-Size: 55
Maintainer: Stephen Kitt
Architecture: amd64
Depends: libc6 (>= 2.4)
Size: 25464
SHA256: 3ea5fbea0b79cda0fff4e7c3b49c2c1a1c5e77ea3b8708ee00da5e8b2b5503d4
SHA1: 29ba56e75cae79616bec9c995a552fc4395228e1
MD5sum: 4d7a4d182fc660492b526fe3bfc57f93
Description: Queries/alters process' scheduling policy and CPU affinity
Schedtool can query or alter a process' scheduling policy in Linux,
specifically assigning SCHED_NORMAL, _FIFO, _RR, _BATCH, _ISO or _IDLEPRIO. It
can set static priority for _FIFO and _RR. Setting CPU-affinity and (re)nicing
is also possible, making schedtool the definitive interface to Linux scheduler.
.
It can be used to avoid skips and glitches in A/V applications, to lock
processes onto given CPUs on SMP/NUMA systems, which may be beneficial for
networking or benchmarks, or to adjust nice-levels of lesser important jobs to
maintain a high amount of interactive responsiveness under high load. It is
also handy to manage realtime processes.
.
If you don't know about scheduling policies, you probably don't want to use
this program - or learn and read "man sched_setscheduler".
.
Some supported scheduling policies (such as SCHED_ISO, or SCHED_IDLEPRIO) need
a patched kernel (eg. Con Kolivas' -ck patchset).
Description-md5:
Tag: admin::kernel, devel::lang:c, devel::library, implemented-in::c,
interface::commandline, role::devel-lib, role::program, scope::utility,
use::configuring, works-with::software:running
Section: utils
Priority: optional
Filename: pool/main/s/schedtool/schedtool_1.3.0-4_amd64.deb