[GH-ISSUE #850] 能不能像宝塔这样显示负载和调优 #3551

Closed
opened 2026-02-28 11:56:38 +03:00 by kerem · 2 comments
Owner

Originally created by @yunyun on GitHub (Feb 5, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/850

活动连接(Active connections) 38
总连接次数(accepts) 1030082
总握手次数(handled) 1030082
总请求数(requests) 5191695
请求数(Reading) 0
响应数(Writing) 3
驻留进程(Waiting) 35
工作进程(Worker) 4
Nginx占用CPU(Workercpu) 0.41
Nginx占用内存(Workermen) 164MB

worker_processes
auto
处理进程,auto表示自动,数字表示进程数
worker_connections
51200
最大并发链接数
keepalive_timeout
60
连接超时时间
gzip
是否开启压缩传输
gzip_min_length
1
KB,最小压缩文件
gzip_comp_level
2
压缩率
client_max_body_size
50
MB,最大上传文件
server_names_hash_bucket_size
512
服务器名字的hash表大小
client_header_buffer_size
32
KB,客户端请求头buffer大小
client_body_buffer_size
512
KB,请求主体缓冲区

Image

Image

Originally created by @yunyun on GitHub (Feb 5, 2025). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/850 活动连接(Active connections) 38 总连接次数(accepts) 1030082 总握手次数(handled) 1030082 总请求数(requests) 5191695 请求数(Reading) 0 响应数(Writing) 3 驻留进程(Waiting) 35 工作进程(Worker) 4 Nginx占用CPU(Workercpu) 0.41 Nginx占用内存(Workermen) 164MB worker_processes auto 处理进程,auto表示自动,数字表示进程数 worker_connections 51200 最大并发链接数 keepalive_timeout 60 连接超时时间 gzip 是否开启压缩传输 gzip_min_length 1 KB,最小压缩文件 gzip_comp_level 2 压缩率 client_max_body_size 50 MB,最大上传文件 server_names_hash_bucket_size 512 服务器名字的hash表大小 client_header_buffer_size 32 KB,客户端请求头buffer大小 client_body_buffer_size 512 KB,请求主体缓冲区 ![Image](https://github.com/user-attachments/assets/b1ea53fb-0f27-4ce7-aaf7-5f9effc6994a) ![Image](https://github.com/user-attachments/assets/f5834717-56ae-4e85-8249-f848bb0a57b4)
kerem 2026-02-28 11:56:38 +03:00
Author
Owner

@0xJacky commented on GitHub (Feb 5, 2025):

未来应该会实现

<!-- gh-comment-id:2636186740 --> @0xJacky commented on GitHub (Feb 5, 2025): 未来应该会实现
Author
Owner

@0xJacky commented on GitHub (Apr 11, 2025):

下个版本发布

<!-- gh-comment-id:2796777446 --> @0xJacky commented on GitHub (Apr 11, 2025): 下个版本发布
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#3551
No description provided.