4 Maintainer: gregor herrmann <gregor+debian@comodo.priv.at>
5 Uploaders: tony mancill <tmancill@debian.org>
6 Build-Depends: debhelper (>= 6), quilt (>= 0.40)
7 Standards-Version: 3.7.3
8 Homepage: http://cpulimit.sourceforge.net/
9 Vcs-Svn: http://svn.toastfreeware.priv.at/debian/cpulimit/trunk/
10 Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/cpulimit/trunk/
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: limits the cpu usage of a process
16 cpulimit is a simple program that attempts to limit the cpu usage of a
17 process (expressed in percentage, not in cpu time). This is useful to
18 control batch jobs, when you don't want them to eat too much cpu. It does
19 not act on the nice value or other priority stuff, but on the real cpu
20 usage. Besides it is able to adapt itself to the overall system load,
21 dynamically and quickly.