Macromedia flash media server 2-managing flash media server ユーザーズマニュアル

ページ / 238
Logging client connections and other system events
55
<!--   25. x-spos           Stream position                        --> 
<!--     26. cs-stream-bytes   Stream bytes transferred client to server-> 
<!--   27. sc-stream-bytesStream bytes transferred server to client--> 
<!--
28. s-ip
IP address(es) of the server 
-->
<!--
29. x-duration  
  Duration of an event/session  
-->
<!--
30. x-status
  Status an event
-->
<!--
31. cs-uri-stem
Stem of an s-uri
-->
<!--
32. cs-uri-query
Query portion of s-uri
-->
<!--
33. x-sname-query
Query portion of stream uri
-->
<!--
34. x-file-name
Full file path of recorded stream
-->
<!--
35. x-file-ext
Stream file type (flv or mp3)
-->
<!--
36. x-suri-query
Same as x-sname-query-->
<!--
37. x-suri-stem
cs-uri-stem + x-sname + x-file-ext -->
<!--
38. x-suri
x-suri-stem + x-suri-query-->
<!-- The field specification is a semicolon-separated list of one  -->
<!-- or more field names. The special keyword * indicates that all -->
<!-- fields are to be logged. When customizing the fields to be     -->
<!-- logged, it is strongly recommended to always at least log      -->
<!-- the type, category, date, and time fields.                      -
->
<Fields>x-category;x-event;date;time;c-ip;cs-bytes;sc-bytes;x-
sname;sc-stream-bytes;x-file-size;x-file-length</Fields> 
<!-- Delimiter is used to separate between fields                    --
<!-- Recommended: tab or ' '.                                        --
>
<!-- If no delimiter is specified, default is tab                    --
<!-- Not Recommended: '#', because it is used as comment             --
>
<!-- tag in W3C format                                               --
<!-- Disallowed: ''', '"', '.', ':', '-', '\' and all alpha-numeric  --
<!-- (a-z, A-Z, 0-9).  The characters ':' and '-' are not allowed    --
>
<!-- because ':' is used in the time field and '-' is used in the    -->
<!-- date field and in fields with empty value.                      --
<Delimiter>','</Delimiter> 
<!-- This is an optional flag to control if the fields need to be    --
>
<!-- quoted when space or the delimiter are found in the fields.     --
>
<!-- It can be set to enable or disable.  By default, it is set to   -->
<!-- disable.                                                        -
->