remove openbsd amd64 cgo
This commit is contained in:
parent
3799895d41
commit
625728e2d1
17 changed files with 771 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ bcache | Exposes bcache statistics from `/sys/fs/bcache/`. | Linux
|
|||
bonding | Exposes the number of configured and active slaves of Linux bonding interfaces. | Linux
|
||||
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
|
||||
cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD, Linux, Solaris, OpenBSD
|
||||
cpufreq | Exposes CPU frequency statistics | Linux, Solaris
|
||||
diskstats | Exposes disk I/O statistics. | Darwin, Linux, OpenBSD
|
||||
edac | Exposes error detection and correction statistics. | Linux
|
||||
|
|
@ -120,6 +120,7 @@ qdisc | Exposes [queuing discipline](https://en.wikipedia.org/wiki/Network_sched
|
|||
runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_
|
||||
supervisord | Exposes service status from [supervisord](http://supervisord.org/). | _any_
|
||||
systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/). | Linux
|
||||
rcctl | Exposes service status from [rcctl](https://man.openbsd.org/rcctl). | OpenBSD
|
||||
tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. (Warning: the current version has potential performance issues in high load situations.) | Linux
|
||||
wifi | Exposes WiFi device and station statistics. | Linux
|
||||
perf | Exposes perf based metrics (Warning: Metrics are dependent on kernel configuration and settings). | Linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue