You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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).
2 years ago
..
net.go fix(net,linux): move IsLittleEndian to internal 3 years ago
net_aix.go aix: split code, that uses perfstat, to _cgo and _nocgo files 3 years ago
net_aix_cgo.go aix: split code, that uses perfstat, to _cgo and _nocgo files 3 years ago
net_aix_nocgo.go fix aix nocgo compile 3 years ago
net_darwin.go refactor: remove unnecessary exec.LookPath calls 3 years ago
net_darwin_test.go [net][darwin] Fix tests with mismatched types 4 years ago
net_fallback.go The current codes miss below statistic data under solaris/illumos: 2 years ago
net_freebsd.go refactor: remove unnecessary exec.LookPath calls 3 years ago
net_linux.go Update net_linux.go 3 years ago
net_linux_111.go [net][linux] Fix #1198 "f.ReadDir undefined" on Go 1.15 by redefining a custom readDir according to go version 3 years ago
net_linux_116.go [net][linux] Fix #1198 "f.ReadDir undefined" on Go 1.15 by redefining a custom readDir according to go version 3 years ago
net_linux_netlink_test.go gofumpt 3 years ago
net_linux_test.go fix(net,linux): move IsLittleEndian to internal 3 years ago
net_openbsd.go Spelling and grammar fixes 3 years ago
net_solaris.go The current codes miss below statistic data under solaris/illumos: 2 years ago
net_test.go The current codes miss below statistic data under solaris/illumos: 2 years ago
net_unix.go Pass on context to ConnectionsPidWithContext 2 years ago
net_windows.go Spelling and grammar fixes 3 years ago
types_darwin.go gofumpt 3 years ago