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
# cat /proc/cpuinfo | grep "^processor" | wc -l | |
16 | |
# cat /proc/cpuinfo | grep "^model name" | head -1 | |
model name : Intel(R) Xeon(R) CPU E5520 @ 2.27GHz | |
# openssl speed md5 | |
Doing md5 for 3s on 16 size blocks: 3787525 md5's in 3.00s | |
Doing md5 for 3s on 64 size blocks: 3016201 md5's in 3.00s | |
Doing md5 for 3s on 256 size blocks: 1856180 md5's in 3.00s |
NewerOlder