
Originally Posted by
Anato
I think this comparison is not simulating correctly real use of encryption scenarios. The used system is clearly desktop computer and quite powerfull one. Likely less than 5% of Ubuntu users has like this machine.
The need for encryption is much greater in laptop group where machine power and powerusage is much more limited. In one core systems the penalty off encryption would be much creater. Probalby in range of 20-50% and battery life would suffer to.
On my Fedora 9 with AMD64 2GHz single core, the encrytion takes ~15% CPU when I read or write.
It is hard to measure the read and write performance, as the error bars are very large.
I made a test with a 50MB file:
Code:
write: (123 + 124 + 201 + 221 + 223) / 5 = 178.4
read: (164 + 293 + 252 + 298 + 293) / 5 = 260
using for write
Code:
time dd bs=1MB count=50 if=/dev/zero of=/home/louise/test
and for read
Code:
time cp /home/louise/test /dev/null
Notice how the write performance gets better and better for each try. Very strange!
Also the numbers are extremely large. I doubt these numbers are correct.
So I guess the conclusion is, that it is very difficult for make a performance test.
The only ones that knows how to do it is the folks at http://www.storagereview.com/