CPU limiter

BOINC logo

Name
Click to download
CPU limiter
Version 1.1
Summary Limits the CPU usage (good for laptops)
Origin http://cpulimit.sourceforge.net/
Platform
Description 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 use 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.

Extract the source and compile:

    $tar zxf cpulimit-1.0.tar.gz
    $cd cpulimit-1.0
    $make
    
Executable file name is cpulimit.

Examples of useLimiting the program 'make' (think to a kernel compilation) by executable name to 40% CPU:

    $./cpulimit make 40
    
Limiting a program by executable path name to 55% CPU:
    $./cpulimit /path/of/the/exe/file 55
    
Date 7:46 AM UTC, June 28 2005


Return to BOINC main page

Last modified 8:09 PM UTC, June 03 2021.
Copyright © 2024 University of California. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.