SLES 12에서 sysstat/sar를 cron에 넣는 방법은 무엇입니까?

SLES 12에서 sysstat/sar를 cron에 넣는 방법은 무엇입니까?

이전에는

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이 설치되지 않습니다.

질문: sar의 cronjob을 설치하는 방법은 무엇입니까? 아니면 수동으로 수행해야 합니까?

답변1

나는 systemd가 이 문제를 스스로 해결할 것이라고 믿습니다. 따라서 systemctl enable sysstat && systemctl start sysstat루트로 이 작업을 수행하는 경우 이미 설정되어 있어야 합니다.

관련 정보