We're investigating some JDBC issues, and one of the possible problems is /dev/random being exhausted. The workaround is to switch the JVM to using /dev/urandom, but I wan't to try and determine whether or not the /dev/random is being exhausted.
Is there a way to check if the entropy pool is being exhausted? I've gone hunting for nagios plugins and general bash commands, but I've turned up nothing.