It was thus said that the Great Harald Falkenberg once stated:
> 
> Hallo,
> 
> thank you for your help. Have you or someone else an idea what causes such
> a high use of file descriptors? How can I monitor the usage of file
> descriptors and see what kind of files are related to them?

  How many sites are being served by Apache?  And do each have their own
access_log *and* error_log?  How many connections are typically made to the
server?  

  If you are running under Linux, you can, from the command line, do

        GenericUnixPrompt# cd /proc/<pid-of-apache-instance>/fd
        GenericUnixPrompt# ls-l

  And see all the filehandles currently in use and what they referr to.

  -spc (only have one error_log for the entire server)




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to