View Single Post
  #8   (View Single Post)  
Old 9th October 2009
s2scott's Avatar
s2scott s2scott is offline
Package Pilot
 
Join Date: May 2008
Location: Toronto, Ontario Canada
Posts: 198
Default

Quote:
Originally Posted by Carpetsmoker View Post
The SuperMicro Atom boards are the best available at the moment IMO:
http://www.supermicro.com/products/nfo/atom.cfm
I've been looking at these too.

Would it be too much to ask if you could please post a couple of little benchmark work on your Atom 330 dual-core.

Code:
# time openssl dhparam -out 4096.pem 4096
and,
Code:
# time dd if=/dev/urandom bs=4k count=1024 | openssl enc -e -k 1234 -aes-128-cbc -out /dev/null
and, each of,

Code:
# time openssl speed aes
Code:
# time openssl speed -multi 2 aes
Code:
# time openssl speed -multi 3 aes
With much appreciation!

/S
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience.

Last edited by s2scott; 9th October 2009 at 07:02 PM.
Reply With Quote