Sysstat Installation

 

System performance tools for Linux The sysstat package contains the sar, mpstat and iostat commands for Linux. The sar command collects and reports system activity information. The iostat command reports CPU utilization and I/O statistics for disks. The mpstat command reports global and per-processor statistics. The statistics reported by sar concern I/O transfer rates, paging activity, process-related activities, interrupts, network activity, memory and swap space utilization, CPU utilization, kernel activities and TTY statistics, among others. Both UP and SMP machines are fully supported.

#yum install sysstat

#/etc/init.d/sysstat start

#chkconfig sysstat on

 

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Clean apache Semaphore

#ipcs | awk '/^0x000000/ && /nobody/ {print $2}' | xargs -n1 ipcrm -s

Stop Console Messages

2 ways to stop messages output on linux server console #mesg n or #vi /etc/sysctl.conf...

Dangerous PHP Functions

The following PHP functions are considered dangrous and should be disabled on any web server,...

cPanel Installation

cPanel installatin is very easy, all you need is a new minimal installation of a supported linux...

softaculous installation

#cd /usr/local/cpanel/whostmgr/docroot/cgi #wget -N...