Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [nix-shell:~]# sysbench --threads=$(nproc) cpu run
- sysbench 1.0.20 (using system LuaJIT 2.1.1713773202)
- 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: 53684.59
- General statistics:
- total time: 10.0004s
- total number of events: 536902
- Latency (ms):
- min: 0.28
- avg: 0.30
- max: 0.77
- 95th percentile: 0.31
- sum: 159810.32
- Threads fairness:
- events (avg/stddev): 33556.3750/154.47
- execution time (avg/stddev): 9.9881/0.00
- [nix-shell:~]# sysbench --threads=1 cpu run
- sysbench 1.0.20 (using system LuaJIT 2.1.1713773202)
- 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: 3375.55
- General statistics:
- total time: 10.0002s
- total number of events: 33759
- Latency (ms):
- min: 0.28
- avg: 0.30
- max: 0.63
- 95th percentile: 0.31
- sum: 9991.84
- Threads fairness:
- events (avg/stddev): 33759.0000/0.00
- execution time (avg/stddev): 9.9918/0.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement