Age | Commit message (Collapse) | Author |
|
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/`.
|
|
This is set up to check for memory leaks verbosely, as well as notify of
leaked file descriptors.
|
|
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.
|