summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-06-22Implement disk statsAaron Ball
This adds the `diskreadkb` and `diskwritekb` values to the status file and updates relevant main code to pull this data. Note that the default disk to pull metrics for is `sda`, but this can be overridden at runtime with the environment variable `CMON_DISKDEV`. Another useful value might be `nvme0n1`. For available options, check `/sys/block/`.
2022-06-21Makefile:Add valgrind targetAaron Ball
This is set up to check for memory leaks verbosely, as well as notify of leaked file descriptors.
2022-06-21Initial commit of all code under GPLv3Aaron Ball
Currently monitors average and max values for cpu load and memory usage, as well as network bytes transmitted and received, uptime, and overall measurement counts. Stores state file at /tmp/cmon.status.

Generated by cgit