Skip to content

Instantly share code, notes, and snippets.

@leonklingele
Created February 28, 2017 19:32
Show Gist options
  • Select an option

  • Save leonklingele/d6ee983595b7d1f8925d09ed9112a022 to your computer and use it in GitHub Desktop.

Select an option

Save leonklingele/d6ee983595b7d1f8925d09ed9112a022 to your computer and use it in GitHub Desktop.
Contabo: VPS M SSD benchmark
# Server bench
## Contabo: VPS M SSD (8,99€ / Monat)
$ speedtest-cli
Download: 92.62 Mbit/s
Upload: 69.65 Mbit/s
$ sysbench --test=cpu --cpu-max-prime=20000 run
Test execution summary:
total time: 26.0100s
total number of events: 10000
total time taken by event execution: 26.0085
per-request statistics:
min: 2.39ms
avg: 2.60ms
max: 3.50ms
approx. 95 percentile: 3.06ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 26.0085/0.00
$ sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 run
Test execution summary:
total time: 13.2125s
total number of events: 10000
total time taken by event execution: 26.4195
per-request statistics:
min: 2.39ms
avg: 2.64ms
max: 4.37ms
approx. 95 percentile: 3.11ms
Threads fairness:
events (avg/stddev): 5000.0000/41.00
execution time (avg/stddev): 13.2098/0.00
$ sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run
Test execution summary:
total time: 7.1915s
total number of events: 10000
total time taken by event execution: 28.7593
per-request statistics:
min: 2.40ms
avg: 2.88ms
max: 5.01ms
approx. 95 percentile: 3.16ms
Threads fairness:
events (avg/stddev): 2500.0000/23.11
execution time (avg/stddev): 7.1898/0.00
$ sysbench --test=cpu --cpu-max-prime=20000 --num-threads=8 run
Test execution summary:
total time: 7.0995s
total number of events: 10000
total time taken by event execution: 56.6573
per-request statistics:
min: 2.40ms
avg: 5.67ms
max: 23.12ms
approx. 95 percentile: 14.96ms
Threads fairness:
events (avg/stddev): 1250.0000/13.56
execution time (avg/stddev): 7.0822/0.02
$ sysbench --test=cpu --cpu-max-prime=20000 --num-threads=16 run
Test execution summary:
total time: 7.0450s
total number of events: 10000
total time taken by event execution: 112.2492
per-request statistics:
min: 2.40ms
avg: 11.22ms
max: 98.71ms
approx. 95 percentile: 27.01ms
Threads fairness:
events (avg/stddev): 625.0000/21.11
execution time (avg/stddev): 7.0156/0.03
$ sysbench --test=fileio --file-total-size=50G prepare
$ sysbench --test=fileio --file-total-size=50G --file-test-mode=rndrw --max-time=300 --max-requests=0 run
Operations performed: 1629151 Read, 1086100 Write, 3475456 Other = 6190707 Total
Read 24.859Gb Written 16.573Gb Total transferred 41.431Gb (141.42Mb/sec)
9050.81 Requests/sec executed
Test execution summary:
total time: 300.0008s
total number of events: 2715251
total time taken by event execution: 98.3503
per-request statistics:
min: 0.00ms
avg: 0.04ms
max: 8.08ms
approx. 95 percentile: 0.08ms
Threads fairness:
events (avg/stddev): 2715251.0000/0.00
execution time (avg/stddev): 98.3503/0.00
$ sysbench --test=fileio --file-total-size=50G cleanup
$ sysbench --test=threads --thread-locks=1 --max-time=20s run
Test execution summary:
total time: 1.5741s
total number of events: 10000
total time taken by event execution: 1.5722
per-request statistics:
min: 0.15ms
avg: 0.16ms
max: 0.29ms
approx. 95 percentile: 0.19ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 1.5722/0.00
$ sysbench --test=mutex --num-threads=64 run
Test execution summary:
total time: 0.9365s
total number of events: 64
total time taken by event execution: 55.9923
per-request statistics:
min: 791.69ms
avg: 874.88ms
max: 933.72ms
approx. 95 percentile: 924.83ms
Threads fairness:
events (avg/stddev): 1.0000/0.00
execution time (avg/stddev): 0.8749/0.04
$ sysbench --test=memory --num-threads=4 run
Operations performed: 104857600 (2684538.56 ops/sec)
102400.00 MB transferred (2621.62 MB/sec)
Test execution summary:
total time: 39.0598s
total number of events: 104857600
total time taken by event execution: 101.6654
per-request statistics:
min: 0.00ms
avg: 0.00ms
max: 3.77ms
approx. 95 percentile: 0.00ms
Threads fairness:
events (avg/stddev): 26214400.0000/640373.88
execution time (avg/stddev): 25.4164/0.26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment