Mettre à jour 'articles/dev/2015-12-29-scaleway.rst'

This commit is contained in:
fred 2018-08-25 16:44:58 +00:00
parent 937c828544
commit 133ea34aee
1 changed files with 144 additions and 1 deletions

View File

@ -14,6 +14,10 @@ Au niveau des tests, j'ai comparé les performances des CPU en utilisant `sysben
## En résumé
sysbench --test=cpu --cpu-max-prime=20000 run
sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run
dd if=/dev/zero of=test bs=1048576 count=2048
dd if=test of=/dev/null bs=1048576
Disk speed
@ -25,6 +29,7 @@ Sur le KS-1, on tombe sur les valeurs suivantes: **143Mo/s** en écriture, **145
Processeur
----------
On commence par installer ``sysbench`` et on le lance sur les trois machines ``sysbench --test=cpu --cpu-max-prime=20000 run``:
VPS Cloud
@ -364,4 +369,142 @@ Test execution summary:
Threads fairness:
events (avg/stddev): 2500.0000/1.22
execution time (avg/stddev): 7.5811/0.00
execution time (avg/stddev): 7.5811/0.00
## Raspberry Pi 3
sysbench --test=cpu --cpu-max-prime=20000 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: 20000
Test execution summary:
total time: 370.1484s
total number of events: 10000
total time taken by event execution: 370.1422
per-request statistics:
min: 36.89ms
avg: 37.01ms
max: 74.89ms
approx. 95 percentile: 37.08ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 370.1422/0.00
dd if=/dev/zero of=test bs=1048576 count=2048
2048+0 enregistrements lus
2048+0 enregistrements écrits
2147483648 bytes (2,1 GB, 2,0 GiB) copied, 191,147 s, 11,2 MB/s
dd if=test of=/dev/null bs=1048576
2048+0 enregistrements lus
2048+0 enregistrements écrits
2147483648 bytes (2,1 GB, 2,0 GiB) copied, 120,917 s, 17,8 MB/s
sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run
µsysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 4
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 93.0836s
total number of events: 10000
total time taken by event execution: 372.2606
per-request statistics:
min: 36.88ms
avg: 37.23ms
max: 146.01ms
approx. 95 percentile: 37.18ms
Threads fairness:
events (avg/stddev): 2500.0000/3.74
execution time (avg/stddev): 93.0652/0.01
## Raspberry Pi
root@pimousse:/home/pi# sysbench --test=cpu --cpu-max-prime=20000 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: 20000
Test execution summary:
total time: 874.7016s
total number of events: 10000
total time taken by event execution: 874.6414
per-request statistics:
min: 86.93ms
avg: 87.46ms
max: 197.29ms
approx. 95 percentile: 88.08ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 874.6414/0.00
root@pimousse:/home/pi# sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 4
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 876.7125s
total number of events: 10000
total time taken by event execution: 3506.2652
per-request statistics:
min: 193.68ms
avg: 350.63ms
max: 682.34ms
approx. 95 percentile: 372.27ms
Threads fairness:
events (avg/stddev): 2500.0000/0.00
execution time (avg/stddev): 876.5663/0.04
root@pimousse:/home/pi# dd if=/dev/zero of=test bs=1048576 count=2048
2048+0 enregistrements lus
2048+0 enregistrements écrits
2147483648 bytes (2,1 GB, 2,0 GiB) copied, 298,227 s, 7,2 MB/s
root@pimousse:/home/pi# dd if=test of=/dev/null bs
dd: opérande « bs » non reconnu
Saisissez « dd --help » pour plus d'informations.
root@pimousse:/home/pi# dd if=test of=/dev/null bs=1048576
2048+0 enregistrements lus
2048+0 enregistrements écrits
2147483648 bytes (2,1 GB, 2,0 GiB) copied, 99,6178 s, 21,6 MB/s