Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-21 10:02
1.5

Diese Version aktualisiert die Dokumentation. Es enthält auch ein Update auf das Makefile, das versucht, das System Standard-Compiler, anstatt hartcodieren eines bestimmten Compiler verwenden.
Tags: documentation update
This release updates the documentation. It also includes an update to the Makefile which attempts to use the system's default compiler, rather than hardcode a specific compiler.

2011-08-14 02:53
1.4

Cpulimit kann nun die Begrenzung CPU-Auslastung auf Multi-Core-Systemen, so dass der Benutzer die Möglichkeit, Grenzen zu über 100% gesetzt. Eine Fehlerkorrektur ist jetzt vorhanden, um Speicherfehler zu vermeiden, wenn cpulimit nicht lesen können das proc-Dateisystem.
Tags: minor bug fixes
CPUlimit can now handle limiting CPU usage on multi-core systems, giving the user the option to set limits above 100%. Error checking is now in place to avoid memory errors if CPUlimit cannot read the proc file system.

2011-05-12 23:48
1.3

Diese Version bringt auf dem Laufenden mit Patches und Bug-Fixes aus verschiedenen Distributionen cpulimit. Das Programm wird nun beendet, wenn es auf eine besondere PID und dieser Prozess nicht mehr existiert. Ein Handbuch-Seite (man cpulimit) zugegeben, zusammen mit einem formalen Lizenzdatei.
Tags: Bug Fix
This version brings CPUlimit up to date with patches and bug fixes from various distributions. The program now exits when it's targeting a specific PID and that process no longer exists. A manual page (man cpulimit) was added, along with a formal license file.

2007-01-08 07:02
1.1

Tags: Initial freshmeat announcement

Project Resources