Home
FreedomMafia.NET
Welcome, Guest
Please Login or Register.    Lost Password?
CPU Usage Limiter for Linux (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: CPU Usage Limiter for Linux
#13
biew55 (Admin)
Admin
Posts: 2
graph
User Offline Click here to see the profile of this user
CPU Usage Limiter for Linux 2 Years, 11 Months ago  
CPU Usage Limiter for Linux
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 dont want they eat too much cpu. It does not act on the nice value or other scheduling priority stuff, but on the real cpu usage. Also, it is able to adapt itself to the overall system load, dynamically and quickly
Examples of use

Limiting the program bigloop by executable name to 40% CPU:
$ ./cpulimit --exe bigloop --limit 40
or
$ ./cpulimit --path /usr/local/bin/bigloop --limit 40
Limiting a program by PID to 55% CPU:
$ ./cpulimit --pid 2960 --limit 55

_link_ : http://cpulimit.sourceforge.net/
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Report to moderator   Logged Logged  
 
Last Edit: 2007/09/28 02:30 By biew55.
  Reply Quote
Go to top Post Reply
Powered by FireBoard
  • Thai
  • English