Zobrazují se příspěvky se štítkemRSAX. Zobrazit všechny příspěvky
Zobrazují se příspěvky se štítkemRSAX. Zobrazit všechny příspěvky

úterý 19. listopadu 2013

Intel(R) Celeron(R) CPU 1007U @ 1.50GHz

cores 2 / threads 2
CPU : family 6, model 58 and stepping 9
model name : Intel(R) Celeron(R) CPU 1007U @ 1.50GHz
cpu MHz : 1500.000
cache size : 2048 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips : 2993.22

Mainboard : GIGABYTE C1007UN
Memory : 4G DDR3 @ 1333
Memory benchmark (hdparm) : 2833.34 MB/sec
HD benchmark (hdparm udma5) :
(OCZ Throttle 8G)
82.71 MB/sec

OS: openSUSE 12.3 x86_64

openSSL test:

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 -evp 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 192087.82k 297905.04k 339414.39k 353394.01k 357806.83k
blowfish cbc 53337.48k 56018.37k 57258.55k 57437.50k 57620.72k
aes-128-cbc 131353.65k 146644.87k 149472.58k 151480.08k 151907.81k

openSSH test:

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

bigfile.JCctYuNI4b                            100% 1000MB  37.0MB/s   00:27    
bigfile.JCctYuNI4b                            100% 1000MB  58.8MB/s   00:17    
bigfile.JCctYuNI4b                            100% 1000MB  40.0MB/s   00:25    

default : 37.0MB/s
aes128-cbc : 58.8MB/s
blowfish : 40.0MB/s

(encrypted) ramdisk benchmark:

direct io:
size: 1500 megabytes, cipher: aes-cbc-essiv:sha256, key: 256b
direct write:cipher: nonecipher: aes
blocksizewrite speedread speedencrypt speeddecrypt speed
51234.992 520.163 14.126 72.022
1k 64.048 893.639 20.719 72.549
2k 122.867 1345.351 29.203 72.638
4k 248.161 1789.820 47.144 72.736
8k 434.155 2074.611 54.515 72.807
16k708.402 2132.329 52.118 72.908
1M 1979.3871931.108 66.427 73.064


cached:
size: 1500 megabytes, aes-cbc-essiv:sha256, key: 256b
cached write:cipher: nonecipher: aes
blocksizewrite speedread speedencrypt speeddecrypt speed
512 153.724 525.815 66.128 72.547
1k 255.497 881.761 95.482 72.568
2k 381.030 1323.615 94.079 72.618
4k 510.932 1812.139 109.425 72.719
8k 606.975 2077.982 110.787 72.713
16k 673.866 2188.659 112.891 72.859
1M 705.776 1950.344 112.146 72.771

Intel(R) Pentium(R) CPU G645 @ 2.90GHz

cores 2 / threads 2
CPU : family , model 42 and stepping 7
model name : Intel(R) Pentium(R) CPU G645 @ 2.90GHz
cpu MHz : 1600.000 / 2900.000
cache size : 3072 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 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 sse4_1 sse4_2 popcnt tsc_deadline_timer xsave lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips : 5786.95

Mainboard : GIGABYTE H61N-D2V
Memory : 8G DDR3 @1333
Memory benchmark (hdparm) : 5900.85 MB/sec
HD benchmark (hdparm udma5) :
(Western Digital Raptor)
68.26 MB/sec

OS: openSUSE 12.1


openSSL benchmark:

linux:~> openssl version
OpenSSL 1.0.1c 10 May 2012


linux:~> openssl engine
(rsax) RSAX engine support
(dynamic) Dynamic engine loading support


linux:~> openssl speed -evp 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 338103.58k 551832.70k 647146.51k 675611.23k 679630.17k
blowfish cbc 94242.19k 99747.83k 101117.52k 101526.00k 101665.73k
aes-128-cbc 258532.08k 290244.11k 297594.78k 302049.86k 302950.57k


openSSH benchmark:

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 $i  bigfile localhost:/dev/null ; done

bigfile.zh19nJ62kx                                 100% 1000MB  62.5MB/s   00:16    
bigfile.zh19nJ62kx                                 100% 1000MB 142.9MB/s   00:07    
bigfile.zh19nJ62kx                                 100% 1000MB  66.7MB/s   00:15    

default : 62.5MB/s
aes128-cbc : 142.9MB/s
blowfish : 66.7MB/s

encrypted ramdisk benchmark:

size: 500 megabytes, speeds in MB/s
blocksizewritereadencryptdecrypt
512258.874 1012.067 214.548 199.230
1k 399.364 1593.615 284.365 214.066
2k 573.431 2247.686 370.381 205.164
4k 779.522 2790.723 464.809 215.747
8k 863.329 2892.748 490.783 213.531
16k 912.204 2840.053 513.012 213.523
1M 949.914 2833.230 525.583 211.364

čtvrtek 14. listopadu 2013

Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz

cores 4 / threads 8
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
blocksizeencoding speeddecoding 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
blocksizewrite speedread speedenc speeddec 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