测试软件
OpenWRT + OpenSSL
单线程测试命令
openssl speed -evp aes-128-gcm
多线程测试命令
openssl speed -multi $(cat /proc/cpuinfo |grep processor | wc -l) -evp aes-128-gcm
举个栗子
CPU J1900
单线程性能:
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
aes-128-gcm 36318.23k 42305.62k 44974.17k 45646.51k 45787.82k 45787.82k
多线程性能:
evp 144926.79k 169710.93k 179719.68k 182539.61k 183099.39k 183031.13k