1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
[
{
"version": 1,
"hostname": "myhostname",
"streamer-id": { "content-id": "av-orig", "format": "flash", "quality": "medium" },
"tags": [ "elevate", "2014", "discourse" ],
"start-time": "2014-08-03T12:39:56.123Z",
"duration-ms": 5000,
"data": {
"clients": [
{ "ip": "127.0.0.1", "port": 1234, "bytes-sent": 12094, "user-agent": "Mozilla Version 28" }
],
"client-count": 13,
"bytes-received": 12345,
"bytes-sent": 921734098,
"fuckups-per-second": 9
}
},
{
"version": 1,
"hostname": "myhostname",
"streamer-id": { "content-id": "av-orig", "format": "flash", "quality": "highquality" },
"tags": [ "elevate", "2014", "discourse" ],
"start-time": "2014-08-03T12:39:56.123Z",
"duration-ms": 5000,
"data": {
"clients": [
{ "ip": "127.0.0.1", "port": 1234, "bytes-sent": 12094, "user-agent": "Mozilla Version 28" }
],
"client-count": 10,
"bytes-received": 12345,
"bytes-sent": 202027,
"fuckups-per-second": 10
}
}
]
|