sysbench
sysbench copied to clipboard
Is there a way to achieve the same behavior and results as with 0.x versions?
Early I was using sysbench with the following parameters to run a test:
sysbench --test=--cpu-max-prime=20000 --num-threads=1 run
Is there an analogue of these parameters in 1.0.x
version?
Could anybody provide the exact match? I tried as recommended in #140:
sysbench --test=cpu --time=0 --events=20000 --num-threads=1 run
but with no success.