Running SSL Single threaded test:
openssl speed md5 sha1 sha256 sha512 des des-ede3 aes-
128
-cbc aes-
192
-cbc aes-
256
-cbc rsa2048 dsa2048 |
tee
/
tmp
/
sslspeed
echo
"|"
`
awk
'match($0,/r[0-9]+/) {print substr($0,RSTART,RLENGTH)}'
/
etc
/
banner
`
`
awk
-v
FS
=
": "
-v
ORS
=
""
'/(Processor|BogoMIPS|Hardware|machine|cpu model|system type)/ { print "| " $2 " " } END { print "" }'
/
proc
/
cpuinfo
`
`
awk
-v
ORS
=
""
'$1 ~ /OpenSSL/ {print "| " $2 " |"} $1 ~ /(md5|sha)/ {print " " $5 " |"} $1 ~ /(des|aes)/ {b = b " " $6 " |"} $1 ~ /(rsa|dsa)/ {print b " " $6 " | " $7 " ";b=""} END { print "|" }'
/
tmp
/
sslspeed |
sed
's/
\.
\(
..
\)
k/
\1
0/g'
`
echo
Atom:
Architecture: i686
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 28
Stepping: 10
CPU MHz: 1666.929
BogoMIPS: 3305.72
L1d cache: 24K
L1i cache: 32K
L2 cache: 512K
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
md5 8842.25k 32238.06k 94991.36k 188110.51k 262157.65k
sha1 9030.68k 29176.60k 70883.16k 110125.06k 131446.10k
des cbc 26889.47k 28415.15k 28729.00k 29021.87k 29054.29k
des ede3 9650.62k 9908.16k 9981.78k 10033.83k 9971.92k
aes-128 cbc 14704.71k 15787.58k 16158.98k 16264.53k 16282.97k
aes-192 cbc 12123.77k 12944.62k 13211.14k 13280.26k 13303.81k
aes-256 cbc 10737.79k 11299.86k 11525.03k 11574.27k 11591.68k
sha256 8974.79k 20639.04k 35907.67k 44473.11k 47527.25k
sha512 2777.71k 11106.56k 15701.02k 21867.86k 24589.65k
sign verify sign/s verify/s
rsa 2048 bits 0.041841s 0.001251s 23.9 799.4
sign verify sign/s verify/s
dsa 2048 bits 0.012579s 0.015314s 79.5 65.3