Function procfs::sys::kernel::random::poolsize

source ·
pub fn poolsize() -> ProcResult<u16>
Expand description

This file gives the size of the entropy pool

The semantics of this file are different on kernel versions older than 2.6, however, since Linux 2.6 it is read-only, and gives the size of the entropy pool in bits, containing the value 4096.

See man random(4) for more information