summaryrefslogtreecommitdiff
path: root/dat/sample-web-bulk.json
blob: 3809500e53236565661d6cf8d6e3699d78a2659b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "version": 2,
    "stream": {"quality": "high", "content": "av", "format": "webm"},
    "hostname": "localhost",
    "tags": ["suppa", "toll"]
}
{
    "start-time": "2013-10-26T12:30:00Z",
    "duration-ms": 15000,
    "data": {"bytes-sent": 0, "client-count": 0}
}
{
    "start-time": "2013-10-26T12:30:15Z",
    "duration-ms": 15000,
    "data": {"bytes-sent": 42, "client-count": 1}
}
{
    "start-time": "2013-10-26T12:30:30Z",
    "duration-ms": 15000,
    "data": {"bytes-sent": 1337, "client-count": 2}
}