package

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

  1. Fork it (https://github.com/your-github-user/crstat/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. 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

API