To keep track of your system’s CPU load averages you will need to install the sar program. This program is usually found in the sysstat package. To install sysstat on Centos or Fedora type the following command as root: yum install sysstat Viewing statistics Type the following command to get today’s CPU load average statistics: sar -q | less The output of sar is piped to the … [Read more...]