Пакет schedtool: Информация

    Исходный пакет: schedtool
    Версия: 1.2.9-alt1
    Собран:  15 декабря 2006 г. 22:42
    Сообщить об ошибке в пакете
    Домашняя страница: http://freequaos.host.sk/schedtool/

    Лицензия: GPL
    О пакете: Tool for setting and querying scheduling parameters
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    schedtool (x86_64, i586)

    Сопровождающий: Gleb Stiblo

    Список участников:
    Gleb Stiblo

    Права:
    Gleb Stiblo

    Последнее изменение


    15 декабря 2006 г. Gleb Stiblo 1.2.9-alt1
    - new version
    3 октября 2006 г. Gleb Stiblo 1.2.7-alt1
    - man update
    23 мая 2006 г. Gleb Stiblo 1.2.6-alt1
    - add support for SCHED_IDLEPRIO in 2.6.16-ck kernels
    - update documentation accordingly; remove old stuff about SCHED_BATCH which is
      in mainline 2.6 now