@stroncium/procfs
Zero dependency library for reading and parsing various files from `procfs` for Node.js, implemented in pure JS.
get-loadavg
returns the load average for the Unix-like systems but in an object
loadavg-windows
Enables os.loadavg for Windows (and optionally any other OS)
@ershadul/rng
A random number generator that uses system stats like load avg, free memory, uptime, etc as seeds. Uses sha256 to generate random numbers. Built with node js.