I have not used the speed command much, but it looks like it is designed to test the number of iterations which can be done in a given time period, such as 10 seconds.
In your example below, 1310 is the number of iterations of 1024-bit private RSA keys. I've listed example output I get on a linux virtual machine and in Windows (both 32-bit), using different optimization rules and compilers for OpenSSL 1.0.0 Beta2. Hardware is a P4 3GHz and 1.5 GB RAM. Linux CentOS VM: Doing 1024 bit private rsa's for 10s: 2959 1024 bit private RSA's in 9.76s Doing 1024 bit public rsa's for 10s: 57760 1024 bit public RSA's in 9.78s Windows XP Host: Doing 1024 bit private rsa's for 10s: 3185 1024 bit private RSA's in 9.83s Doing 1024 bit public rsa's for 10s: 55288 1024 bit public RSA's in 9.91s As you watch the output of the command, you see that the time period is fixed and the number of iterations is the benchmark. On a faster machine I would get more iterations. I don't see any options to set either the time or number of iterations for a given test. You can always recompile the speed source code in apps/speed.c to test whatever time period you like. --Will > -----Original Message----- > From: owner-openssl-us...@openssl.org > [mailto:owner-openssl-us...@openssl.org] On Behalf Of jimmy_moh > Sent: Friday, September 04, 2009 7:33 AM > To: openssl-users@openssl.org > Subject: RE: speed command in openssl.exe > > > thanks will > > while using the speed command is there any option to specify > the number of iterations,,,? > > and for RSA am getting the below message.. > > "Doing 1310 1024 bit private rsa's : 1310 1024 bit private > RSA's in 12.86 s" > > here the number "1310" is the iteration right..? > > > Will Bickford wrote: > > > > 1,310,720 times means it ran 1.25 x 1024 x 1024 times (iterations). > > > > The total time taken was 11.17 seconds. If that were an average it > > would have taken 5.5 months to run the speed test. > > > > --Will > > > >> -----Original Message----- > >> From: owner-openssl-us...@openssl.org > >> [mailto:owner-openssl-us...@openssl.org] On Behalf Of jimmy_moh > >> Sent: Thursday, September 03, 2009 5:32 AM > >> To: openssl-users@openssl.org > >> Subject: speed command in openssl.exe > >> > >> > >> hi guys > >> > >> am new to openSSL , by using speed function i was checking the > >> performance of crypto algorithms. > >> but i had a confusion in output report .. > >> > >> "Doing sha1 1310720 times on 1024 blocks: 1310720 sha1's > in 11.17 s" > >> > >> here what is this number "1310720".. is it the number of > >> iterations...? > >> and what is the value 11.17 s ..is it is the average time take or > >> total time.....? > >> > >> thanks in advance > >> -- > >> View this message in context: > >> http://www.nabble.com/speed-command-in-openssl.exe-tp25273330p > >> 25273330.html > >> Sent from the OpenSSL - User mailing list archive at Nabble.com. > >> > ______________________________________________________________________ > >> OpenSSL Project > http://www.openssl.org > >> User Support Mailing List > openssl-users@openssl.org > >> Automated List Manager > majord...@openssl.org > >> > >> > > > ______________________________________________________________________ > > OpenSSL Project > http://www.openssl.org > > User Support Mailing List > openssl-users@openssl.org > > Automated List Manager > majord...@openssl.org > > > > > > -- > View this message in context: > http://www.nabble.com/speed-command-in-openssl.exe-tp25273330p 25293526.html > Sent from the OpenSSL - User mailing list archive at Nabble.com. > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org > > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org