Last active
July 20, 2018 05:50
-
-
Save Xenofex/75217ff394742a08236fddb62a4cdc13 to your computer and use it in GitHub Desktop.
慢到被杀死的请求
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
rg 'ERROR -- : reaped' unicorn.stderr.log |\ | |
awk '{ r=match($14, /worker=(.*)/, a); system("rg \x27#" $10 "\x27 production." a[1] ".log | tail -1 | awk \x27{ print substr($7, 2, 36) }\x27 " ) }' |\ | |
awk '{ system("rg \x27" $0 ".*Started\x27 production.*.log") }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment