Limit the CPU Usage of a Process
https://limitcpu.sourceforge.net/
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 they eat too
much CPU. It does not act on the nice value or other scheduling
priority details, but on the real CPU usage. Also, it is able to
adapt itself to the overall system load, dynamically and quickly.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / cpulimit
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout utilities/cpulimit && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
cpulimit-2.2-do_not_forget_version.patch | 0000000236 236 Bytes | |
cpulimit-2.5.tar.gz | 0000024747 24.2 KB | |
cpulimit.changes | 0000003596 3.51 KB | |
cpulimit.spec | 0000001954 1.91 KB |
Revision 7 (latest revision is 21)
mrdocs
accepted
request 577708
from
Avindra Goolcharan (avindra)
(revision 7)
- new upstream version 2.5 * Added some protection against causing a fork bomb when the throttled process is a parent to LimitCPU. - includes 2.4 * Introduced ability to watch children of the target process. This means forks of the process we are throttling can also be throttled, using the "-m" or "--monitor-forks" flags. - includes 2.3 * Applied patch to man page which fixes -s description. * Added --foreground, -f flag for launching target programs in the foreground. LimitCPU then waits for the target process to exit. Should be useful in scripts. - rebase cpulimit-2.2-do_not_forget_version.patch - cleanup with spec-cleaner
Comments 0