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
8 XS-Vcs-Svn: http://svn.toastfreeware.priv.at/debian/cpulimit/trunk/
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Description: limits the cpu usage of a process
14 cpulimit is a simple program that attempts to limit the cpu usage of a
15 process (expressed in percentage, not in cpu time). This is useful to
16 control batch jobs, when you don't want them to eat too much cpu. It does
17 not act on the nice value or other priority stuff, but on the real cpu
18 usage. Besides it is able to adapt itself to the overall system load,
19 dynamically and quickly.
21 Homepage: http://cpulimit.sourceforge.net/