Skip to content

Instantly share code, notes, and snippets.

@lpimem
Created February 18, 2017 22:37
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 lpimem/7680630e1297bce2bc36d160d6cd7e45 to your computer and use it in GitHub Desktop.
Save lpimem/7680630e1297bce2bc36d160d6cd7e45 to your computer and use it in GitHub Desktop.
an example using goaccess to analysis compressed log files in .gz format
gzcat $LOGROOT/access.log.*.gz | goaccess -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment