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/mem
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).
3 years ago
..
testdata delete v2 directory, move v3 to top #1078 3 years ago
mem.go [mem][linux] added additional meminfo fields 3 years ago
mem_aix.go aix: split code, that uses perfstat, to _cgo and _nocgo files 3 years ago
mem_aix_cgo.go aix: split code, that uses perfstat, to _cgo and _nocgo files 3 years ago
mem_aix_nocgo.go more aix nocgo implementations 3 years ago
mem_bsd.go refactor: remove unnecessary exec.LookPath calls 3 years ago
mem_bsd_test.go gofumpt 3 years ago
mem_darwin.go gofumpt 3 years ago
mem_darwin_cgo.go Use the page size that host_statistics() pages are measured in 3 years ago
mem_darwin_nocgo.go refactor: remove unnecessary exec.LookPath calls 3 years ago
mem_darwin_test.go gofumpt 3 years ago
mem_fallback.go gofumpt 3 years ago
mem_freebsd.go gofumpt 3 years ago
mem_linux.go [mem][linux] added additional meminfo fields 3 years ago
mem_linux_test.go [mem][linux] added additional meminfo fields 3 years ago
mem_openbsd.go refactor: remove unnecessary exec.LookPath calls 3 years ago
mem_openbsd_386.go gofumpt 3 years ago
mem_openbsd_amd64.go Use unix.SysctlUvmexp on OpenBSD 5 years ago
mem_openbsd_arm.go host: add support for OpenBSD/armv7 3 years ago
mem_openbsd_arm64.go gofumpt 3 years ago
mem_plan9.go gofumpt 3 years ago
mem_plan9_test.go gofumpt 3 years ago
mem_solaris.go The current codes miss below statistic data under solaris/illumos: 3 years ago
mem_solaris_test.go gofumpt 3 years ago
mem_test.go The current codes miss below statistic data under solaris/illumos: 3 years ago
mem_windows.go gofumpt 3 years ago
types_openbsd.go gofumpt 3 years ago