Darwin 流服务器日志格式?
我正在编写一个程序,它将解析和操作来自达尔文流服务器的日志。 我在哪里可以获得各个字段标题含义的定义? DSS 文档文件中是否有某种文档?
例如,我将其作为日志输出标头:
c-ip 日期时间 c-dns cs-uri-stem c-starttime x-duration c-rate c-status c-playerid c-playerversion c-playerlanguage cs(User-Agent) c-os c-osversion c -cpu 文件长度 文件大小 avgbandwidth 协议传输 音频编解码器 视频编解码器 sc-字节 cs-字节 c-字节 s-pkts-发送 c-pkts-接收 c-pkts-丢失-客户端 c-缓冲区计数 c-总缓冲区时间 c-质量 s-ip s-dns s-totalclients s-cpu-util cs-uri-query c-用户名 sc(领域)
I am writing a program that will parse and manipulate logs from Darwin Streaming Servers. Where can I get a definition of what the individual fields headers mean? Are there some kind of documentation in the DSS doc files?
For example, I have this as the log output header:
c-ip date time c-dns cs-uri-stem c-starttime x-duration c-rate c-status c-playerid c-playerversion c-playerlanguage cs(User-Agent) c-os c-osversion c-cpu filelength filesize avgbandwidth protocol transport audiocodec videocodec sc-bytes cs-bytes c-bytes s-pkts-sent c-pkts-received c-pkts-lost-client c-buffercount c-totalbuffertime c-quality s-ip s-dns s-totalclients s-cpu-util cs-uri-query c-username sc(Realm)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请检查:
QuickTime Streaming Server 2.0 访问日志格式
http://support.apple.com/kb /TA26756?viewlocale=en_US
Please check:
QuickTime Streaming Server 2.0 Access Log Format
http://support.apple.com/kb/TA26756?viewlocale=en_US
我设法从网上获取了一些有关日志格式的信息,但这并不完整。 有完整日志格式的链接吗?
DSS 日志格式(Google 文档)
I've managed to get some information about the log format from the net, but this is not complete. Is there a link to the complete log format?
DSS Log Format (Google Docs)