This website works better with JavaScript.
Explore
Help
Sign In
Lomanic
/
gopsutil
mirror of
https://github.com/shirou/gopsutil
Watch
1
Star
0
Fork
You've already forked gopsutil
0
Code
Issues
Releases
Activity
2e4fcbb8c4
gopsutil
/
cpu
/
cpu_freebsd_386.go
10 lines
103 B
Go
Raw
Blame
History
package
cpu
type
cpuTimes
struct
{
User
uint32
Nice
uint32
Sys
uint32
Intr
uint32
Idle
uint32
}
View Git Blame
Copy Permalink