Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).