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

SAR (system activity monitor)

SAR (system activity monitor) produces system utilization reports based on the data collected...

softaculous installation

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

Backup & Restore MySQL Database from Shell

- Backup a database mysqldump -u Username -p dbname > anyname.sql - Restore a database...

CSF firewall installation

CSF is great firewall for all linux based servers. For non-cpanel servers you'll need to install...

Enable php open_basedir Protection

For open_basedir protection to work properly on cPanel servers running PHP in suPHP mode you'll...