Difference between revisions of "Entropy"

From Alessandro's Wiki
 
Line 1: Line 1:
is the number of random numbers "available" in a certain moment ( in /dev/urandom)
is the capacity of a system of generating random numbers. The Entropy increases during Input/Output operations.


# cat /proc/sys/kernel/random/entropy_avail
* for example from /dev/urandom
 
* to check the available amount of entropy:
cat /proc/sys/kernel/random/entropy_avail
 
* this shows a server that run out of entropy due to a I/O driver failure, this caused no I/O to any device and consequently no entropy
[[File:Entropy.png]]

Latest revision as of 12:19, 23 October 2013

is the capacity of a system of generating random numbers. The Entropy increases during Input/Output operations.

  • for example from /dev/urandom
  • to check the available amount of entropy:

cat /proc/sys/kernel/random/entropy_avail

  • this shows a server that run out of entropy due to a I/O driver failure, this caused no I/O to any device and consequently no entropy

Entropy.png