github.com/eightuponatime/crstat
main / published Sep 13, 2025 / repository
crstat
TODO: Write a description here
Installation
TODO: Write installation instructions here
Usage
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/crstat/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
TODO
CPU
- [x] Calculate CPU thread load from
/proc/stat - [x] Get CPU model name from
/proc/cpuinfo - [x] Get CPU temperature from
/sys/class/thermal/thermal_zone0/temp
Memory
- [x] Get memory and swap information from
/proc/meminfo - [x] Collect information about user's real disks (excluding loop devices, squashfs, and vfat) from /proc/self/mountinfo, including filesystem name and mount point
- [ ] Retrieve disk usage statistics (total, used, available space) using statvfs with LibC
Contributors
- maxim satanov - creator and maintainer