GL-MT300N-V2
愛称はMango
関連記事
OpenSSLのパフォーマンス
ハードウェアアクセラレーションは有効ではないっぽい
code:sh
root@mango:~# openssl speed aes-256-cbc
Doing aes-256 cbc for 3s on 16 size blocks: 695091 aes-256 cbc's in 2.05s
Doing aes-256 cbc for 3s on 64 size blocks: 255901 aes-256 cbc's in 2.78s
Doing aes-256 cbc for 3s on 256 size blocks: 59147 aes-256 cbc's in 2.52s
Doing aes-256 cbc for 3s on 1024 size blocks: 12276 aes-256 cbc's in 2.08s
Doing aes-256 cbc for 3s on 8192 size blocks: 1867 aes-256 cbc's in 2.55s
Doing aes-256 cbc for 3s on 16384 size blocks: 1050 aes-256 cbc's in 2.87s
OpenSSL 1.1.1d 10 Sep 2019
built on: Mon Feb 15 15:22:37 2021 UTC
options:bn(64,32) rc4(char) des(long) aes(partial) blowfish(ptr)
compiler: mipsel-openwrt-linux-musl-gcc -fPIC -pthread -mabi=32 -Wa,--noexecstack -Wall -O3 -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -fpic -ffunction-sections -fdata-sections -znow -zrelro -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -DNDEBUG -DOPENSSL_PREFER_CHACHA_OVER_GCM -DOPENSSL_SMALL_FOOTPRINT
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
aes-256 cbc 5425.10k 5891.25k 6008.58k 6043.57k 5997.83k 5994.15k
code:sh
root@mango:~# openssl speed -evp aes-256-cbc
Doing aes-256-cbc for 3s on 16 size blocks: 836160 aes-256-cbc's in 2.77s
Doing aes-256-cbc for 3s on 64 size blocks: 173625 aes-256-cbc's in 1.96s
Doing aes-256-cbc for 3s on 256 size blocks: 64506 aes-256-cbc's in 2.76s
Doing aes-256-cbc for 3s on 1024 size blocks: 15462 aes-256-cbc's in 2.62s
Doing aes-256-cbc for 3s on 8192 size blocks: 1553 aes-256-cbc's in 2.12s
Doing aes-256-cbc for 3s on 16384 size blocks: 866 aes-256-cbc's in 2.38s
OpenSSL 1.1.1d 10 Sep 2019
built on: Mon Feb 15 15:22:37 2021 UTC
options:bn(64,32) rc4(char) des(long) aes(partial) blowfish(ptr)
compiler: mipsel-openwrt-linux-musl-gcc -fPIC -pthread -mabi=32 -Wa,--noexecstack -Wall -O3 -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -fpic -ffunction-sections -fdata-sections -znow -zrelro -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -DNDEBUG -DOPENSSL_PREFER_CHACHA_OVER_GCM -DOPENSSL_SMALL_FOOTPRINT
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
aes-256-cbc 4829.81k 5669.39k 5983.17k 6043.16k 6001.03k 5961.57k