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