schedtool 1.3.0-4 source package in Ubuntu

Changelog

schedtool (1.3.0-4) unstable; urgency=low

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ Stephen Kitt ]
  * Update spelling fixes.
  * Switch to debhelper compatibility level 13.
  * Set “Rules-Requires-Root: no”.
  * Standards-Version 4.5.1, no further change required.

 -- Stephen Kitt <email address hidden>  Tue, 05 Jan 2021 22:47:49 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils
Noble release universe utils
Mantic release universe utils
Lunar release universe utils
Jammy release universe utils

Downloads

File Size SHA-256 Checksum
schedtool_1.3.0-4.dsc 1.7 KiB 3f81a68a0997c5eb22b1da2ec1e5b49a5b2cab90566b61becd3e09c9810708e1
schedtool_1.3.0.orig.tar.gz 28.7 KiB 6628e4e805fab9c72b2daeb300c599d3de581f48eb21ce6caee3ae530b18450e
schedtool_1.3.0-4.debian.tar.xz 3.4 KiB 8e501db13f73d6ee93015250b87ae6b3d1f4400d5ad23e3edbdf087e353e78a5

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