Skip to main content

Module sysctl

Module sysctl 

Source
Expand description

SysctlSource โ€” Batch-reads kernel counters via sysctl -a, takes multiple snapshots, finds keys that change between snapshots, extracts deltas of changing values, XORs consecutive deltas, and extracts LSBs.

Structsยง

SysctlSource
Entropy source that batch-reads kernel counters via sysctl -a and extracts deltas from the ~40-60 that change within 200ms.