loody wrote:

> Dear all:
> I measure my cpu's performance with "openssl speed"
> below are the output:
> # openssl speed rsa
> Doing 512 bit private rsa's for 10s: 11828 512 bit private RSA's in 9.83s
> available timing options: TIMES TIMEB HZ=100 [sysconf value]
> timing function used: times
>                   sign    verify    sign/s verify/s
> rsa  512 bits 0.000831s 0.000062s   1203.3  16243.2
> rsa 1024 bits 0.003745s 0.000167s    267.0   5983.2
>
> 1. what is 10s mean?
>      does it mean do the whole test for 10 times?
> 2. what is 11828 mean?
>      does it mean total bits it running through?

You can ignore these, they're just internal details of how it did the
testing. Specifically, it tested for 10 seconds and performed 11,828
operations. But that doesn't really matter.

> 3. from the table it summarize, what does sing/s mean?
>     does it mean can sign 1203.3 times per second?

Yes. Your computer was able to do 1,203 RSA 512-bit signature operations per
second.

DS


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to