Re: [us...@httpd] the current queue size and number of clients

2010-05-25 Thread Eric Covener
On Tue, May 25, 2010 at 5:36 PM, Damian Lęcznar wrote: > So what use it for ListenBacklog directive in apache? That's how Apache gives "guidance" about the depth of the backlog the OS should maintain, but since Apache isn't maintaining it, Apache doesn't know/care about what's queued up. -- Eri

Re: [us...@httpd] the current queue size and number of clients

2010-05-25 Thread Damian Lęcznar
So what use it for ListenBacklog directive in apache? W dniu 2010-05-25 23:33, Eric Covener pisze: On Tue, May 25, 2010 at 5:19 PM, Damian Lęcznar wrote: do you have any other idea to get those values(queue lenght and max clients) directly from apache? , any mod or simple modification of

Re: [us...@httpd] the current queue size and number of clients

2010-05-25 Thread Eric Covener
On Tue, May 25, 2010 at 5:19 PM, Damian Lęcznar wrote: > do you have any other idea to get those values(queue lenght and max clients) > directly from apache? , any mod or simple modification of apache source > code? > thx:)) Apache doesn't know how many are queued by the OS. mod_status knows of c

Re: [us...@httpd] the current queue size and number of clients

2010-05-25 Thread Damian Lęcznar
do you have any other idea to get those values(queue lenght and max clients) directly from apache? , any mod or simple modification of apache source code? thx:)) W dniu 2010-05-24 13:51, Eric Covener pisze: On Mon, May 24, 2010 at 5:01 AM, Damian Lęcznar wrote: Hi, I don't have these da

Re: [us...@httpd] the current queue size and number of clients

2010-05-24 Thread Eric Covener
On Mon, May 24, 2010 at 5:01 AM, Damian Lęcznar wrote: > Hi, > I don't have these data available there netstat? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] the current queue size and number of clients

2010-05-24 Thread Damian Lęcznar
Hi, I don't have these data available there Damian 2010/5/24 Emmanuel Bailleul > > > -Message d'origine- > > De : Damian Lęcznar [mailto:damian.lecz...@gmail.com] > > Envoyé : lundi 24 mai 2010 01:59 > > À : users@httpd.apache.org > > Objet : [us...@httpd] the current queue size and nu

RE: [us...@httpd] the current queue size and number of clients

2010-05-24 Thread Emmanuel Bailleul
> -Message d'origine- > De : Damian Lęcznar [mailto:damian.lecz...@gmail.com] > Envoyé : lundi 24 mai 2010 01:59 > À : users@httpd.apache.org > Objet : [us...@httpd] the current queue size and number of clients > > Hi, > Is there a possibility to trace these parameters on the fly(the curr