File: control

package info (click to toggle)
cpulimit 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164 kB
  • sloc: ansic: 990; makefile: 44
file content (21 lines) | stat: -rw-r--r-- 901 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
Source: cpulimit
Section: admin
Priority: optional
Maintainer: gregor herrmann <gregoa@debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.0.0
Homepage: http://limitcpu.sourceforge.net/
Vcs-Git: git://git.toastfreeware.priv.at/debian/cpulimit.git
Vcs-Browser: http://git.toastfreeware.priv.at/debian/cpulimit.git/

Package: cpulimit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tool for limiting the CPU usage of a process
 cpulimit is a simple program that attempts to limit the CPU usage of a
 process (expressed in percentage, not in CPU time). This is useful to
 control batch jobs, when you don't want them to eat too much CPU. It does
 not act on the nice value or other priority stuff, but on the real CPU
 usage.  Besides it is able to adapt itself to the overall system load,
 dynamically and quickly.