Hello,
Can anyone share the connections per second and the maximum concurrent connections
ever tested on Openresty, with details of the reference hardware ?
Cheers,
Abdul Hakeem
-----Original Message-----
From: openresty-en@googlegroups.com [mailto:openresty-en@googlegroups.com] On
Behalf Of Yichun Zhang (agentzh)
Sent: Thursday, January 22, 2015 11:25 PM
To: openresty-en
Subject: Re: [openresty-en] Number of active connections
Hello!
On Thu, Jan 22, 2015 at 3:16 PM, Simon H�rup Eskildsen wrote:
> Then I `curl` to the `ngx_http_stub_status_module`
> (http://nginx.org/en/docs/http/ngx_http_stub_status_module.html) and get
> something like:
>
> Active connections: 8036
> server accepts handled requests
> 351374622 351374622 553813639
> Reading: 1 Writing: 89 Waiting: 7930
>
> Why are they so different?
Maybe some of your worker processes crashed abnormally since the
startup? Better enable core dump for your nginx worker processes.
Also please keep in mind that the stub_status metrics are per-server
(including all the workers) while the stap script is per-worker.
Regards,
-agentzh.