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
5d3cf2e9e7
gopsutil
/
cpu
/
cpu_netbsd_arm64.go
10 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
Initial support for NetBSD. Currently the changes are all copied from shirou/gopsutil#1364
2 years ago
package
cpu
type
cpuTimes
struct
{
format the code
2 years ago
User
uint64
Initial support for NetBSD. Currently the changes are all copied from shirou/gopsutil#1364
2 years ago
Nice
uint64
Sys
uint64
format the code
2 years ago
Intr
uint64
Initial support for NetBSD. Currently the changes are all copied from shirou/gopsutil#1364
2 years ago
Idle
uint64
}