> MY QUESTIONS: > > Is their any way of telling that the cache size is getting near the limit > of > the physical memory rather than just believing the 1gigram/100gig cache > rule > (which dosen't work anyway)?
- See the option 'high_memory_warning' - squidclient mgr:info also has some memory statistics, you could write a cronjob that checks the lines to see if the value goes over a certain threshold. - You could use rrdtool too to show some graphs so you can monitor memory usage almost realtime. See also two OnLamp articles by Duane Wessels: http://www.onlamp.com/pub/a/onlamp/2004/03/25/squid.html http://www.onlamp.com/pub/a/onlamp/2004/02/12/squid.html Joost
