Created
March 2, 2018 01:38
-
-
Save askb/78eeec07b75024abd87a3506a7409e63 to your computer and use it in GitHub Desktop.
Update sysstat polling frequency to 1 minute and restart service on Ubuntu 16.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install sysstat -y | |
sudo sed -i -e 's#ENABLED="false"#ENABLED="true"#' /etc/default/sysstat | |
sudo sed -i -e 's#5-55/10#5-55/1#' /etc/cron.d/sysstat | |
sudo systemctl restart sysstat.service |
Author
askb
commented
Mar 2, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment