Hi, Hodie Id. Aug. MMIX, CH-Kami scripsit: > I'm currently working on a project involving a Sun T5120 and some crypto... > (I'm also new to OpenSSL & T2) > > T2 is supposed to be quite fast for crypto operations : > > openssl speed rsa > sign verify sign/s verify/s > rsa 1024 bits 0.0246s 0.0014s 40.7 701.3 > > openssl speed -engine pkcs11 rsa > sign verify sign/s verify/s > rsa 1024 bits 0.0000s 0.0000s 25112.3 30151.4 > > Compaired to the first speed test it looks pretty good ! > > To give me an idea how fast it is, I've run the same test on a desktop > machine: > sign verify sign/s verify/s > rsa 1024 bits 0.000835s 0.000041s 1197.1 24520.1
The T2 runs at a lower frequency, and you're testing only 1 core, and 1 thread. Do your tests using "-multi 16" option, to saturate all your CPUs/cores/threads. On my laptop (Core2 duo 2GHz), this is what I get: sign verify sign/s verify/s rsa 1024 bits 0.001340s 0.000058s 746.4 17313.2 Adjust the "16" to the number of CPUs in your T5200 (I tried with a T2000, equipped with 1 CPU, 4 cores, 4 threads/core). -- Erwann ABALEA <erwann.aba...@keynectis.com> ----- I can't be stupid, I completed third grade! ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org