mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
10 lines
103 B
Go
10 lines
103 B
Go
package cpu
|
|
|
|
type cpuTimes struct {
|
|
User uint32
|
|
Nice uint32
|
|
Sys uint32
|
|
Intr uint32
|
|
Idle uint32
|
|
}
|