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/v3
Tom Barker 34cdfa258b Test_Connections currently fails intermittently on Linux (and maybe
other OSs), and fails consistently if run with `go test -times=N`

On inspection, Go closes TCP connections when they go out of scope and
are garbage collected. I've re-written Test_Connections() to explicitly
close connectections once the test has finished. This has the other
benefit of closing gracefully, which means the -times argument should
work.

I've also removed the t.Skip() calls inside goroutines as they are
unsupported.
4 years ago
..
cpu fix slow cpuinfo on multisocket config 4 years ago
disk add support for OpenBSD arm64 4 years ago
docker [v3 migration] change return type to CgroupCPUStat 5 years ago
host Ensure rhel platform family for Rocky Linux 4 years ago
internal/common add MockEnv as more generic function. 4 years ago
load [load][solaris] support MiscStat.ProcsRunning 4 years ago
mem add support for OpenBSD arm64 4 years ago
net add check if it runs on CI 4 years ago
process Test_Connections currently fails intermittently on Linux (and maybe 4 years ago
winservices
Makefile
go.mod Update github.com/tklauser/go-sysconf to v0.3.8 4 years ago
go.sum Update github.com/tklauser/go-sysconf to v0.3.8 4 years ago