Open
Description
One of the very few global variables in collectd is kstat_ctl_t *kc
, which is used by some plugins to read system level metrics. This variable should go, and so should the re-initialization of plugins when kstat_chain_update()
signals that the kstat chain changed.
The following plugins use kc
and need to be fixed:
- cpu
- disk
- interface
- nfs
- processes
- tape
- uptime
- zfs_arc
This is primarily a tracking issue.