Thanks a lot.
just now we used cache manager to check the RSS value and found it to be 0
KB. what does it mean? how is it related to FD? and anyth we can do to
control it and solve the slow response problem? thanks.
From: "Mark Elsen" <mark.elsen@xxxxxxxxx>
To: "K Pang" <time_breath@xxxxxxxxxxx>
CC: squid-users@xxxxxxxxxxxxxxx
Subject: Re: high response time in the case of high file
descriptor usage
Date: Mon, 17 Apr 2006 05:52:01 +0200
> thanks. may i know how to check the memory status of squid? how to
decide
> whether squid is running out of memory? thanks a lot.
>
>
- Use :
% top
For the SQUID process , check the RSS colum (Resident Set Size), versus
the total process size.
If the total process size is
significantly bigger then RSS, then it means that SQUID does
not fit into available phys. mem on the system.
M.