Package schedtool: Information

    Binary package: schedtool
    Version: 1.3.0-alt1
    Architecture: i586
    Build time:  Nov 25, 2008, 05:38 PM
    Source package: schedtool
    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.

    Maintainer: Gleb Stiblo

    List of contributors:
    Gleb Stiblo

    ACL:
    @nobody

    Last changed


    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
    Dec. 15, 2006 Gleb Stiblo 1.2.9-alt1
    - new version