]> git.ipfire.org Git - thirdparty/collectd.git/commit
disk plugin: Remove ops_time metric for Solaris.
authorFlorian Forster <octo@collectd.org>
Fri, 19 Jan 2024 21:19:16 +0000 (22:19 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 22 Jan 2024 18:28:50 +0000 (19:28 +0100)
commit94fe89a976c2f817d639df42d4f072cd5cf6837d
tree1cc580269b151cc1ba20cca4e77a2e08f2de6792
parent273433d6939729da93fc501342976625b0ef98c2
disk plugin: Remove ops_time metric for Solaris.

The fields do not mean what we thought they meant. "wtime" means "wait time",
"rtime" means "run time".

Fixes: #3875 (for collectd 6)
src/disk.c