mirror of https://github.com/shirou/gopsutil
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.
* for Darwin, it is a minor tweak for readability: the value returned is in Hz, so using a variable named 'hz' makes more sense than 'mhz' * for Linux, the unit is in kHz so we need to divide the value from `cpuinfo_max_freq` by 10^3 to get MHz (see cpu-freq/user-guide.txt of the kernel documentation) |
9 years ago | |
---|---|---|
.. | ||
cpu.go | 9 years ago | |
cpu_darwin.go | 9 years ago | |
cpu_darwin_cgo.go | 9 years ago | |
cpu_darwin_nocgo.go | 9 years ago | |
cpu_freebsd.go | 9 years ago | |
cpu_linux.go | 9 years ago | |
cpu_test.go | 9 years ago | |
cpu_unix.go | 9 years ago | |
cpu_windows.go | 9 years ago |