This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
shirou_gopsutil
Watch
1
Star
0
Fork
0
You've already forked shirou_gopsutil
mirror of
https://github.com/shirou/gopsutil.git
synced
2025-04-29 13:49:21 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
shirou_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
2023-08-27 22:48:51 +08:00
package
cpu
type
cpuTimes
struct
{
format the code
2023-09-17 01:43:13 +08:00
User
uint64
Initial support for NetBSD. Currently the changes are all copied from shirou/gopsutil#1364
2023-08-27 22:48:51 +08:00
Nice
uint64
Sys
uint64
format the code
2023-09-17 01:43:13 +08:00
Intr
uint64
Initial support for NetBSD. Currently the changes are all copied from shirou/gopsutil#1364
2023-08-27 22:48:51 +08:00
Idle
uint64
}
Reference in New Issue
Copy Permalink