| [dman@epyc ~]$ sysbench --test=cpu run --max-requests=20000
WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any options.
WARNING: --max-requests is deprecated, use --events instead
sysbench 1.0.14 (using bundled LuaJIT 2.1.0-beta2) Running the test with following options:
Number of threads: 1
Initializing random number generator from current time Prime numbers limit: 10000 Initializing worker threads... Threads started! CPU speed:
events per second: 1461.82 General statistics:
total time: 10.0004s
total number of events: 14621 Latency (ms):
min: 0.67
avg: 0.68
max: 1.76
95th percentile: 0.69
sum: 9997.72 Threads fairness:
events (avg/stddev): 14621.0000/0.00
execution time (avg/stddev): 9.9977/0.00 [dman@epyc ~]$ sysbench --test=cpu run --max-requests=20000 --num-threads=128
WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any options.
WARNING: --num-threads is deprecated, use --threads instead
WARNING: --max-requests is deprecated, use --events instead
sysbench 1.0.14 (using bundled LuaJIT 2.1.0-beta2) Running the test with following options:
Number of threads: 128
Initializing random number generator from current time Prime numbers limit: 10000 Initializing worker threads... Threads started! CPU speed:
events per second: 47980.46 General statistics:
total time: 0.4152s
total number of events: 20000 Latency (ms):
min: 0.68
avg: 2.06
max: 111.24
95th percentile: 3.36
sum: 41275.73 Threads fairness:
events (avg/stddev): 156.2500/118.37
execution time (avg/stddev): 0.3225/0.06 Let me know if you want me to run any other benchmarks. |