[GH-ISSUE #317] Add stats page to Nginx UI #1522

Closed
opened 2026-02-27 12:11:19 +03:00 by kerem · 2 comments
Owner

Originally created by @longz3r on GitHub (Feb 24, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/317

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

  • Built-in HAProxy stats page
    image
  • Nginx Amplify
    image

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

Originally created by @longz3r on GitHub (Feb 24, 2024). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/317 **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** - Built-in HAProxy stats page ![image](https://github.com/0xJacky/nginx-ui/assets/81682520/f7a66248-6b55-4697-a41b-7bac5a771fdf) - Nginx Amplify ![image](https://github.com/0xJacky/nginx-ui/assets/81682520/c05ffbd9-0316-4d1b-b39a-0ab8479b1d41) **Additional context** Add any other context or screenshots about the feature request here.
kerem 2026-02-27 12:11:19 +03:00
Author
Owner

@klic-infra commented on GitHub (Sep 2, 2024):

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

<!-- gh-comment-id:2323624443 --> @klic-infra commented on GitHub (Sep 2, 2024): I am currently using https://github.com/allinurl/goaccess and I think it would be good to integrate it.
Author
Owner

@ObsidianCode commented on GitHub (Feb 17, 2026):

For NGINX stats and monitoring, you might consider integration with GetPageSpeed Amplify which provides:

  • Real-time NGINX metrics and dashboards
  • Gixy security checks (static NGINX config security analysis)
  • Alert configuration
  • Free tier available

It works with the nginx-amplify-agent and is now the main alternative since NGINX Amplify was discontinued.

More info: https://www.getpagespeed.com/server-setup/nginx/nginx-amplify-alternative

<!-- gh-comment-id:3914607253 --> @ObsidianCode commented on GitHub (Feb 17, 2026): For NGINX stats and monitoring, you might consider integration with **[GetPageSpeed Amplify](https://amplify.getpagespeed.com/)** which provides: - Real-time NGINX metrics and dashboards - **Gixy security checks** (static NGINX config security analysis) - Alert configuration - Free tier available It works with the `nginx-amplify-agent` and is now the main alternative since [NGINX Amplify was discontinued](https://blog.nginx.org/blog/nginx-amplify-endoflife). More info: https://www.getpagespeed.com/server-setup/nginx/nginx-amplify-alternative
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#1522
No description provided.