CentOS7.6にsarコマンドを利用する方法
# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
1.sysstatのインストール
# yum install sysstat
2.sysstatの起動
# systemctl enable sysstat
# systemctl start sysstat
# systemctl status sysstat
3.使い方
3.1 採取間隔10秒
# sar -o testdata 10
3.2 メモリ使用量
sar -r -f testdata
3.3 ディスク
sar -d -f testdata
3.3 インタフェース
# sar -n DEV -f testdata
3.4 TCP
# sar -n TCP -f testdata