Adobe log format vs. Limelight Flash Log Format
For my information: the limelight flash log file format is almost the same as the flash media player 3.5 log format (the last fields have no equivalence in the LUX log format.) for the adobe log format see: link
after the break there is a full table and I've added a zero-based index number (easier to parse the logs). as a final note: the LUX log is tab delimited so its easy to split it
|
Field |
Description |
|---|---|
|
00 |
Type of event. |
|
01 |
Event category. |
|
02 |
Date of the event. |
|
03 |
Time the event occurred. |
|
04 |
Time zone information. |
|
05 |
Event-dependent context information. |
|
06 |
IP address or addresses of the server. |
|
07 |
Server process ID. |
|
08 |
CPU load. |
|
09 |
Memory usage (as reported by the getServerStats() method). |
|
10 |
Adaptor name. |
|
11 |
Virtual host name. |
|
12 |
Application names. |
|
13 |
Application instance names. |
|
14 |
Duration of a stream or session event. |
|
15 |
For a complete description of the x-status codes and descriptions, see Fields in diagnostic logs. |
|
16 |
Client IP address. |
|
17 |
Connection protocol: RTMP or RTMPT. |
|
18 |
URI of the Flash Media Server application. |
|
19 |
The stem portion of the s-uri field. |
|
20 |
The query portion of s-uri. |
|
21 |
URI of the referrer. |
|
22 |
User agent. |
|
23 |
Client ID. |
|
24 |
This field shows the number of bytes transferred from the client to the server. This information can be used to bill customers per session. To calculate the bandwidth usage per session, subtract cs-bytes in the “connect” event from cs-bytes in the “disconnect” event. |
|
25 |
This field shows the number of bytes transferred from the server to the client. This information can be used to bill customers per session. To calculate the bandwidth usage per session, subtract sc-bytes in the “connect” event by sc-bytes in the “disconnect” event |
|
26 |
Type of connection received by the server: Normal: Connection from a client, such as Flash Player Group: Connection between an edge and an origin server Virtual: Client connection that goes through an edge server, using the group connection between the servers for transmission |
|
27 |
Stream name. |
|
28 |
Query portion of the stream URI specified in play or publish. |
|
29 |
Same as x-sname-query. |
|
30 |
This is a composite field: cs-uri-stem + x-sname + x-file-ext. |
|
31 |
This is a composite field: cs-uri-stem + x-sname + x-file-ext + x-sname-query. |
|
32 |
Full path of the file representing the x-sname stream. |
|
33 |
Stream type (currently, this can be FLV or MP3). |
|
34 |
Stream size, in bytes. |
|
35 |
Stream length, in seconds. |
|
36 |
Stream position. |
|
37 |
This field shows the number of bytes transferred from the client to the server per stream. To calculate the bandwidth usage per stream, subtract cs-stream-bytes in the “publish” event from cs-stream-bytes in the “unpublish” event. |
|
38 |
This field shows the number of bytes transferred from the server to the client per stream. To calculate the bandwidth usage per stream, subtract sc-stream-bytes in the “play” event from sc-stream-bytes in the “stop” event. The value of sc-stream-bytes can be greater than x-file-size after streaming files not encoded in FLV format, such as MP3 files. Note: The value of sc-stream-bytes is not necessarily the same as the value of the QoS ByteCount property. |
|
39 |
Name of the service providing the connection (only applicable to certain connection types). |
|
40 |
Number of bytes sent to the client for quality of service. |
|
41 |
Comments. |
|
does not exist |
The ID of a stream. This ID is unique for the client session but not across sessions. |
|
does not exist |
The name of the stream that the server transitions from (the original stream). |
|
does not exist |
The query stream portion of the stream name for the stream that the server transitions from. |
|
does not exist |
The file extension portion of the stream name for the stream that the server transitions from. |
|
does not exist |
Name of the plug‑in. This field is only available in authorization (auth-) events. |
|
does not exist |
The URL of the web page in which the client SWF file is embedded. |
|
does not exist |
The maximum file size of a recorded stream. |
|
does not exist |
The maximum duration of a recorded stream. |

December 22nd, 2009 - 21:03
Can you please give the Awstats logformat for
x-category x-event date time x-pid c-ip cs-bytes sc-bytes x-sname sc-stream-bytes x-file-size x-file-length x-status x-comment
January 12th, 2010 - 04:06
Actually,good post. thx
January 12th, 2010 - 13:32
not sure what you mean, can you elaborate ?