# iostat -hymx 1 4
# vmstat 1
r --> currently running processes, r-value should not be greater than actual cpu's
# iotop -o
# mpstat -P ALL 1
# sar -n DEV 1
# sar -n TCP,ETCP 1
# perf record -a -g -- sleep 60
# perf report