Site icon 지락문화예술공작단

How to change data collection interval for sysstat on RHEL9 or Ubuntu22.04

sysstat 의 수집시간 변경하기

 

OS : RHEL9 / Ubuntu-22.04

기본값 : 10분

 

 

기존 방법

OS : RHEL8 이하 / Ubuntu-20.04 이하

/etc/cron.d/sysstat


RHEL
*/10 * * * * root /usr/lib64/sa/sa1 1 1


<br data-mce-bogus="1">

Ubuntu
*/5 * * * * root command -v debian-sa1 > /dev/null && debian-sa1 1 1


 

 

변경된 방법

/lib/systemd/system/sysstat-collect.timer


[Timer]
OnCalendar=*:00/5


 


systemctl daemon-reload
systemctl restart sysstat-collect.timer
systemctl restart sysstat

 

 

Exit mobile version