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/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 [v3][cpu][solaris] psrinfo parsing fixes 4 years ago
cpu.go
cpu_darwin.go
cpu_darwin_cgo.go
cpu_darwin_nocgo.go
cpu_dragonfly.go
cpu_dragonfly_amd64.go
cpu_fallback.go
cpu_freebsd.go
cpu_freebsd_386.go
cpu_freebsd_amd64.go
cpu_freebsd_arm.go
cpu_freebsd_arm64.go
cpu_freebsd_test.go
cpu_linux.go [cpu][linux] add more ARM hw implementers 4 years ago
cpu_linux_test.go
cpu_openbsd.go
cpu_solaris.go [v3][cpu][solaris] psrinfo parsing fixes 4 years ago
cpu_solaris_test.go [v3][cpu][solaris] psrinfo parsing fixes 4 years ago
cpu_test.go
cpu_windows.go fix slow cpuinfo on multisocket config 4 years ago