Created
October 23, 2019 20:17
-
-
Save jcabmora/1e13cafd8459b123aa5e4a161f47c136 to your computer and use it in GitHub Desktop.
When that service uses too much CPU...
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
while true; do top -b -p 12472 -n1 | tail -1 >> cpuhog.log ; sleep 1; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment