From 3867ad5ab00846010238bc10ab6aec04169fd7f5 Mon Sep 17 00:00:00 2001 From: Ralf Horstmann Date: Wed, 6 Feb 2019 11:36:22 +0100 Subject: Add diskstats collector for OpenBSD (#1250) * Add diskstats collector for OpenBSD Tested on i386 and amd64, OpenBSD 6.4 and -current. * Refactor diskstats collectors This moves common descriptors from Linux, Darwin, OpenBSD diskstats collectors into diskstats_common.go Signed-off-by: Ralf Horstmann --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 187e275..3196ab3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ bonding | Exposes the number of configured and active slaves of Linux bonding in boottime | Exposes system boot time derived from the `kern.boottime` sysctl. | Darwin, Dragonfly, FreeBSD, NetBSD, OpenBSD, Solaris conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD, Linux, Solaris -diskstats | Exposes disk I/O statistics. | Darwin, Linux +diskstats | Exposes disk I/O statistics. | Darwin, Linux, OpenBSD edac | Exposes error detection and correction statistics. | Linux entropy | Exposes available entropy. | Linux exec | Exposes execution statistics. | Dragonfly, FreeBSD -- cgit v1.2.3