schedtool 1.3.0-5 source package in Ubuntu

Changelog

schedtool (1.3.0-5) unstable; urgency=medium

  * Fix the long-standing pointer mismatch. Closes: #1075491.
  * Standards-Version 4.7.0, no change required.

 -- Stephen Kitt <email address hidden>  Thu, 04 Jul 2024 19:31:55 +0200

Upload details

Uploaded by:
Stephen Kitt
Uploaded to:
Sid
Original maintainer:
Stephen Kitt
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils

Downloads

File Size SHA-256 Checksum
schedtool_1.3.0-5.dsc 1.7 KiB a0fdae256ea7e9446e7b25bf1bacf7794468a15db5f604655cf9917d72ab5a47
schedtool_1.3.0.orig.tar.gz 28.7 KiB 6628e4e805fab9c72b2daeb300c599d3de581f48eb21ce6caee3ae530b18450e
schedtool_1.3.0-5.debian.tar.xz 3.8 KiB 74f122623874c3605793bc22ccd1a14e898aa200d50c08a19aa9d2598b5f6b55

Available diffs

No changes file available.

Binary packages built by this source

schedtool: 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).

schedtool-dbgsym: debug symbols for schedtool