python-diamond / Diamond

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
http://diamond.readthedocs.org/
MIT License
1.74k stars 601 forks source link

ProcessStatCollector must not calculate derivative of procs_running and procs_blocked #575

Closed languitar closed 2 years ago

languitar commented 7 years ago

procs_running and procs_blocked represent the current number of processes in the respective state. Therefore, ProcessStatCollector must not calculate the derivative of these values to keep them interpretable.

For reference: http://man7.org/linux/man-pages/man5/proc.5.html

shortdudey123 commented 2 years ago

Looks like this was already fixed. If not, reopen.