Created
August 12, 2020 09:39
-
-
Save ttdoda/6b7afecfacf1363a0ed388b0c8dd1e28 to your computer and use it in GitHub Desktop.
OpenSSH 8.2/8.3でのchacha20-poly1305の速度比較
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sue@hiyo% repeat 10 test/openssh/8.2/bin/scp -P 8222 -o [email protected] scptest.dat localhost:/dev/null | |
scptest.dat 100% 1024MB 82.1MB/s 00:12 | |
scptest.dat 100% 1024MB 79.5MB/s 00:12 | |
scptest.dat 100% 1024MB 80.3MB/s 00:12 | |
scptest.dat 100% 1024MB 80.1MB/s 00:12 | |
scptest.dat 100% 1024MB 80.7MB/s 00:12 | |
scptest.dat 100% 1024MB 80.5MB/s 00:12 | |
scptest.dat 100% 1024MB 78.2MB/s 00:13 | |
scptest.dat 100% 1024MB 80.7MB/s 00:12 | |
scptest.dat 100% 1024MB 80.5MB/s 00:12 | |
scptest.dat 100% 1024MB 80.6MB/s 00:12 | |
sue@hiyo% repeat 10 test/openssh/8.2/bin/scp -P 8322 -o [email protected] scptest.dat localhost:/dev/null | |
scptest.dat 100% 1024MB 98.1MB/s 00:10 | |
scptest.dat 100% 1024MB 97.9MB/s 00:10 | |
scptest.dat 100% 1024MB 98.1MB/s 00:10 | |
scptest.dat 100% 1024MB 97.1MB/s 00:10 | |
scptest.dat 100% 1024MB 96.9MB/s 00:10 | |
scptest.dat 100% 1024MB 98.9MB/s 00:10 | |
scptest.dat 100% 1024MB 98.6MB/s 00:10 | |
scptest.dat 100% 1024MB 97.8MB/s 00:10 | |
scptest.dat 100% 1024MB 97.7MB/s 00:10 | |
scptest.dat 100% 1024MB 97.8MB/s 00:10 | |
sue@hiyo% repeat 10 test/openssh/8.3/bin/scp -P 8222 -o [email protected] scptest.dat localhost:/dev/null | |
scptest.dat 100% 1024MB 99.8MB/s 00:10 | |
scptest.dat 100% 1024MB 99.8MB/s 00:10 | |
scptest.dat 100% 1024MB 97.1MB/s 00:10 | |
scptest.dat 100% 1024MB 99.4MB/s 00:10 | |
scptest.dat 100% 1024MB 98.8MB/s 00:10 | |
scptest.dat 100% 1024MB 99.5MB/s 00:10 | |
scptest.dat 100% 1024MB 99.1MB/s 00:10 | |
scptest.dat 100% 1024MB 99.5MB/s 00:10 | |
scptest.dat 100% 1024MB 98.8MB/s 00:10 | |
scptest.dat 100% 1024MB 98.9MB/s 00:10 | |
sue@hiyo% repeat 10 test/openssh/8.3/bin/scp -P 8322 -o [email protected] scptest.dat localhost:/dev/null | |
scptest.dat 100% 1024MB 124.5MB/s 00:08 | |
scptest.dat 100% 1024MB 124.3MB/s 00:08 | |
scptest.dat 100% 1024MB 125.5MB/s 00:08 | |
scptest.dat 100% 1024MB 123.6MB/s 00:08 | |
scptest.dat 100% 1024MB 124.7MB/s 00:08 | |
scptest.dat 100% 1024MB 123.6MB/s 00:08 | |
scptest.dat 100% 1024MB 121.9MB/s 00:08 | |
scptest.dat 100% 1024MB 124.0MB/s 00:08 | |
scptest.dat 100% 1024MB 123.5MB/s 00:08 | |
scptest.dat 100% 1024MB 123.9MB/s 00:08 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment