pommi / CGP

Collectd Graph Panel
http://pommi.nethuis.nl/category/cgp/
GNU General Public License v3.0
236 stars 89 forks source link

processes:ps_count et al wrongly stacked #134

Open michaelsalmon opened 8 years ago

michaelsalmon commented 8 years ago

The plugin config for processes:ps_count stacks the processes and threads but it seems wrong to me to do that. I like stacked when the total is constant like ps_state but the processes and threads are not related that way. The same is true ps_cputime, ps_disk_octets, ps_disk_ops and ps_pagefault.

Does anyone know why they are this way?