Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fliegendewurst/sysinfo
Simple program that shows CPU usage/temperature and RAM usage
https://github.com/fliegendewurst/sysinfo
tmux-status
Last synced: 18 days ago
JSON representation
Simple program that shows CPU usage/temperature and RAM usage
- Host: GitHub
- URL: https://github.com/fliegendewurst/sysinfo
- Owner: FliegendeWurst
- License: gpl-3.0
- Created: 2020-05-17T09:22:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T18:40:20.000Z (about 2 months ago)
- Last Synced: 2024-12-03T19:33:58.542Z (about 2 months ago)
- Topics: tmux-status
- Language: Rust
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
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).