mirror of
https://github.com/FliegendeWurst/sysinfo.git
synced 2024-11-12 18:13:03 +00:00
Simple program that shows CPU usage/temperature and RAM usage
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README |
# sysinfo Measures real CPU usage by reading /proc/stat twice, using a delay of 500ms. Temperature read from /sys/class/hwmon/hwmon0/temp1_input. RAM usage read from /proc/meminfo (MemAvailable, MemTotal).