
pidstat reports statistics based on the process id (PID).Use this to integrate sar data with other tools. sadf can generate sar report in CSV, XML, and various other formats.sa2 creates daily summary of the collected statistics.sa1 stores system activities in binary data file.This is the sar backend tool that does the data collection. sadc stands for “system activity data collector”.sar collects and displays ALL system activities statistics.

For example, the following gives the system CPU statistics 3 times (with 1 second interval). Version 10 is the current stable version of sysstat. Once installed, verify the sar version using “sar -V”. Note: This will install sar and other systat utilities under /usr/local/bin

This is the only guide you’ll need for sar utility. This article explains how to install and configure sysstat package (which contains sar utility) and explains how to monitor the following Linux performance statistics using sar. Using sar, you can also collect all performance data on an on-going basis, store them, and do historical analysis to identify bottlenecks. Using sar you can monitor performance of various Linux subsystems (CPU, Memory, I/O.) in real time.
