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 | 0000000290 290 Bytes | |
cpulimit-2.9.tar.gz | 0000025150 24.6 KB | |
cpulimit.changes | 0000004756 4.64 KB | |
cpulimit.spec | 0000001930 1.88 KB |
Revision 14 (latest revision is 21)
Ondřej Súkup (mimi_vx)
accepted
request 1083363
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 2.9: * When counting CPU cycles (jiffies) we now use a "long" type instead of "int" to avoid running out of space when tracking on-running processes.
Comments 0