User Guide
142 Configuration Files
x-mem-load application Memory usage (as reported by the getServerStats()
method).
x-adaptor application Adaptor name.
x-vhost application Vhost name.
x-app application Application names.
x-appinst application Application instance names.
c-ip application Client IP address.
c-proto application Connection protocol: RTMP or RTMPT.
s-uri application URI of the Flash Media Server application.
c-referrer application URI of the referrer.
c-user-agent application User agent.
c-client-id application Client ID.
cs-bytes application 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 the value of ‘cs-bytes’ in the ‘connect’ event
from the value of ‘cs-bytes’ in the ‘disconnect’ event.
sc-bytes application 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 the ‘sc-bytes’ in the ‘connect’ event by the ‘sc-
bytes’ in the ‘disconnect’ event
x-sname application Stream name.
x-file-size application Stream size in bytes.
x-file-length application Stream length in seconds.
x-spos application Stream position.
cs-stream-bytes application This field shows the number of bytes transferred from
the client to the server per stream.
To calculate the bandwidth usage per stream, subtract
the ‘cs-stream-bytes’ in the ‘publish’ event by the ‘cs-
stream-bytes’ in the ‘unpublish’ event.
Field Event(s) Description