Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

I need to know the number of connections that failed by timeout

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


berardi.lisandro at gmail

May 16, 2012, 5:36 AM

Post #1 of 2 (154 views)
Permalink
I need to know the number of connections that failed by timeout

My Apache server is limited of RAM, so I had to downloaded the number of '
MaxClients'. That is why I need to know the number of connections that fail
by timeout, and if possible I need the date of each. Thanks so much!

PD: Sorry for my bad English...


uhlar at fantomas

May 22, 2012, 8:21 AM

Post #2 of 2 (138 views)
Permalink
Re: I need to know the number of connections that failed by timeout [In reply to]

On 16.05.12 09:36, Lisandro Berardi wrote:
> My Apache server is limited of RAM, so I had to downloaded the number of '
>MaxClients'.

set MaxClients to a sane value and see how much of ram do they use to
know if you can increase that number. Note that you will have to set
StartServers, MinSpareServers and MaxSpareServers with prefork MPM, or
StartThreads, MinSpareThreads and MaxSpareThreads with worker MPM.

> That is why I need to know the number of connections that fail
>by timeout, and if possible I need the date of each. Thanks so much!

this is very hard to detect, because it's usually client who detects a
timeout. server can see timeouts because of different reasons unrelated
to server load.

you should watch on your system how much memory it uses, which
is also cryptic e.g. on linux it's second line of 'free' output
(-/+ buffers/cache).

>PD: Sorry for my bad English...

--
Matus UHLAR - fantomas, uhlar [at] fantomas ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Spam = (S)tupid (P)eople's (A)dvertising (M)ethod

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.