Package schedtool: Information

Source package: schedtool
Version: 1.3.0-alt1.qa1
Build time:  Sep 30, 2022, 08:58 PM
Report package bug
License: GPL
Summary: Tool for setting and querying scheduling parameters
Description: 
schedtool can set all scheduling parameters Linux is capable of or dis-
play information for given processes.

Long-running, non-interactive tasks may  benefit  from  SCHED_BATCH  as
timeslices are longer, less system-time is wasted by computing the next
runnable process and the caches stay stable.

Audio/video or other near-realtime applications may run with less skip-
ping  if  set  to SCHED_RR.  Use the static priority-switch -p to fine-
tune inter-process-hierarchies.

schedtool now supports setting the  CPU-affinity  introduced  in  linux
2.5.8.

List of rpms provided by this srpm:
schedtool (e2kv6, e2kv5, e2kv4, e2k)
schedtool-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

Maintainer: Gleb Stiblo

List of contributors:
Dmitry V. Levin
Gleb Stiblo

Last changed


April 15, 2013 Dmitry V. Levin 1.3.0-alt1.qa1
- NMU: rebuilt for debuginfo.
Nov. 25, 2008 Gleb Stiblo 1.3.0-alt1
- new upstream version:
  bring schedtool to new glibc affinity api (cpu_set_t) & 
	make it work under new glibcs again
  bug-fix behaviour when 1 wrong PID was given - 
	all other (valid) PIDs would run into error
Sept. 26, 2007 Gleb Stiblo 1.2.10-alt1
- new version, small makefile fixes