On Wed, 26 Jan 2011 13:44:59 +0100, Tóth Tibor Péter <[email protected]> wrote: > Hi! > > What should I see for squid if something would be accessed from the > previously cached data? > TCP_HIT ? > TCP_GET ? > Or What shows if the data is accessed from cache ? > TCP_MEM HIT ? > > Thanks, > Tibby
In general *_HIT are cached data being served. *_MISS are network fetches. The details are here: http://wiki.squid-cache.org/SquidFaq/SquidLogs#Squid_result_codes Amos
