The sysstat (System Statistics) package contains various utilities to monitor the performance and usage of system activities.
This tool should not be missed out to install in Linux system, and it is the must have system administrator monitoring utility for any flavor of Linux system in production.
Following are the utilities included in sysstat package.
- sar – Collect, report, or save system activity information (CPU, Memory, Disks, Interrupts, Network Interfaces, TTY, Kernel tables etc.)
- iostat – Report statistics of CPU, I/O for devices, Partition and Network Filesystem
- mpstat – Individual or collective processor statistics
- pidstat – Reports tasks, I/O, CPU, Memory etc.
- nfsiostat – Reports I/O statistics for NFS
- cifsiostat – Reports I/O statistics for CIFS.
Below are the sysstat key features.
- Input/Output and transfer rate statistics (global, per device, per partition, per network filesystem and per PID)
- CPU statistics (Global, per CPU, per NUMA nodes, per PID)
- Memory,hugepages and swap space usage and statistics
- Virtual memory, paging and fault statistics
- Interrupt statistics
- Fibre channel traffic statistics
- NFS server client activity
- TTY devices activity
- Filesystem usage (inodes and blocks)
- Power management statistics
Pre-requisites:
2. sudo / super user access
3. Internet to download the sysstat utility
4. Installation of Ubuntu 18.04 LTS version
5. Installation of CentOS 8
Dowload sysstat package from here.
$ wget http://pagesperso-orange.fr/sebastien.godard/sysstat-12.3.1.tar.gz
Step 2: Go to the directory from you have downloaded the sysstat package and follow the below steps one by one to install the utility from source.
Step 3: Successfully Installed the sysstat utility.
Verify the version with below command.
$ mpstat -V
Step 4: We have executed SAR command to find CPU and it’s CORE usage as below.
Step 5: If you would like to remove the sysstat package from the system. Simply execute the following command.
$ sudo apt remove sysstat
That’s it. In this post, we have seen the installation of sysstat package in Ubuntu 18.04 LTS server version. Kindly share it and comment through comment box below in any query. Please visit for more information on sysstat official page.