< Home - < Back

cpulimit


Information about the package, cpulimit, which is shipped with common Linux distributions. The cpulimit package is designed for, CPU Usage Limiter for Linux.


Package Name:

cpulimit

Summary:

CPU Usage Limiter for Linux

Description:

cpulimit is a simple program which 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 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.

Architecture:

x86_64

Version:

0.2

Release:

1.20151118gitf4d2682.el6

Size:

14 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for cpulimit


Control the cpulimit package with the following handy commands outlined below.


Command

Description of Command

yum install cpulimit

This command will install cpulimit on the server.

yum remove cpulimit

This command will un-install cpulimit on the server. When you run this command, you will be asked if you are sure that you want to remove cpulimit, so you have to manually confirm that you want to do this.

yum -y remove cpulimit

This command will un-install cpulimit on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove cpulimit when using the -y flag.

yum update cpulimit

This command will update cpulimit to the latest version. When you run this command, you will be asked if you are sure that you want to remove cpulimit, so you have to manually confirm that you want to do this.

yum -y update cpulimit

This command will update cpulimit to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove cpulimit when using the -y flag.

yum info cpulimit

This command will show you core information about the cpulimit package.

yum deplist cpulimit

This command will show you the dependencies for cpulimit. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update cpulimit

This command will check if there is an update waiting on cpulimit. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.