It sort of depends. If your application needs more than ~32Kbps of entropy, then you're not missing anything, except perhaps the specifications page. ;)<br><br>If you do need more entropy, I'm finding haveged ( <a href="http://www.issihosts.com/haveged/">http://www.issihosts.com/haveged/</a> ) to be a rather good replacement for the Entropy Key. Depending how much entropy you need, and what testing options you use when invoking haveged, you might see some CPU hit. You'll probably want to adjust the wakeup for haveged, too. It's expressed as a low watermark for kernel.random.entropy_avail -- with nearly everyone's kernel fixed at a maximum of 4096 bytes, I set mine to 3072.<br>
<br>Complete command line:<br><br>/usr/sbin/haveged -w 3072 -o tbacab<br><br>If you want RPMs, there are some out there. I've patched up one of the old Fedora (13?) spec files to work on RHEL / CentOS 5.x and 6.x, and provide the latest haveged (1.5). I can provide an SRPM when I get back to work on Monday, if you're interested. Contact me directly.<br>
<br><div class="gmail_quote">On Tue, Nov 27, 2012 at 1:39 PM, Dhabuwala, Nikhil <span dir="ltr"><<a href="mailto:NDhabuwala@medplus.com" target="_blank">NDhabuwala@medplus.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">







<div>
<font face="Calibri"><span style="font-size:11pt">
<div>Our application makes a pretty heavy use of “random” and without the Key, we used to experience a significant performance bottleneck.</div>
<div>Even with the key, we see the “entropy_avail” is always pretty low. Running “watch -n 0.1 cat /proc/sys/kernel/random/entropy_avail” we see the numbers jump all over the place, generally staying in the 100s range,  reaching a max of 4096 and going as low
as 128 (occasionally lower)</div>
<div> </div>
<div>We modified the “write-wakeup_threshold” from 128 to 1024. Unfortunately, this does not seem to have made any difference.</div>
<div>Is there anything else we are missing?</div>
<div>We are running RHEL 5.7. </div>
<div>Any suggestions appreciated.</div>
<div> </div>
<div>Thanks!</div>
<div> </div>
<div><font face="Verdana"><span style="font-size:10pt"><b>Nik Dhabuwala</b></span></font></div>
<div> </div>
<div> </div>
</span></font>

<p><br><br><br><br>Confidentiality Notice: The information contained in this electronic transmission is confidential and may be legally privileged. It is intended only for the addressee(s) named above. If you are not an intended recipient, be aware that any disclosure, copying, distribution or use of the information contained in this transmission is prohibited and may be unlawful. If you have received this transmission in error, please notify us by telephone <a href="tel:%28513%29%20229-5500" value="+15132295500" target="_blank">(513) 229-5500</a> or by email (postmaster@MedPlus.com). After replying, please erase it from your computer system.<br>
</p></div>

<br>_______________________________________________<br>
EntropyKey-users mailing list<br>
<a href="mailto:EntropyKey-users@lists.simtec.co.uk">EntropyKey-users@lists.simtec.co.uk</a><br>
<a href="http://lists.simtec.co.uk/cgi-bin/mailman/listinfo/entropykey-users" target="_blank">http://lists.simtec.co.uk/cgi-bin/mailman/listinfo/entropykey-users</a><br>
<br></blockquote></div><br>