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.15k stars 1.1k forks source link

More performance metrics #714

Open nborrmann opened 7 years ago

nborrmann commented 7 years ago

I have setup nginx to output the request_time and it's working great. But I'd like to be able to inspect server performance in more detail. Below are some ideas in no particular order:

Another fun but not really meaningful thing would be seeing the last 10 or 20 requests (url, IP, geolocation, user-agent) in a list live as they come in. This is just a gimmick, so I didn't want to open an extra issue for it.

allinurl commented 7 years ago

Thanks for the suggestions.