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