Web Proxy Server 2.0 Log File FormatID: Q234147
|
Microsoft Proxy Server 2.0 has logging capabilities that allow an administrator to track Proxy Server usage. The information in this article can be used to identify and understand the fields in a Web Proxy Server log.
Field Position | Field Value | Description |
---|---|---|
1 | ClientIP | The requesting client's IP Address |
2 | ClientUserName | Windows NT Account of the user making the request. "Anonymous" will be recorded if Proxy Access Control is not being used. |
3 | ClientAgent | Contains the browser type sent by the client in the HTTP header. When Proxy Server is actively caching, the client agent is "MSProxy/2.0" |
4 | ClientAuthenticate | Indicates whether or not client has authenticated with the Proxy Server (Y/N) |
5 | LogDate | Timestamp indicating date when client request was made. |
6 | LogTime | Timestamp indicating time when client request was made. The LogTime is in local system time. |
7 | Service | Indicates which Proxy Server service the client is using. |
8 | ServerName | The local Proxy Server's Host name. |
9 | ReferredServer | If Proxy Server is used upstream in a chained configuration, this indicates the ServerName of the downstream server that sent the request. |
10 | DestHost | If Proxy Server is being downstream used in a chained configuration, this indicates the ServerName of the upstream server. |
11 | DestHostIP | The IP address of the destination. A hyphen indicates that the request was serviced from the Proxy Server's cache. |
12 | DestHostPort | The TCP or UDP destination port. |
13 | ProcessingTime | Connection time (in milliseconds). Begins when Proxy Server receives client request and ends when client closes the connection. |
14 | BytesSent | Number of bytes sent to remote host by Proxy Server. |
15 | BytesRecvd | Number of bytes received by Proxy from the remote host. |
16 | Protocol | Specifies the Application protocol used for the connection (HTTP, FTP, Gopher, Secure) |
17 | Transport | Specifies the Transport protocol used for the connection (TCP, UDP) |
18 | Operation | Specifies the Application method being used (GET, PUT, POST, and so on) |
19 | URL | Destination URL |
20 | MimeType | The Multipurpose Internet Mail Extension of the requested object. (Text/Plain, Image/GIF, and so on) |
21 | ObjectSource | Indicates final source of request object.
0 = No information available |
22 | ResultCode | Status code of transaction A value less than 100 is a Win32 error code. A value between 100 and 1000 is an HTTP status code A value greater than 10000 is a Winsock status code. |
23 | CacheInfo | A random cache number. If the Combined Hotfix is installed, the value is always zero. |
Q186799 Proxy Server: Logging Bytes Sent and Bytes Received
Additional query words: logfile w3 logging
Keywords :
Version : winnt:2.0
Platform : winnt
Issue type : kbhowto
Last Reviewed: July 20, 1999