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
|
sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 8 # 线程数
Initializing random number generator from current time
Running memory speed test with the following options:
block size: 4KiB
total size: 0MiB
operation: read
scope: global
Initializing worker threads...
Threads started!
Total operations: 411293964 (20563104.49 per second) # 总共/每秒 执行的 event 个数
1606617.05 MiB transferred (80324.63 MiB/sec) # 总共/每秒 传输的大小
General statistics:
total time: 20.0000s
total number of events: 411293964
Latency (ms):
min: 0.00 # event 最低响应时间
avg: 0.00 # event 平均响应时间
max: 12.02 # event 最大响应时间
95th percentile: 0.00 # 前 95% 平均响应时间
sum: 78557.93
Threads fairness:
events (avg/stddev): 51411745.5000/426653.81
execution time (avg/stddev): 9.8197/0.02
|