mirror of https://github.com/shirou/gopsutil
parent
ca182ca7b8
commit
367435f27e
@ -0,0 +1,9 @@
|
||||
package cpu
|
||||
|
||||
type cpuTimes struct {
|
||||
User uint64
|
||||
Nice uint64
|
||||
Sys uint64
|
||||
Intr uint64
|
||||
Idle uint64
|
||||
}
|
Loading…
Reference in New Issue