Libove Blog

Personal Blog about anything - mostly programming, cooking and random thoughts

Analyse multiple log archives with goaccess

# Published: by h4kor
  • If you only want to load archives, use zcat /path/to/logs/*.log.gz | goaccess
  • You can add the current log file to the end zcat /path/to/logs/*.log.gz | goaccess /path/to/logs/current.log
  • Note: It might take same time until all files are loaded.
  • You can add other flags to the goaccess command, such as the log format