<div dir="ltr">It's not quite as fast as /dev/zero but it's pretty quick:<div><br></div><div><div>$ _random | dd iflag=fullblock bs=1M of=/dev/null count=1000<br></div><div>error writing output file</div><div>1000+0 records in</div>
<div>1000+0 records out</div><div>1048576000 bytes (1.0 GB) copied, 0.733022 s, 1.4 GB/s</div><div><br></div><div>$ cat /dev/zero | dd iflag=fullblock bs=1M of=/dev/null count=1000<br></div><div>1000+0 records in</div><div>
1000+0 records out</div><div>1048576000 bytes (1.0 GB) copied, 0.185063 s, 5.7 GB/s</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 6, 2013 at 12:58 AM, Liu Yuan <span dir="ltr"><<a href="mailto:namei.unix@gmail.com" target="_blank">namei.unix@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 05/06/2013 03:45 PM, Joseph Glanville wrote:<br>
> Turns out this doesn't increase the test performance any as it is<br>
> actually I/O bound on my system.<br>
<br>
</div>I have tried to modify '/dev/urandom' as '/dev/zero' for 008 and the<br>
result is<br>
<br>
vanilla: 94s, modified: 80s<br>
<br>
Looks it is a good boost if we can have a faster generator as fast as<br>
'dd /dev/zero'.<br>
<br>
Thanks,<br>
Yuan<br>
<br>
<br>
</blockquote></div><br></div>