0xJacky / nginx-ui

Yet another WebUI for Nginx
https://nginxui.com
GNU Affero General Public License v3.0
3.5k stars 265 forks source link

Add stats page to Nginx UI #317

Open longz3r opened 7 months ago

longz3r commented 7 months ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like It would be better to have a stats section in Nginx UI like Nginx amplify or HAProxy stats page. These stats should include requests/s, total requests were made, total success response, total error response,.... It doesn't have to be graph but it would be wonderful to have graph and be able to choose time frame to view. I think you can harvest these stats from nginx's access log and error logs

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here.

klic-infra commented 1 month ago

I am currently using https://github.com/allinurl/goaccess and I think it would be good to integrate it.