« Scaleway performance test » : différence entre les versions

Aller à la navigation Aller à la recherche
 
(13 versions intermédiaires par le même utilisateur non affichées)
Ligne 17 : Ligne 17 :
         echo
         echo
         echo "Cipher: $cipher (try $i)"
         echo "Cipher: $cipher (try $i)"
         dd if=/dev/zero bs=4M count=1024 2>/root/tmp/dd.txt | pv --size 4G | time -p ssh -c "$cipher" root@localhost 'cat > /dev/null'
         dd if=/dev/zero bs=4M count=1024 2>/root/tmp/dd.txt | ssh -c "$cipher" root@localhost 'cat > /dev/null'
         grep -v records /root/tmp/dd.txt
         grep -v records /root/tmp/dd.txt
     done
     done
Ligne 247 : Ligne 247 :


==Start 1-M==
==Start 1-M==
* 4 cœurs x86-64
* 4GB Ram
* 2x50GB SSD
<pre>
vendor_id      : GenuineIntel
cpu family      : 6
model          : 95
model name      : Intel(R) Atom(TM) CPU C3955 @ 2.10GHz
stepping        : 1
microcode      : 0x1
cpu MHz        : 2100.000
cache size      : 4096 KB
physical id    : 3
siblings        : 1
core id        : 0
cpu cores      : 1
apicid          : 3
initial apicid  : 3
fpu            : yes
fpu_exception  : yes
cpuid level    : 13
wp              : yes
flags          : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl pni pclmulqdq vmx ssse3 cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand hypervisor lahf_lm 3dnowprefetch ssbd ibrs ibpb kaiser tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms mpx rdseed smap clflushopt xsaveopt xsavec xgetbv1 xsaves arat
bugs            : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
bogomips        : 4200.00
clflush size    : 64
cache_alignment : 64
address sizes  : 40 bits physical, 48 bits virtual
power management:
</pre>


