shirou_gopsutil/cpu
K.C. Wong 3dc4e52844 Handle the case when the `cpufreq` sysfs does not exist
* on virtualized host, this may happen.
* but we may have a value from parsing `/proc/cpuinfo`
* in this case, we do not return the error if we fail to extra
  a value from `cpufreq/cpuinfo_max_freq`
2016-08-29 16:21:17 -07:00
..
cpu.go fixed imports and spelling error 2016-06-01 15:53:54 -06:00
cpu_darwin.go Addressing frequency unit discrepancies 2016-08-23 17:21:30 -07:00
cpu_darwin_cgo.go CPU: Fix linter warning on OSX. 2016-08-22 14:20:29 -07:00
cpu_darwin_nocgo.go fixed by golint. 2016-04-01 21:34:39 +09:00
cpu_fallback.go Add fallback code for all unsupported operating systems. 2016-08-22 15:31:26 -07:00
cpu_freebsd.go Merge pull request #219 from sean-/freebsd-cpu-info 2016-06-17 17:26:08 +09:00
cpu_linux.go Handle the case when the `cpufreq` sysfs does not exist 2016-08-29 16:21:17 -07:00
cpu_test.go calculate cpu percentage compared to last call if 0 interval is given 2016-06-01 15:21:58 -06:00
cpu_unix.go rename ALL to all 2016-06-01 16:03:11 -06:00
cpu_windows.go fixed by golint. 2016-04-01 21:34:39 +09:00