Skip to content

Instantly share code, notes, and snippets.

@iximiuz
Created May 16, 2016 11:57
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 iximiuz/a7f515563081f0af4081283e1f991798 to your computer and use it in GitHub Desktop.
Save iximiuz/a7f515563081f0af4081283e1f991798 to your computer and use it in GitHub Desktop.
Analyze Nginx access log with GoAccess

Run:

grep "07/May/2016" app_access.log | goaccess -a --log-format '%h %^[%d:%t %^] "%r" %s %b "%R" "%u"' --date-format '%d/%b/%Y' --time-format '%H:%M:%S' > goaccess_may07.html

More here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment