allinurl / goaccess

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
https://goaccess.io
MIT License
18.38k stars 1.11k forks source link

How to monitor multiple websites with 'goaccess’? #1340

Open knight0zh opened 5 years ago

knight0zh commented 5 years ago
root@123.123.123.123-bmpt report # goaccess  /data/logs/nginx/abc.com.access.log -o /data/html/abc.html --log-format='%h %^[%d:%t %^] %v "%r" "%s" %b "%R" "%u" %^'  --real-time-html --time-format=%T --date-format='%d/%b/%Y'
Parsing... [0] [0/s]
GoAccess - version 1.3 - Dec 25 2018 09:57:03
Config file: No config file used

Fatal error has occurred
Error occurred at: src/websocket.c - ws_socket - 2782
Unable to set bind: Address already in use.
allinurl commented 5 years ago

Seems like you have already an instance running, try:

# pkill goaccess