wzhanjun / blog

my person notes
0 stars 0 forks source link

goaccess #63

Open wzhanjun opened 1 year ago

wzhanjun commented 1 year ago

https://goaccess.io/download

cat access.log | docker run --rm -i -e LANG=$LANG allinurl/goaccess -a -o html --log-format COMBINED - > report.html

tail -F access.log | docker run -p 7890:7890 --rm -i -e LANG=$LANG allinurl/goaccess -a -o html --log-format COMBINED --real-time-html - > report.html