Установка atop на Centos 6
Установка atop на Centos 6¶
Ставим atop
yum install atop
sed -i 's/INTERVAL=600/INTERVAL=10/g' /etc/sysconfig/atop
chkconfig --level 12345 atop on
Запускаем сервис
service atop start
Однострочник¶
yum -y install atop;sed -i 's/INTERVAL=600/INTERVAL=10/g' /etc/sysconfig/atop; chkconfig --level 12345 atop on; service atop start