Details below:
"The numbers you posted for Itanium 800MHz are for an old version of OpenSSL. I just tried the benchmark myself (openssl-0.9.6g) and on a Debian-based 733MHz Itanium machine, I'm getting these results:
$ openssl speed
| sign | verify | sign/s | verify/s | |
| rsa 512 | 0.0011s | 0.0001s | 871.9 | 14087.5 |
| rsa 1024 | 0.0034s | 0.0002s | 294.1 | 6625.0 |
| rsa 2048 | 0.0157s | 0.0004s | 63.6 | 2589.4 |
| rsa 4096 | 0.0851s | 0.0012s | 11.8 | 844.5 |
| sign | verify | sign/s | verify/s | |
| dsa 512 | 0.0007s | 0.0008s | 1372.8 | 1182.0 |
| dsa 1024 | 0.0015s | 0.0017s | 672.2 | 573.4 |
| dsa 2048 | 0.0037s | 0.0045s | 268.1 | 221.3 |
"Note: I simply downloaded openssl-0.9.6g ran "config" and "make". No special configuration or anything of that sort.
"The McKinley numbers are of course signficantly higher. Please see this URL for more info:
And another reader writes:
"Off the record, RedHat/OpenSSL does not do either of the CPUs justice, RedHat does not seem to ever bother compiling the ASM code that comes with OpenSSL. The Itanium always looks bad unless some work is put in. These are some times for linux boxes
signs/sec verifies/sec
1024 bit 66.7 1197.5 ia64 800 OpenSSL
1024 bit 1845.5 24700.0 ia64 800 RSA
1024 bit 52.1 1092.6 Celeron 400 OpenSSL
1024 bit 117.7 1676.0 Celeron 400 RSA
1024 bit 57.0 994.2 P4 1700 OpenSSL
1024 bit 556.5 9034.0 P4 1700 RSA
1024 bit 263.0 5508.7 Athlon 1666 OpenSSL
1024 bit 656.0 9042.0 Athlon 1666 RSA
1024 bit 205.0 3980.0 Clawhammer 800 OpenSSL
"So I would say that the Clawhammer 800 should really be able to get around 510 and 6530 if the ratios for the Athlon stay the same.
"As you can see, RedHat/OpenSSL make the P4 and itanium look very bad, while in reality, they are very good.
"I believe that the Clawhammer in 64bit mode should be at least four times faster, so in theory, clock for clock, it should be faster than the IA-64 which may upset a few Intel feathers."
[That's enough benchmarks, Ed.] ยต