来自Wowza / FMS访问日志的cs-bytes和sc-bytes的含义是什么?在我的日志中,它显示cs-bytes - > 1756310375和sc-bytes ---> 3492。我无法从这些价值中理解任何东西。
有人请分享此
背后的详细信息我的示例日志文件:
2015-07-20 20:28:22 UTC连接会话INFO 200 10.11.12.13 - defaultVHost live definst 0.013 [any] 1935 rtmp://10.11。 12.122:1935 / live / 10.11.12.13 rtmp https://test.example.com/video.swf LNX 15,0,0,189 1756310375 3492 3073 - - - - - - - - - - - - - rtmp://10.11.12.122:1935 / live / -
答案 0 :(得分:0)
通常在此类日志中,任何带有cs-
前缀的字段都表示从c
客户端发送到s
服务器的信息。
任何以sc-
为前缀的字段都表示从s
服务员发送给c
客户的信息。
因此,在您的情况下,客户端将1514823450字节设置为服务器,服务器将3615字节发送到客户端。
可以找到公共前缀here:
c
Client
s
Server
r
Remote
cs
Client to Server.
sc
Server to Client.
sr
Server to Remote Server, this prefix is used by proxies.
rs
Remote Server to Server, this prefix is used by proxies.
x
Application specific identifier.