(in Linux)
-q : Report queue length and load averages
-b : Report I/O and transfer rate statistics.
-B : Report paging statistics.
-s : start time (hh:mm:ss)
-e : end time (hh:mm:ss)
CPU Usage of ALL CPUs (sar -u)
CPU Usage of Individual CPU or Core (sar -P)
Memory Free and Used (sar -r)
Swap Space Used (sar -S)
Overall I/O Activities (sar -b)
Individual Block Device I/O Activities (sar -d)
Display context switch per second (sar -w)
Reports run queue and load average (sar -q)
Report network statistics (sar -n)
Example
sar [-q|-p|] -f /var/log/sa/sa[day] -i [interval in seconds]
sar -q -f /var/log/sa/sa11 -i 3600
http://www.thegeekstuff.com/2011/03/sar-examples/
Following are the other sysstat utilities.