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

Aller à la navigation Aller à la recherche
 
(3 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 | 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 407 : Ligne 407 :
===SSH test===
===SSH test===
<pre>
<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>
</pre>


===Write test===
===Write test===
<pre>
<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>
</pre>


===Read test===
===Read test===
<pre>
<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>
</pre>
4 203

modifications

Menu de navigation