1 package cpu 2 3 type cpuTimes struct { 4 User uint32 5 Nice uint32 6 Sys uint32 7 Intr uint32 8 Idle uint32 9 } 10
View as plain text