CPU : | family , model 45 and stepping 7 |
model name : | Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz |
cpu MHz : | 3601.000 |
cache size : | 10240 KB |
flags : | fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid |
bogomips : | 7204.61 |
Mainboard : | ASUS P9X79 |
Memory : | 32G DDR3 @ 1333 |
Memory benchmark (hdparm) : | 12927.09 MB/sec |
HD benchmark (hdparm udma6) : (Intel 520 Series SSDs) | 391.81 MB/sec |
OS:
linux:~> openssl version
OpenSSL 1.0.1e 11 Feb 2013
linux:~>
openssl engine
(rsax) RSAX engine support (dynamic) Dynamic engine loading support
linux:~>
openssl speed aes-128-cbc rc4 blowfish
The 'numbers' are in 1000s of bytes per second processed.
type | 16 bytes | 64 bytes | 256 bytes | 1024 bytes | 8192 bytes |
rc4 | 429837.52k | 717058.07k | 837975.50k | 869986.30k | 883744.77k |
blowfish cbc | 122608.15k | 129478.61k | 131858.49k | 132105.90k | 132251.65k |
aes-128 cbc | 114736.33k | 123058.73k | 124059.48k | 125744.47k | 125610.67k |
Create big empty file (1Gb file)
dd if=/dev/zero of=bigfile count=0 seek=2000k
ssh benchmark - to localhost.
scp bigfile localhost:/dev/null for i in aes128-cbc blowfish ; do scp -c bigfile localhost:/dev/null ; done
default : | 83.3MB/s |
aes128-cbc : | 250.0MB/s |
blowfish : | 100.0MB/s |
encrypted ramdisk test:
size: 500 megabytes, cipher: aes-cbc-essiv:sha256, key: 256b
blocksize | encoding speed | decoding speed |
512 | 272.855 | 913.500 |
1k | 398.177 | 1026.858 |
2k | 477.582 | 1088.748 |
4k | 680.871 | 1122.122 |
8k | 761.948 | 1144.054 |
16k | 775.580 | 1138.355 |
1M | 797.499 | 1138.249 |
encrypted ramdisk test (direct i/o for read and write):
size: 8192 megabytes, cipher: aes-cbc-essiv:sha256, key: 256b
blocksize | write speed | read speed | enc speed | dec speed |
512 | 31.988 | 34.808 | 25.573 | 27.344 |
1k | 66.340 | 69.370 | 47.381 | 52.917 |
2k | 131.457 | 137.257 | 80.702 | 98.381 |
4k | 253.627 | 268.581 | 132.896 | 178.275 |
8k | 466.950 | 492.986 | 193.475 | 290.455 |
16k | 820.162 | 938.741 | 246.571 | 429.992 |
1M | 3941.171 | 6124.264 | 371.229 | 812.424 |
Žádné komentáře:
Okomentovat