shirou_gopsutil/net
Steve Zhang cf62eac8f9 The current codes miss below statistic data under solaris/illumos:
1. the disk io statistic data as: nread, nwritten, reads, writes, rtime, wtime;
2. the free memory under global zone;
3. the net io statistic data as: rbytes64, ipackets64, idrops64, ierrors, obytes64, opackets64, odrops64, oerrors.

The new feature branch adds the above missing statistic data based on the psutil project (https://psutil.readthedocs.io/), it has been tested under solaris ( Oracle Solaris 11.4 X86) and illumos (OmniOS v11 r151044).
2022-11-21 21:28:36 -07:00
..
net.go fix(net,linux): move IsLittleEndian to internal 2022-07-04 08:41:25 +00:00
net_aix.go aix: split code, that uses perfstat, to _cgo and _nocgo files 2022-06-03 17:01:36 +02:00
net_aix_cgo.go aix: split code, that uses perfstat, to _cgo and _nocgo files 2022-06-03 17:01:36 +02:00
net_aix_nocgo.go fix aix nocgo compile 2022-06-03 17:43:52 +02:00
net_darwin.go refactor: remove unnecessary exec.LookPath calls 2022-03-04 18:56:33 +02:00
net_darwin_test.go [net][darwin] Fix tests with mismatched types 2020-11-08 17:13:56 +01:00
net_fallback.go The current codes miss below statistic data under solaris/illumos: 2022-11-21 21:28:36 -07:00
net_freebsd.go refactor: remove unnecessary exec.LookPath calls 2022-03-04 18:56:33 +02:00
net_linux.go Update net_linux.go 2022-09-01 09:17:10 +02:00
net_linux_111.go [net][linux] Fix #1198 "f.ReadDir undefined" on Go 1.15 by redefining a custom readDir according to go version 2022-01-01 18:07:03 +01:00
net_linux_116.go [net][linux] Fix #1198 "f.ReadDir undefined" on Go 1.15 by redefining a custom readDir according to go version 2022-01-01 18:07:03 +01:00
net_linux_netlink_test.go gofumpt 2021-12-22 21:54:41 +00:00
net_linux_test.go fix(net,linux): move IsLittleEndian to internal 2022-07-04 08:41:25 +00:00
net_openbsd.go Spelling and grammar fixes 2022-01-30 22:48:09 +02:00
net_solaris.go The current codes miss below statistic data under solaris/illumos: 2022-11-21 21:28:36 -07:00
net_test.go The current codes miss below statistic data under solaris/illumos: 2022-11-21 21:28:36 -07:00
net_unix.go Pass on context to ConnectionsPidWithContext 2022-10-19 10:07:21 +02:00
net_windows.go Spelling and grammar fixes 2022-01-30 22:48:09 +02:00
types_darwin.go gofumpt 2021-12-22 21:54:41 +00:00