By Sean Reifschneider Date 2009-12-09 03:57 Tags linux, random, sean reifschneider
I'm running some stress-testing of ZFS-FUSE, in particular the new "dedup" version. It seems to be working fine, but as part of my stress testing I'm writing a bunch of random data. /dev/random and /dev/urandom are very good sources of randomness, but they sure use a lot of CPU time.
After a (very) brief search I found the frandom driver. A few minutes later I had it built and installed in my Karmic test system. My stress test program has gone down from using 90% CPU time to 20% (with ZFS using the remaining 180% :-).
comments powered by Disqus