HP Cache Server Appliance Administrator Guide
223
Appendix E Event Logging Formats
cqtx The full HTTP client request text, minus headers; for example, GET
http://www.hp.com HTTP/1.0
cqu The client request URI; universal resource identifier (URI) of the request
from client to proxy (subset of cqtx).
cquc The client request canonical URL; differs from cqu in that blanks (and
other characters that might not be parsed by log analysis tools) are
replaced by escape sequences. The escape sequence is just the ASCII
code number.
cqup The client request URL path; specifies the argument portion of the URL
(everything after the host). For example, if the URL is
http://
www.hp.com/images/foo.gif
, then this field displays /images/
foo.gif
.
cqus The client request URL scheme (HTTP, FTP, etc.).
crc The cache result code; specifies how the cache responded to the request
(HIT, MISS, ...).
pfsc The proxy finish status code; specifies whether the proxy request to the
server was successfully completed (FIN), or interrupted (INTR).
phn The proxy hostname; the hostname of the server that generated a log
entryincollatedlogfiles.
phr The proxy hierarchy route; the route that the proxy used to retrieve the
document.
pqbl The proxy request transfer length; request body length (bytes) from
proxy to server.
pqhl The proxy request header length; request header length (bytes) from
proxy to server.
pqsi The proxy request server IP (0 on cache hits, parent-ip for requests to
parent proxies).
pqsn The proxy request server name.
pscl The proxy response transfer length; response length (bytes) from proxy
to client.
psct The proxy response content type; content type of the document (e.g.,
img/gif) from server response header.
pshl The proxy response header length; response header length (bytes) from
proxy to client.
psql The proxy response transfer length in Squid format (includes header and
content length).
pssc The proxy response status code; the HTTP response status code from
proxy to client.
shi The IP address resolved from the DNS name lookup of the host in the
request. For hosts with multiple IP addresses, this field will record the IP
address resolved from that particular DNS lookup. This can be
misleading for cached documents. For example, if the first request was a
cache miss and came from IP1 for server S and the second request for
server S resolved to IP2, but came from the cache, the log entry for the
second request will show IP2.
shn The server hostname; the hostname of the origin server.
%<field symbol> Description