summaryrefslogtreecommitdiff
path: root/dat
diff options
context:
space:
mode:
Diffstat (limited to 'dat')
-rw-r--r--dat/sample-web.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/dat/sample-web.json b/dat/sample-web.json
index c6cc573..4497496 100644
--- a/dat/sample-web.json
+++ b/dat/sample-web.json
@@ -3,7 +3,15 @@
"hostname": "localhost",
"tags": ["suppa", "toll"],
"version": 2,
- "data": {"bytes-sent": 1519, "client-count": 0},
+ "data": {
+ "bytes-sent": 1519,
+ "client-count": 0,
+ "clients": [
+ {"ip": "85.238.166.201", "bytes-sent": 413535, "user-agent": "blah"},
+ {"ip": "85.238.166.205", "bytes-sent": 1234, "user-agent": "foo"},
+ {"ip": "192.168.0.1", "bytes-sent": 325345, "user-agent": "bar"}
+ ]
+ },
"start-time": "2013-10-21T12:30:00Z",
"duration-ms": 300000
}