-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfull_report.json
More file actions
50 lines (50 loc) · 893 Bytes
/
full_report.json
File metadata and controls
50 lines (50 loc) · 893 Bytes
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"files": [],
"totalRequestsCount": 256,
"responseSizeInBytes": {
"average": 235.28,
"max": 3318,
"p95": 490
},
"resources": [
{
"resource": "/downloads/product_1",
"totalRequestsCount": 154
},
{
"resource": "/downloads/product_2",
"totalRequestsCount": 102
}
],
"responseCodes": [
{
"code": 304,
"totalResponsesCount": 152
},
{
"code": 404,
"totalResponsesCount": 82
},
{
"code": 200,
"totalResponsesCount": 22
}
],
"requestsPerDate": [
{
"date": "2015-05-01",
"weekday": "Friday",
"totalRequestsCount": 2,
"totalRequestsPercentage": 0.78
},
{
"date": "2015-05-17",
"weekday": "Sunday",
"totalRequestsCount": 254,
"totalRequestsPercentage": 99.22
}
],
"uniqueProtocols": [
"HTTP/1.1"
]
}