-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperf_rest.json
More file actions
36 lines (36 loc) · 836 Bytes
/
Copy pathperf_rest.json
File metadata and controls
36 lines (36 loc) · 836 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
{
"elapsed_seconds": 33.93000312500226,
"total_ops": 50000,
"ops_per_second": 1473.6220275546075,
"final_backend": "chaining",
"migrations_triggered": 0,
"compactions_triggered": 0,
"latency_ms": {
"overall": {
"p50": 0.0016250050975941122,
"p90": 3.317541995784268,
"p99": 4.1333749977638945
},
"put": {
"p50": 3.3071670040953904,
"p90": 3.5342499977559783,
"p99": 4.409291999763809
},
"get": {
"p50": 0.0015420009731315076,
"p90": 0.0021669984562322497,
"p99": 0.00470800296170637
},
"del": {
"p50": 3.3207080050488003,
"p90": 3.407332995266188,
"p99": 4.1333749977638945
}
},
"latency_sample": {
"reservoir_k_overall": 1000,
"reservoir_k_each": 333,
"seen_overall": 390,
"every_n_ops": 128
}
}