mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #317] Add stats page to Nginx UI #1522
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#1522
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Additional context
Add any other context or screenshots about the feature request here.
@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.
@ObsidianCode commented on GitHub (Feb 17, 2026):
For NGINX stats and monitoring, you might consider integration with GetPageSpeed Amplify which provides:
It works with the
nginx-amplify-agentand is now the main alternative since NGINX Amplify was discontinued.More info: https://www.getpagespeed.com/server-setup/nginx/nginx-amplify-alternative