-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresult.json
52 lines (52 loc) · 1.07 KB
/
result.json
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
51
52
{
"basic": {
"response_code": [
{
"key": "No Error",
"value": 186208
},
{
"key": "Non-Existent Domain",
"value": 13792
}
],
"time_cost": "PT2.337833S",
"start_time": "2021-01-23T21:12:15.095630+08:00",
"end_time": "2021-01-23T21:12:17.433463+08:00",
"query_total": 200000,
"response_total": 200000,
"qps": 85579.80316645271,
"query_rate": 100.0,
"min_lantency": 0.000022425,
"max_lantency": 0.167782677,
"mean_lantency": 0.00020573165505999977,
"p99": 0.0003595079962574849,
"p95": 0.0002581835379245266,
"p90": 0.0002092966708002153,
"p50": 0.00016916596015602805
},
"extension": {
"query_type": [
{
"key": "A",
"value": 62068
},
{
"key": "NS",
"value": 110346
},
{
"key": "SOA",
"value": 13794
},
{
"key": "AAAA",
"value": 13792
}
],
"response_type": [],
"answer_result": [],
"additional_result": [],
"authority_result": []
}
}