[go: up one dir, main page]

File: control

package info (click to toggle)
schedutils 1.4.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 100 kB
  • ctags: 34
  • sloc: ansic: 446; makefile: 95
file content (22 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: schedutils
Section: utils
Priority: optional
Maintainer: Guus Sliepen <guus@debian.org>
Build-Depends: debhelper (>> 3.0.0), libc6-dev (>= 2.3.2.ds1-21) [!ia64 !alpha], libc6.1-dev (>= 2.3.2.ds1-21) [ia64 alpha]
Standards-Version: 3.6.1

Package: schedutils
Architecture: any
Depends: ${shlibs:Depends}
Description: Linux scheduler utilities
 These are the Linux scheduler utilities - schedutils for short. These programs
 take advantage of the scheduler family of syscalls that Linux implements across
 various kernels. These system calls implement interfaces for scheduler-related
 parameters such as CPU affinity and real-time attributes. The standard UNIX
 utilities do not provide support for these interfaces -- thus this package.
 .
 The programs that are included in this package are taskset and chrt. Together
 with nice and renice (not included), they allow full control of process
 scheduling parameters. Suggestions for related utilities are welcome, although
 it is believed (barring new interfaces) that all scheduling interfaces are
 covered.