LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   squid missing filedescriptors (https://www.linuxquestions.org/questions/linux-newbie-8/squid-missing-filedescriptors-925452/)

varyobject 01-24-2012 08:59 AM

squid missing filedescriptors
 
Hello,

I have squid proxy.

I execute following commands:
[xxxx@proxy ~]# squidclient -h proxy_addr -p 3128 mgr:info | grep 'file descri'
Maximum number of file descriptors: 1024
Available number of file descriptors: 129
Reserved number of file descriptors: 100

So I have about 760 used file descriptors

[xxxx@proxy ~]# netstat -an | grep proxy_addr | grep ESTAB | wc -l
435

Active sessions. So I should have around 300 free descriptors.

[xxxx@proxy ~]# netstat -an | grep proxy_addr | grep TIME_WAIT | wc -l
3662

Quite a big number for My 1024 file descriptors.

How could I discover what consumed another about 330 descriptors ?

Regards!

varyobject 01-25-2012 03:59 AM

... other interface that forwards requests "outside".


All times are GMT -5. The time now is 06:09 PM.