Skip to content

Instantly share code, notes, and snippets.

@darnaut
Created July 26, 2018 16:02
Show Gist options
  • Save darnaut/50ab9a22f1d6d062072f9efc67d149e1 to your computer and use it in GitHub Desktop.
Save darnaut/50ab9a22f1d6d062072f9efc67d149e1 to your computer and use it in GitHub Desktop.
root@i-08807ccee318d56f9:~# sysbench --test=cpu --cpu-max-prime=400 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 400
Test execution summary:
total time: 14.0493s
total number of events: 10000
total time taken by event execution: 13.9141
per-request statistics:
min: 0.71ms
avg: 1.39ms
max: 10.34ms
approx. 95 percentile: 1.96ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 13.9141/0.00
root@i-00ad98a8c95ecf7ba:~# sysbench --test=cpu --cpu-max-prime=400 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 400
Test execution summary:
total time: 0.1054s
total number of events: 10000
total time taken by event execution: 0.1043
per-request statistics:
min: 0.01ms
avg: 0.01ms
max: 0.05ms
approx. 95 percentile: 0.01ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 0.1043/0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment