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/cpu
Huan Wang 6a572952f0 fix slow cpuinfo on multisocket config
updated win32_Processor struct to exclude loadpercentage field.
The loadpercentage takes linearly more time as the # of sockets
increases. By default vSphere maps 1 vCPU to 1 socket, resulting in very
poor performance when getting CPU info against, saying, 40 vCPU VM
(basically 40 sockets as seen by the VM).
4 years ago
..
testdata [v2][cpu][solaris] psrinfo parsing fixes 4 years ago
cpu.go use cancelable sleep in cpu.PercentWithContext and process.Process.PercentWithContext 5 years ago
cpu_darwin.go cpu, v3/cpu: use sysconf package instead of exec'ing getconf 4 years ago
cpu_darwin_cgo.go Add missing TargetConditionals.h include, closes #976 4 years ago
cpu_darwin_nocgo.go revert imports 6 years ago
cpu_dragonfly.go cpu, v3/cpu: use sysconf package instead of exec'ing getconf 4 years ago
cpu_dragonfly_amd64.go cpu: support for DragonflyBSD 5 years ago
cpu_fallback.go cpu: support for DragonflyBSD 5 years ago
cpu_freebsd.go cpu, v3/cpu: use sysconf package instead of exec'ing getconf 4 years ago
cpu_freebsd_386.go Eliminate use of sysctl command on FreeBSD 8 years ago
cpu_freebsd_amd64.go Eliminate use of sysctl command on FreeBSD 8 years ago
cpu_freebsd_arm.go add FreeBSD ARM support. copied from i386 6 years ago
cpu_freebsd_arm64.go Add support for freebsd/arm64 5 years ago
cpu_freebsd_test.go revert imports 6 years ago
cpu_linux.go [cpu][linux] add more ARM hw implementers 4 years ago
cpu_linux_test.go [cpu][linux] Fix #1037 only count logical cores where 2nd field is a number 4 years ago
cpu_openbsd.go cpu, v3/cpu: use sysconf package instead of exec'ing getconf 4 years ago
cpu_solaris.go [v2][cpu][solaris] psrinfo parsing fixes 4 years ago
cpu_solaris_test.go [v2][cpu][solaris] psrinfo parsing fixes 4 years ago
cpu_test.go fix test and openbsd errors. 4 years ago
cpu_windows.go fix slow cpuinfo on multisocket config 4 years ago