gopsutil/cpu
Antoine Toulme 38b94668ea allow to pass context values to override environment variables
..
testdata fix dependabot v2 deletion.
cpu.go fix(cpu): fix cpu total and busy calc
cpu_aix.go aix: split code, that uses perfstat, to _cgo and _nocgo files
cpu_aix_cgo.go fix go build flags for aix/cpu
cpu_aix_nocgo.go fix lint
cpu_darwin.go cpu: add frequency support for apple silicon m1/m2 cpus
cpu_darwin_cgo.go gofumpt
cpu_darwin_nocgo.go gofumpt
cpu_darwin_test.go cpu: add frequency support for apple silicon m1/m2 cpus
cpu_dragonfly.go gofumpt
cpu_dragonfly_amd64.go cpu: support for DragonflyBSD
cpu_fallback.go gofumpt
cpu_freebsd.go gofumpt
cpu_freebsd_386.go Eliminate use of sysctl command on FreeBSD
cpu_freebsd_amd64.go Eliminate use of sysctl command on FreeBSD
cpu_freebsd_arm.go add FreeBSD ARM support. copied from i386
cpu_freebsd_arm64.go Add support for freebsd/arm64
cpu_freebsd_test.go gofumpt
cpu_linux.go allow to pass context values to override environment variables
cpu_linux_test.go get tests passing on s390x
cpu_openbsd.go avoid cgo for cpu_openbsd
cpu_openbsd_386.go avoid cgo for cpu_openbsd
cpu_openbsd_amd64.go avoid cgo for cpu_openbsd
cpu_openbsd_arm.go host: add support for OpenBSD/armv7
cpu_openbsd_arm64.go Fix telegraf 1.22.0 build on OpenBSD/arm64:
cpu_plan9.go gofumpt
cpu_plan9_test.go test: use `T.Setenv` to set env vars in tests
cpu_solaris.go refactor: remove unnecessary exec.LookPath calls
cpu_solaris_test.go gofumpt
cpu_test.go ci(lint): correct gci linter
cpu_windows.go cpu: use windows.GetActiveProcessorCount