Created
November 29, 2018 10:42
-
-
Save AlexisDucastel/ebb884831aeec5827e4df82975e5c4eb to your computer and use it in GitHub Desktop.
Second scale system metrics
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
#!/bin/bash | |
while true | |
do | |
echo "$(sleep 1;free -m|grep Mem:|awk '{print $3}') $(sar 1 1 | grep Average|awk '{print $3" "$4" "$5" "$6" "$7}')" >> /home/ubuntu/metrics.log | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment