FIXMEs
This commit is contained in:
parent
292c4c1bf3
commit
b0e1e9a20a
|
@ -7,6 +7,8 @@ import (
|
|||
psCpu "github.com/shirou/gopsutil/cpu"
|
||||
)
|
||||
|
||||
// FIXME: broken % under Linux. Doesn't reflect reality *at all*.
|
||||
// FIXME: gotop CPU use high -- gopsutils again? Try rolling back.
|
||||
func init() {
|
||||
f := func(cpus map[string]int, iv time.Duration, l bool) map[string]error {
|
||||
cpuCount, err := psCpu.Counts(l)
|
||||
|
|
Loading…
Reference in New Issue
Block a user