Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@ubuntu-test:~# sysbench --threads=1 cpu run
- sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)
- 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: 3641.53
- General statistics:
- total time: 10.0004s
- total number of events: 36420
- Latency (ms):
- min: 0.26
- avg: 0.27
- max: 0.40
- 95th percentile: 0.29
- sum: 9990.50
- Threads fairness:
- events (avg/stddev): 36420.0000/0.00
- execution time (avg/stddev): 9.9905/0.00
- root@ubuntu-test:~# sysbench --threads=16 cpu run
- sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)
- Running the test with following options:
- Number of threads: 16
- Initializing random number generator from current time
- Prime numbers limit: 10000
- Initializing worker threads...
- Threads started!
- CPU speed:
- events per second: 57747.78
- General statistics:
- total time: 10.0003s
- total number of events: 577534
- Latency (ms):
- min: 0.26
- avg: 0.28
- max: 0.92
- 95th percentile: 0.29
- sum: 159814.87
- Threads fairness:
- events (avg/stddev): 36095.8750/438.26
- execution time (avg/stddev): 9.9884/0.00
Add Comment
Please, Sign In to add comment