This is the way each line actually appears in your access log file:
| 205.139.57.11 - - [07/Sep/1999:13:33:26 -0600] "GET ~user/live.rm PNA/10" 200 43200 [Win98_4.10_6.0.6.45_play32_SF60_en-US_586] [UNKNOWN] |
And the following is a description of each part of the line above:
| client_IP_address - - [timestamp] "GET filename protocol/version" HTTP_error_code bytes_sent [client_info] [client_id] |
The following is a full description of each field in an access log file line:
| Access Log Field | Description | |
|---|---|---|
client_IP_address |
IP address of client, such
as 123.45.123.45 |
|
- - |
Two hyphens for compatibility with standard Web server log formats. | |
timestamp |
Time that client accessed
the file in the format:dd/Mmm/yyyy:hh:mm:ss TZwhere TZ is the time zone
expressed as the number of hours relative to the
Coordinated Universal Time (Greenwich, England) and is
relative to the server. Server time is currently set to
Mountain Time. For example:[31/Oct/1996:13:44:32 -0600] |
|
"GET
filename |
File name (and path)
requested by the client. Path is relative to BasePath
in local file system. If the client requests a file that
doesn't exist, UNKNOWN appears in place of a
file name. |
|
protocol/version" |
Application-layer protocol
used to send the clip to the client. Possible values are:RTSPIn addition, a letter at the end of the string
indicates which transport type was used: |
|
(blank) |
UDP connection | |
| T | TCP connection | |
H |
HTTP connection | |
M |
Multicast | |
For example, PNAT
means that the clip was sent using the PNA protocol over
a TCP connection. The version number indicates the edition of the protocol. |
||
HTTP_status_code |
Return code using HTTP
standard error codes. Usually returns 200 (which
means ok). |
|
bytes_sent |
Number of bytes transferred to the listener or viewer's RealPlayer. | |
[client_info] |
Describes the version and
type of client being used. Client information appears in
the following format, [platform version client type
dist_code language CPU] |
|
| Field | Description | |
platform |
Operating system RealPlayer runs on-Win16, WinNT, Mac, and so on. | |
version |
Operating system version number. | |
client |
Version number of RealPlayer. | |
type |
Type of RealPlayer. | |
dist_code |
Distribution code of RealPlayer. | |
language |
Language setting in RealPlayer. | |
CPU |
Type of processor on which the client is
running. If the processor does not have a hardware
Floating Point Unit, the string "no-FPU" is
appended to the end of the CPU field with no delimiter.
For example:Win95_4.0_3.0.0.19_play32_PN01_EN_586 |
|
RealAudio Player version 1.0
shows only two fields for [client_info].
They are platform and
client. |
||
client_id |
Unique ID generated during
RealPlayer installation that enables you to track details
for individual clients. This information may not be available in your log and may read [UNKNOWN]. |
|
How It Works | Prices | Support | FAQ | Contact Us