Skip to content

GoAccess in a tiny Docker image powered by Alpine Linux

License

Notifications You must be signed in to change notification settings

diyan/goaccess-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

goaccess-docker

GoAccess in a tiny Docker image powered by Alpine Linux.

GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in Unix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. More info at: http://goaccess.io.

How to use this image

Print help:

docker run --rm diyan/goaccess --help

The most simple usage:

TODO

To generate an HTML report:

cat access.log | docker run --rm -i diyan/goaccess \
  --time-format='%H:%M:%S' \
  --date-format='%d/%b/%Y' \
  --log-format='%h %^[%d:%t %^] "%r" %s %b "%R" "%u"' > access.html

About

GoAccess in a tiny Docker image powered by Alpine Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published