On Wed, 2008-03-26 at 11:54 -0400, Joe Shaw wrote:
> 
> I would be interested in knowing if other similarly IO-heavy
> operations (like "find /") are also CPU bound.

Probably a more accurate representation would be:

find <dir> -type f -exec cat {} >/dev/null \;

So that the content of files is read, really invoking the crypt
overhead.

b.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers

Reply via email to