Skip to content

Instantly share code, notes, and snippets.

@manuke
Created September 12, 2019 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuke/5c7c9243455e12d51229de1248febe7d to your computer and use it in GitHub Desktop.
Save manuke/5c7c9243455e12d51229de1248febe7d to your computer and use it in GitHub Desktop.
log
grep ' ms' postgresql.log | gawk '{print $(NF -1);}' | sort -n
grep '"GET index.php' access_log | gawk '{print $4 " " $NF/1000000;}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment