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

Firstly, big time thank you!

Secondly, whoo ha! The ATOM 330 is pretty darn quick. Here's my mono-core P4 3 GHz DDR machine.

Code:
# time dd if=/dev/urandom bs=4k count=1024 | openssl enc -e -k 1234 -aes-128-cbc -out /dev/null
1024+0 records in
1024+0 records out
4194304 bytes (4.2 MB) copied, 1.34392 seconds, 3.1 MB/s

real    0m1.353s
user    0m0.116s
sys     0m1.353s
#
Your 1.6 Ghz clock is a full one second faster then my 3 Ghz clock rate for the same work units.

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