mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 02:33:18 +00:00
* feat: add cpu_by_group plugin The current cpu_by_process plugin says it self it can generate huge graphs which are difficult to decipher. This plugin tries to mitigate that issue by automatically grouping processes by their cgroup. This also solves the issue that cpu_by_process groups processes by process name, which means atm you cant really differentiate between f.e. python processes in various cgroups. The remaining processes that are not running in a cgroup are also split between kernel threads and system processes For user & docker cgroups a human readable cgroup label is constructed (if munin has f.e. docker access). The function in this plugin could probably be expanded for other often used cgroups * chore: add example graphs & update docs * chore: update docs |
||
---|---|---|
.. | ||
example-graphs | ||
cpu-usage-by-process | ||
cpu_ | ||
cpu_by_group | ||
cpu_by_process | ||
cpu_osx | ||
cpuload_ | ||
cpuutil | ||
multicpu | ||
multicpu1sec | ||
multicpu1sec-c.c | ||
process_count | ||
process_cpushare | ||
process_group |