From ee7798246c073d64f9d470f1c127a7897b8cbb31 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Thu, 23 Oct 2014 05:55:45 +0200 Subject: visualisation 1 --- src/viz/updates | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/viz/updates (limited to 'src/viz/updates') diff --git a/src/viz/updates b/src/viz/updates new file mode 100644 index 0000000..ffeeab1 --- /dev/null +++ b/src/viz/updates @@ -0,0 +1,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 + } +} +] -- cgit v1.2.3