Crate linux_info

source ·
Expand description

A crate that allows you to get information about your linux system.
It’s still a work in progress put the base modules cpu, memory, system and storage are already there.
Any feedback is welcome.

Async

At the moment every method here reads from /proc/* which does not benefit from async code.

Modules

get bios / system information
Get cpu information.
Get memory information.
Get information about the network.
get information about drives and raids.
get system information (uptime, hostname, os release, load average, usernames, groups).