Created
December 15, 2013 18:54
-
-
Save igrigorik/7976678 to your computer and use it in GitHub Desktop.
EC2 micro instance in EC2 West...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-10-202-152-39:~$ cat /proc/cpuinfo | |
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 45 | |
model name : Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz | |
stepping : 7 | |
microcode : 0x70a | |
cpu MHz : 1799.999 | |
cache size : 20480 KB | |
ubuntu@ip-10-202-152-39:~$ openssl version | |
OpenSSL 1.0.1e 11 Feb 2013 | |
ubuntu@ip-10-202-152-39:~$ openssl speed rsa | |
... | |
sign verify sign/s verify/s | |
rsa 512 bits 0.000104s 0.000008s 9610.8 120274.7 | |
rsa 1024 bits 0.000350s 0.000023s 2853.7 43636.5 | |
rsa 2048 bits 0.002518s 0.000078s 397.2 12817.8 | |
rsa 4096 bits 0.018200s 0.000293s 54.9 3408.2 | |
ubuntu@ip-10-202-152-39:~$ openssl speed sha | |
... | |
The 'numbers' are in 1000s of bytes per second processed. | |
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes | |
sha1 32965.95k 88750.95k 183878.25k 251550.38k 278418.77k | |
sha256 21856.91k 46356.12k 79069.35k 94504.65k 100777.98k | |
sha512 17119.51k 68078.17k 99425.79k 136825.86k 157567.66k |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Everything operating normally.!!!!!!