Squid 2 store.log
Information and status of [not] stored objects
Format:
Timestamp Tag Swap# Status Date LM Expire Content Length/Size Methode URLwith:
Timestamp | The time this entry was logged. (millisecond resolution since 00:00:00 UTC, January 1, 1970) |
Tag | CREATE, SWAPIN (swapped into memory from disk), SWAPOUT (saved to disk) or RELEASE (removed from cache) |
Swap# | swap file number |
Status | The HTTP reply code when available. For ICP requests this is always "0". If the reply code was not given, it will be logged as "555." |
The following three fields are timestamps parsed from the HTTP reply headers. All are expressed in Unix time (i.e.(seconds since 00:00:00 UTC, January 1, 1970). A missing header is represented with -2 and an unparsable header is represented as -1. | |
Date | Time from the HTTP Date reply header. If the Date header is missing or invalid, the time of the request is used instead. |
LM | The value of the HTTP Last-Modified: reply header. -1 indicates, that no Last-Modified header was found. |
Expires | The value of the HTTP Expires: reply header. -1 indicates, that no Expire header was found. |
Content | The HTTP Content-Type reply header. |
Length | The value of the HTTP Content-Length: reply header. -1 indicates, that no Content-Length header was found. |
Size | The number of bytes of content actually read (i.e. without the header). If the Length is non-zero, and not equal to the Size, the object will be released from the cache. |
Method | The request method (GET, POST, etc). |
URL | The URL. If it contains a '?', everything behind it is stripped out. |