4 Maintainer: gregor herrmann <gregor+debian@comodo.priv.at>
5 Uploaders: tony mancill <tmancill@debian.org>
6 Build-Depends: debhelper (>= 5.0.0)
7 Standards-Version: 3.7.2
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: limits the cpu usage of a process
13 cpulimit is a simple program that attempts to limit the cpu usage of a
14 process (expressed in percentage, not in cpu time). This is useful to
15 control batch jobs, when you don't want them to eat too much cpu. It does
16 not act on the nice value or other priority stuff, but on the real cpu
17 usage. Besides it is able to adapt itself to the overall system load,
18 dynamically and quickly.
20 Homepage: http://marlon80.interfree.it/cpulimit/index.html