cpulimit は (CPU 時間ではなくパーセンテージで表現) プロセスの CPU 使用量を制限しようとすると、単純なプログラムです。彼らはあまりにも多くの CPU を食べるしたくないとき、これはバッチ ジョブの制御に便利です。Nice 値や他スケジューリング優先順位の詳細については実際の CPU 使用率では動作しません。また、動的にかつ迅速にシステム全体の負荷に適応することです。
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.
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.
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.