Shirou WAKAYAMA
|
613a8a90e1
|
fixed by golint.
|
2016-04-01 21:34:39 +09:00 |
Shirou WAKAYAMA
|
ea152ea901
|
[BREAKING CHANGE] rename functions to pass golint. ex) net.NetIOCounters -> net.IOCounters
|
2016-03-22 23:09:12 +09:00 |
Shirou WAKAYAMA
|
7288e9a5af
|
common[all]: add internal
|
2015-10-20 00:04:57 +09:00 |
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 |
WAKAYAMA Shirou
|
4696985e84
|
cpu[windows]: skip if could not get cpu.LoadPercentage.
|
2015-09-03 21:48:18 +09:00 |
mayowa
|
6fa0704dbf
|
fixed: ProcessorId doesnt return a value
|
2015-08-28 06:56:05 +01:00 |
mayowa
|
7889ce3e03
|
changed ProccessorId type to *string, cause wmi sometimes returns nil for it
|
2015-08-25 22:21:10 -07:00 |
mayowa
|
6a2bc5afe8
|
removed l2CacheSize as its not present in all wmi databases
|
2015-08-25 22:08:35 -07:00 |
WAKAYAMA shirou
|
64357f04e7
|
use StackExchange/wmi instead of invoking wmic process.
Note: This may not work on some old Windows XP.
|
2015-04-20 00:05:31 +09:00 |
WAKAYAMA Shirou
|
5f8b99aa65
|
windows: GetWmic returns [][]string where string split by ","
|
2015-03-20 22:48:58 +09:00 |
Shirou WAKAYAMA
|
170390c0df
|
cpu: fix build option on unix.
|
2015-03-11 23:06:00 +09:00 |
WAKAYAMA Shirou
|
ead8393137
|
cpu: use wmic to get CPU usage on Windows.
|
2015-03-11 23:00:06 +09:00 |
WAKAYAMA Shirou
|
4694ce0e4d
|
cpu: use wmic to get CPUInfo on Windows
|
2015-02-15 21:25:33 +09:00 |
Shirou WAKAYAMA
|
4b5bf22b88
|
change CPUTimes type from float32 to float64 to resolve precision issue.
|
2015-02-13 22:45:12 +09:00 |
Shirou WAKAYAMA
|
13cd195a7e
|
change package name.
|
2014-12-30 22:09:05 +09:00 |
WAKAYAMA Shirou
|
9f2c985a28
|
fix windows build.
|
2014-11-27 22:28:05 +09:00 |
Shirou WAKAYAMA
|
a4671fcc2a
|
move subdirectories. refer to issue #24
|
2014-11-27 10:18:15 +09:00 |