
以前は
https://linuxmain.blogspot.de/2011/12/gathering-performance-data-with-sysstat.html
SLESの場合は、次のようにcron設定をインストールできます。
SLES10: /etc/init.d/sysstat start
SLES11: /etc/init.d/boot.sysstat start
SLES12: systemctl start sysstat
ただし、SLES12ではstartを実行してもsar cronjobはインストールされません。
Q:sarのcronjobをインストールする方法は?それとも手動で行う必要がありますか?
答え1
私はsystemdがこの問題を自分で解決すると思います。したがって、systemctl enable sysstat && systemctl start sysstat
rootでこれを行う場合は、すでに設定されている必要があります。