Re: Bug#377546: ITP: schedtools -- Queries/alters process's scheduling policy; supports the -ck kernel patch

2006-07-11 Thread Guus Sliepen
On Mon, Jul 10, 2006 at 07:32:25PM +0200, Thibaut VARENE wrote:

> >> schedtool can be used to query or alter a process' scheduling policy
> >> under Linux. Support for CPU-affinity has also been added and most 
> >recently
> >> (re-)nicing of processes. Thus, schedtool is the definitive interface to
> >> Linux's scheduler.
> >
> >How does it compare to schedutils which are already in Debian?
> 
> already answered that in this thread

Schedutils is being merged with util-linux. Maybe you can convince
schedtool's upstream to talk with the util-linux people and get their
improvements to be merged?

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Re: Bug#377546: ITP: schedtools -- Queries/alters process's scheduling policy; supports the -ck kernel patch

2006-07-10 Thread Thibaut VARENE

On 7/10/06, Michal Čihař <[EMAIL PROTECTED]> wrote:

Hi

On Sun, 09 Jul 2006 23:35:33 +0200
Thibaut VARENE <[EMAIL PROTECTED]> wrote:

> * Package name: schedtools
>   Version : 1.2.6
>   Upstream Author : Freek 
> * URL : http://freequaos.host.sk/schedtool/
> * License : GPLv2
>   Programming Lang: C
>   Description : Queries/alters process's scheduling policy; supports the 
-ck kernel patch
>
> schedtool can be used to query or alter a process' scheduling policy
> under Linux. Support for CPU-affinity has also been added and most recently
> (re-)nicing of processes. Thus, schedtool is the definitive interface to
> Linux's scheduler.

How does it compare to schedutils which are already in Debian?


already answered that in this thread

--
Thibaut VARENE
http://www.parisc-linux.org/~varenet/


Re: Bug#377546: ITP: schedtools -- Queries/alters process's scheduling policy; supports the -ck kernel patch

2006-07-10 Thread George Danchev
On Monday 10 July 2006 16:54, Michal Čihař wrote:
> Hi
>
> On Sun, 09 Jul 2006 23:35:33 +0200
>
> Thibaut VARENE <[EMAIL PROTECTED]> wrote:
> > * Package name: schedtools
> >   Version : 1.2.6
> >   Upstream Author : Freek 
> > * URL : http://freequaos.host.sk/schedtool/
> > * License : GPLv2
> >   Programming Lang: C
> >   Description : Queries/alters process's scheduling policy; supports
> > the -ck kernel patch
> >
> > schedtool can be used to query or alter a process' scheduling policy
> > under Linux. Support for CPU-affinity has also been added and most
> > recently (re-)nicing of processes. Thus, schedtool is the definitive
> > interface to Linux's scheduler.
>
> How does it compare to schedutils which are already in Debian?

See #293691, basically schedtool is a little bit better since it:
- can manage all sched policies known to the linux kernel (chrt from 
schedutils package only knows about CHED_FIFO, SCHED_RR and SCHED_OTHER)
- one executable (schedutils has two, but used to be more) to query and set 
cpu sched params along with the cpu affinity (easy to remember ;-)
- last but not least, it has much better and exhaustive documentation

-- 
pub 4096R/0E4BD0AB 2003-03-18 
fingerprint 1AE7 7C66 0A26 5BFF DF22 5D55 1C57 0C89 0E4B D0AB 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#377546: ITP: schedtools -- Queries/alters process's scheduling policy; supports the -ck kernel patch

2006-07-10 Thread Michal Čihař
Hi

On Sun, 09 Jul 2006 23:35:33 +0200
Thibaut VARENE <[EMAIL PROTECTED]> wrote:

> * Package name: schedtools
>   Version : 1.2.6
>   Upstream Author : Freek 
> * URL : http://freequaos.host.sk/schedtool/
> * License : GPLv2
>   Programming Lang: C
>   Description : Queries/alters process's scheduling policy; supports the 
> -ck kernel patch
> 
> schedtool can be used to query or alter a process' scheduling policy
> under Linux. Support for CPU-affinity has also been added and most recently
> (re-)nicing of processes. Thus, schedtool is the definitive interface to
> Linux's scheduler.

How does it compare to schedutils which are already in Debian?

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#377546: ITP: schedtools -- Queries/alters process's scheduling policy; supports the -ck kernel patch

2006-07-10 Thread Tollef Fog Heen
* Thibaut VARENE 

| Package: wnpp
| Severity: wishlist
| Owner: Thibaut VARENE <[EMAIL PROTECTED]>
| 
| * Package name: schedtools
|   Version : 1.2.6
|   Upstream Author : Freek 
| * URL : http://freequaos.host.sk/schedtool/
| * License : GPLv2
|   Programming Lang: C
|   Description : Queries/alters process's scheduling policy; supports the 
-ck kernel patch

This seems to already be packaged?

: [EMAIL PROTECTED] ~ > apt-cache show schedutils
Package: schedutils
Priority: optional

[...]

Description: Linux scheduler utilities

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#377546: ITP: schedtools -- Queries/alters process's scheduling policy; supports the -ck kernel patch

2006-07-09 Thread Thibaut VARENE
Package: wnpp
Severity: wishlist
Owner: Thibaut VARENE <[EMAIL PROTECTED]>

* Package name: schedtools
  Version : 1.2.6
  Upstream Author : Freek 
* URL : http://freequaos.host.sk/schedtool/
* License : GPLv2
  Programming Lang: C
  Description : Queries/alters process's scheduling policy; supports the 
-ck kernel patch

schedtool can be used to query or alter a process' scheduling policy
under Linux. Support for CPU-affinity has also been added and most recently
(re-)nicing of processes. Thus, schedtool is the definitive interface to
Linux's scheduler.

It can be used to avoid skipping for A/V-applications, to lock
processes onto certain 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.

If you don't know about scheduling policies, you probably don't want to
use this program - or learn and read "man sched_setscheduler".

Certain modes (as of this writing: SCHED_IDLE and SCHED_ISO) need a
patched kernel (such as Con Kolivas' -ck patchset, from
http://members.optusnet.com.au/ckolivas/kernel/)

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'testing-proposed-updates'), (90, 
'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-ck1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]