Re: Cache status message list?

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sat, 28 Nov 1998 00:52:10 +0100

Williams Jon wrote:
>
> Does anyone have a list of the cache status messages that show up
> in the access.log file?

Hmm.. I thinks wrote one a few weeks ago. See the squid-users archives.

Basically the log tags with respect to traffic are:
*HIT is hits
*MISS/503 is errors (message usually generated by Squid)
*MISS is misses
TCP_REFRESH_HIT has the added cost of a TCP_MISS/304 to the origin site
or parent proxy.
NONE is bad requests

A detailed list of every possible tag is seen in src/access_log.c.
Exceptions from this list are "ICP_QUERY" and "LOG_TYPE_MAX" which is
internal and never seen in the logs. "ICP_QUERY" is a internal tag for
sent ICP queries.

---
Henrik Nordstrom
Spare time Squid hacker
Received on Fri Nov 27 1998 - 17:15:24 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:23 MST