Cisco Cisco Web Security Appliance S370 사용자 가이드

다운로드
페이지 432
 
20-33
Cisco AsyncOS for Web User Guide
 
Chapter 20      Monitor System Activity Through Logs
  Log File Fields and Tags
Transaction Result Codes
Transaction result codes in the access log file describe how the appliance resolves client requests. For 
example, if a request for an object can be resolved from the cache, the result code is 
TCP_HIT
. However, 
if the object is not in the cache and the appliance pulls the object from an origin server, the result code 
is 
TCP_MISS
. The following table describes transaction result codes.
Related Topics
.
ACL Decision Tags
An ACL decision tag is a field in an access log entry that indicates how the Web Proxy handled the 
transaction. It includes information from the Web Reputation filters, URL categories, and the scanning 
engines.
Note
The end of the ACL decision tag includes a dynamically generated number that the Web Proxy uses 
internally to increase performance. You can ignore this number.
Result Code
Description
TCP_HIT
The object requested was fetched from the disk cache.
TCP_IMS_HIT
The client sent an IMS (If-Modified-Since) request for an object and the 
object was found in the cache. The proxy responds with a 304 response.
TCP_MEM_HIT
The object requested was fetched from the memory cache.
TCP_MISS
The object was not found in the cache, so it was fetched from the origin 
server.
TCP_REFRESH_HIT
The object was in the cache, but had expired. The proxy sent an IMS 
(If-Modified-Since) request to the origin server, and the server 
confirmed that the object has not been modified. Therefore, the 
appliance fetched the object from either the disk or memory cache.
TCP_CLIENT_REFRESH_MISS
The client sent a “don’t fetch response from cache” request by issuing 
the ‘Pragma: no-cache’ header. Due to this header from the client, the 
appliance fetched the object from the origin server.
TCP_DENIED
The client request was denied due to Access Policies.
UDP_MISS
The object was fetched from the origin server.
NONE
There was an error in the transaction. For example, a DNS failure or 
gateway timeout.