===OpenSSL test===
===OpenSSL test===
<pre>
type            16 bytes    64 bytes    256 bytes  1024 bytes  8192 bytes  16384 bytes
aes-192 cbc      45550.53k    49298.18k    50682.62k  114136.06k  115550.89k  115583.66k
aes-256 cbc      39636.76k    42529.86k    43498.84k    98533.38k    99549.18k    99598.34k
aes-128-cbc    334930.22k  516056.87k  577725.78k  613341.18k  623651.50k  624410.62k
aes-128 ige      56049.38k    58107.18k    59106.13k    59334.66k    59370.15k    59239.08k
aes-192 ige      47397.29k    49058.12k    49595.90k    49761.62k    49780.05k    49687.21k
aes-256 ige      41051.89k    42175.42k    42717.18k    42842.45k    42855.08k    42789.55k
</pre>
===SSH test===
===SSH test===
<pre>
Cipher: aes128-ctr (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 21.8592 s, 196 MB/s
Cipher: aes128-ctr (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 22.0091 s, 195 MB/s
Cipher: aes128-ctr (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 22.6928 s, 189 MB/s
Cipher: aes192-ctr (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 23.4115 s, 183 MB/s
Cipher: aes192-ctr (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 22.4699 s, 191 MB/s
Cipher: aes192-ctr (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 22.5838 s, 190 MB/s
Cipher: aes256-ctr (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 22.7122 s, 189 MB/s
Cipher: aes256-ctr (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 23.7736 s, 181 MB/s
Cipher: aes256-ctr (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 22.896 s, 188 MB/s
Cipher: aes128-gcm@openssh.com (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 20.6105 s, 208 MB/s
Cipher: aes128-gcm@openssh.com (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 20.6284 s, 208 MB/s
Cipher: aes128-gcm@openssh.com (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 20.9352 s, 205 MB/s
Cipher: aes256-gcm@openssh.com (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 22.1127 s, 194 MB/s
Cipher: aes256-gcm@openssh.com (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 22.7913 s, 188 MB/s
Cipher: aes256-gcm@openssh.com (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 21.3042 s, 202 MB/s
Cipher: chacha20-poly1305@openssh.com (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 43.8391 s, 98.0 MB/s
Cipher: chacha20-poly1305@openssh.com (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 43.5794 s, 98.6 MB/s
Cipher: chacha20-poly1305@openssh.com (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 43.4229 s, 98.9 MB/s
</pre>
===Write test===
===Write test===
<pre>
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.93363 s, 555 MB/s
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.94211 s, 553 MB/s
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.92272 s, 558 MB/s
</pre>
===Read test===
===Read test===
<pre>
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 0.99192 s, 1.1 GB/s
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.06076 s, 1.0 GB/s
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 0.967723 s, 1.1 GB/s
</pre>
==Baremetal C2S==
* 4 cœurs x86-64
* 4GB RAM
* 50GB SSD
<pre>
vendor_id      : GenuineIntel
cpu family      : 6
model          : 77
model name      : Intel(R) Atom(TM) CPU  C2550  @ 2.40GHz
stepping        : 8
microcode      : 0x12a
cpu MHz        : 2393.905
cache size      : 1024 KB
physical id    : 0
siblings        : 4
core id        : 3
cpu cores      : 4
apicid          : 6
initial apicid  : 6
fpu            : yes
fpu_exception  : yes
cpuid level    : 11
wp              : yes
flags          : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb kaiser tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms ibpb ibrs stibp dtherm ida arat
bugs            : cpu_meltdown spectre_v1 spectre_v2
bogomips        : 4787.81
clflush size    : 64
cache_alignment : 64
address sizes  : 36 bits physical, 48 bits virtual
power management:
</pre>
===OpenSSL test===
<pre>
type            16 bytes    64 bytes    256 bytes  1024 bytes  8192 bytes  16384 bytes
aes-192 cbc      32831.02k    36125.12k    37307.56k  102139.90k  103784.45k  103814.49k
aes-256 cbc      28337.23k    30905.90k    31907.07k    88629.25k    89896.28k    89904.47k
aes-128-cbc    165832.87k  294185.51k  377222.40k  405649.75k  414381.40k  415034.03k
aes-128 ige      39549.16k    42292.86k    43196.42k    43428.52k    43488.60k    43483.14k
aes-192 ige      33583.55k    35533.42k    36175.36k    36337.66k    36383.40k    36372.48k
aes-256 ige      28894.01k    30384.53k    31049.98k    31220.74k    31268.86k    31255.21k
</pre>
===SSH test===
<pre>
Cipher: aes128-ctr (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 28.8931 s, 149 MB/s
Cipher: aes128-ctr (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 30.2699 s, 142 MB/s
Cipher: aes128-ctr (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 29.9636 s, 143 MB/s
Cipher: aes192-ctr (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 30.5623 s, 141 MB/s
Cipher: aes192-ctr (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 30.3809 s, 141 MB/s
Cipher: aes192-ctr (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 30.1557 s, 142 MB/s
Cipher: aes256-ctr (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 31.5447 s, 136 MB/s
Cipher: aes256-ctr (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 32.272 s, 133 MB/s
Cipher: aes256-ctr (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 31.6289 s, 136 MB/s
Cipher: aes128-gcm@openssh.com (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 30.4965 s, 141 MB/s
Cipher: aes128-gcm@openssh.com (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 31.7005 s, 135 MB/s
Cipher: aes128-gcm@openssh.com (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 30.7805 s, 140 MB/s
Cipher: aes256-gcm@openssh.com (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 33.5304 s, 128 MB/s
Cipher: aes256-gcm@openssh.com (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 34.7211 s, 124 MB/s
Cipher: aes256-gcm@openssh.com (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 33.6132 s, 128 MB/s
Cipher: chacha20-poly1305@openssh.com (try 1)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 57.0127 s, 75.3 MB/s
Cipher: chacha20-poly1305@openssh.com (try 2)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 54.7761 s, 78.4 MB/s
Cipher: chacha20-poly1305@openssh.com (try 3)
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 55.0627 s, 78.0 MB/s
</pre>
===Write test===
<pre>
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.43542 s, 242 MB/s
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.43822 s, 242 MB/s
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.43809 s, 242 MB/s
</pre>
===Read test===
<pre>
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 3.99329 s, 269 MB/s
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.02022 s, 267 MB/s
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 3.99789 s, 269 MB/s
</pre>
4 203

modifications

Menu de navigation