Source: cpulimit Maintainer: gregor herrmann Uploaders: tony mancill Section: admin Priority: optional Build-Depends: debhelper-compat (= 12) Standards-Version: 4.5.0 Vcs-Browser: https://git.toastfreeware.priv.at/debian/cpulimit.git Vcs-Git: https://git.toastfreeware.priv.at/debian/cpulimit.git Homepage: http://limitcpu.sourceforge.net/ Rules-Requires-Root: no Package: cpulimit Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: tool for limiting the CPU usage of a process cpulimit is a simple program that attempts to limit the CPU usage of a process (expressed in percentage, not in CPU time). This is useful to control batch jobs, when you don't want them to eat too much CPU. It does not act on the nice value or other priority stuff, but on the real CPU usage. Besides it is able to adapt itself to the overall system load, dynamically and quickly.