Created
August 6, 2013 09:53
-
-
Save coldclimate/6163245 to your computer and use it in GitHub Desktop.
Find all errors, log out the time the happened, then hillbilly histogram them
This file contains hidden or 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
| grep -n "Connection refused" error.log-20130806 | awk '{print $2}' > errortimes.log | |
| sort errortimes.log | uniq -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment