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
c6bd05a3e9
gopsutil
/
cpu
/
cpu_dragonfly_amd64.go
10 lines
103 B
Go
Raw
Blame
History
package
cpu
type
cpuTimes
struct
{
User
uint64
Nice
uint64
Sys
uint64
Intr
uint64
Idle
uint64
}
View Git Blame
Copy Permalink