Hi, using ps, the return is:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 19724 0.0 0.0 2276 1056 ? S Apr03 0:00 /bin/sh
/usr/loca
is the memory status related to slow response?
i've no idea which is the total process size, pls advise. thanks a lot.
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.