Created
June 26, 2020 14:08
-
-
Save jcoyne/5d009b66e4c655050aaf515a8ab2ddc2 to your computer and use it in GitHub Desktop.
Fedora logs processing
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
tail -10000 dor_access_ssl.log | grep 'content ' | grep 200 | sed 's/.\+\(GET \/fedora\/objects\/druid.\+datastreams.\+\/content.\+\)HTTP\/1.1" 200 \([0-9]\+\).\+/\2 \1/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment