Created
July 16, 2015 23:16
-
-
Save twobraids/d2ae7ab5b82b075702be to your computer and use it in GitHub Desktop.
comparison of starts to acks
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
[centos@i-a289086a ~]$ sudo grep "saved" /var/log/messages | wc -l | |
1000 | |
[centos@i-a289086a ~]$ sudo grep "RabbitMQCrashStorage saving" /var/log/messages | wc -l | |
664 | |
[centos@i-6a8607a2 ~]$ sudo grep acking /var/log/messages | grep processor | grep i-6a8607a2 | wc -l | |
666 | |
[centos@i-6a8607a2 ~]$ sudo grep starting /var/log/messages | grep processor | grep i-6a8607a2 | wc -l | |
666 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment