shirou_gopsutil/cpu
Ben Aldrich a4ec4177a6 Fix cpu percent on windows
Tested on windows 7:

When divided by 100 you get cpu percentage of  %0.14 when task manager shows %14. Once this is removed they match.
2015-09-04 18:48:20 -06:00
..
cpu.go cpu: use wmic to get CPU usage on Windows. 2015-03-11 23:00:06 +09:00
cpu_darwin.go cpu[darwin]: use CGO to get CPUTimes. This is breaking. see #66. 2015-08-28 17:01:43 +09:00
cpu_freebsd.go cpu: fix command output trim problem. 2015-07-17 21:52:43 +09:00
cpu_linux.go cpu: Steal, Guest, and GuestNice are not divided by CPU_TICK. 2015-07-17 22:11:30 +09:00
cpu_test.go cpu: use wmic to get CPU usage on Windows. 2015-03-11 23:00:06 +09:00
cpu_unix.go cpu: fix build option on unix. 2015-03-11 23:06:00 +09:00
cpu_windows.go Fix cpu percent on windows 2015-09-04 18:48:20 -06:00