hebbaa commented on issue #12767: URL: https://github.com/apache/apisix/issues/12767#issuecomment-3568038449
``` bash-5.3$ curl http://127.0.0.1:9091/apisix/prometheus/metrics | grep "active" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3924 0 3924 0 0 4551k 0 --:--:-- --:--:-- --:--:-- 3832k apisix_nginx_http_current_connections{state="active"} 66934 bash-5.3$ ps PID USER TIME COMMAND 1 apisix 0:00 {openresty} nginx: master process /usr/local/openresty/bin/openresty -p /usr/local/apisix -g daemon off; 60 apisix 0:00 bash 69 apisix 0:00 bash 106 apisix 0:00 bash 214 apisix 1h25 {openresty} nginx: worker process 215 apisix 1h25 {openresty} nginx: worker process 216 apisix 1h25 {openresty} nginx: worker process 217 apisix 1h25 {openresty} nginx: worker process 218 apisix 0:12 {openresty} nginx: privileged agent process 282 apisix 0:00 bash 303 apisix 0:00 ps bash-5.3$ ls /proc/214/fd | wc -l 9648 bash-5.3$ ls /proc/215/fd | wc -l 9871 bash-5.3$ ls /proc/216/fd | wc -l 9932 bash-5.3$ ls /proc/217/fd | wc -l 9845 bash-5.3$ ls /proc/218/fd | wc -l 21 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
