You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gopsutil/cpu
Daniel Theophanes 9f2e6a74cc cpu: support ARM CPUs.
ARM CPUs don't include the same fields as  x86 and amd64 CPUs in
the /proc/cpuinfo list. Pull information from the /sys/...
device tree as well as updating when a CPU is done in cpuinfo.

Fixes #88
10 years ago
..
cpu.go cpu: use wmic to get CPU usage on Windows. 10 years ago
cpu_darwin.go cpu[darwin]: separetes cpu_darwin to cgo and nocgo to get CPUTimes. 10 years ago
cpu_darwin_cgo.go cpu[darwin]: separetes cpu_darwin to cgo and nocgo to get CPUTimes. 10 years ago
cpu_darwin_nocgo.go cpu[darwin]: separetes cpu_darwin to cgo and nocgo to get CPUTimes. 10 years ago
cpu_freebsd.go cpu: fix command output trim problem. 10 years ago
cpu_linux.go cpu: support ARM CPUs. 10 years ago
cpu_test.go cpu: use wmic to get CPU usage on Windows. 10 years ago
cpu_unix.go cpu: fix build option on unix. 10 years ago
cpu_windows.go Fix cpu percent on windows 10 years ago