mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #850] 能不能像宝塔这样显示负载和调优 #1856
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#1856
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 @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,请求主体缓冲区