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
shirou
b55d373cee
Merge pull request #45 from okmeter/master
...
disk_usage as in psutil & Process.NumFds() for linux
2015-04-09 10:54:28 +09:00
Nikolay Sivko
06282a319c
[darwin] hw.memsize already in bytes
2015-04-08 14:53:21 +03:00
Nikolay Sivko
889c8c0bd5
enable Process.NumFds() for linux
2015-04-08 14:01:05 +03:00
Pavel Trukhanov
4f6e4f73f3
disk_usage as in psutil
2015-04-08 13:58:18 +03:00
WAKAYAMA Shirou
79f4358f65
process: Exe, Cmdline and Name implemented in windows by using wmic
2015-03-20 23:56:46 +09:00
WAKAYAMA Shirou
5f8b99aa65
windows: GetWmic returns [][]string where string split by ","
2015-03-20 22:48:58 +09:00
Shirou WAKAYAMA
1f5fdd1fba
process: user and system should be divide by ClockTicks directly.
2015-03-17 17:04:31 +09:00
Shirou WAKAYAMA
8db78af11e
process: CPUPercent delta should be changed by CPUNums.
2015-03-17 17:03:03 +09:00
Shirou WAKAYAMA
8f05d68a09
host: forget to convert to uint64.
2015-03-12 09:25:32 +09:00
Shirou WAKAYAMA
515398a6f6
host: Boottime return type was wrong on darwin #40
2015-03-12 09:24:27 +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
Shirou WAKAYAMA
1851e63d38
process: callPs can get from all process and Ppid() uses ps command on darwin.
2015-03-11 11:38:02 +09:00
Shirou WAKAYAMA
6227460dc5
process: if pid < 0, skip it. and Cmdline retruned Joined string.
2015-03-11 11:19:19 +09:00
WAKAYAMA Shirou
19e34cf385
process: test pid is wrong in Windows.
2015-03-07 22:06:52 +09:00
WAKAYAMA Shirou
ec2b509dda
cpu: skip percpu percent test if windows. Windows can only get one CPU info currently.
2015-03-07 21:52:43 +09:00
Shirou WAKAYAMA
ae3b0a48f4
process: commented out CPUPercent due to fail on drone.io.
2015-03-06 13:12:54 +09:00
Shirou WAKAYAMA
f80276597c
oops
2015-03-06 12:57:07 +09:00
Shirou WAKAYAMA
2342350766
process: fix for drone.io test.
2015-03-06 12:55:41 +09:00
Shirou WAKAYAMA
3ce89ce0c9
process: fix linux testing.
2015-03-06 12:07:28 +09:00
Shirou WAKAYAMA
e39f17afd7
process: fix process status parsing.
2015-03-06 12:07:05 +09:00
若山史郎
9d38e5c995
process: add meminfo, cmdline on darwin.
2015-03-06 11:02:59 +09:00
若山史郎
20c3ddbfe5
process: fix darwin kinfo_proc struct and introduce creation by godef.
2015-03-06 10:05:58 +09:00
Shirou WAKAYAMA
c61c09295c
process: delete CPUPercent on the every architecture dependent part.
2015-03-04 00:04:29 +09:00
Shirou WAKAYAMA
2093d43c2a
process: implement cpu_percent on linux.
2015-03-04 00:02:09 +09:00
若山史郎
e71113cffd
change darwin process support status to broken.
...
using godef breaks process information on darwin. I am tackling to fix it.
2015-03-02 23:29:25 +09:00
若山史郎
d1b9134c32
process: use syscall in common on darwin
2015-03-01 22:29:37 +09:00
若山史郎
cea341c690
mem: add 0 check to darwin.swapmem.
2015-02-26 16:23:35 +09:00
WAKAYAMA Shirou
9569e2389c
Merge branch 'master' of https://github.com/shirou/gopsutil
2015-02-23 21:20:37 +09:00
WAKAYAMA shirou
508c60cac3
disk: forget to add some files.
2015-02-22 01:27:49 +09:00
WAKAYAMA shirou
0451709fe3
disk: add disk_io_counter to FreeBSD by using sysctl(kern.devstat.all).
2015-02-22 01:24:08 +09:00
WAKAYAMA shirou
be5b5a5754
move CallSysCall to common/common_freebsd
2015-02-21 22:43:58 +09:00
WAKAYAMA Shirou
612e7109e1
delete debug
2015-02-19 23:53:54 +09:00
WAKAYAMA Shirou
bb1747fc85
disk: implements DiskIoCounterInfo on windows. Note: only read/write counts during 500 msec.
...
Thanks for mackerel-agent!
2015-02-19 23:52:06 +09:00
WAKAYAMA Shirou
4b0f5a03dc
host: use wmic OS instead of calling GetTickCount on Windows.
2015-02-15 22:26:18 +09:00
WAKAYAMA Shirou
4694ce0e4d
cpu: use wmic to get CPUInfo on Windows
2015-02-15 21:25:33 +09:00
WAKAYAMA shirou
b8dc51929a
forget to change float32 to float64
2015-02-15 20:48:29 +09:00
若山史郎
f2435bc8de
host: skip if utmp.Type is not USERPROCESS (defined in utmpx.h)
2015-02-14 23:08:05 +09:00
若山史郎
a5d366a70c
host: Users() on darwin works. but Started is not correct.
2015-02-14 23:04:17 +09:00
Shirou WAKAYAMA
4ead971d70
fix CPUTimes type change problem on other packages.
2015-02-13 23:14:36 +09:00
Shirou WAKAYAMA
753ea1bb48
fix when converting CPUTimes to JSON, sometimes idel have exponent
2015-02-13 23:11:27 +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
18ab22b6fc
cpu: should be divided by CPU_TICK
2015-02-13 14:55:42 +09:00
WAKAYAMA Shirou
69ad6a7822
fix new line problem on Windows
2015-02-12 22:34:00 +09:00
shirou
3907a842a7
Merge pull request #36 from jwilder/jw-panic
...
Fix panics with docker stats
2015-02-11 18:22:04 +09:00
Jason Wilder
90c6c3ef3e
Fix panic in CgroupCPU
...
If an invalid container ID is passed to CgroupCPU,
a panic can result.
2015-02-10 11:36:19 -07:00
Jason Wilder
812b04d363
Don't ignore err when getting CgroupMemDocker stats
...
Fixes panic: runtime error: index out of range
goroutine 10 [running]:
testing.func·006()
/usr/local/go/src/testing/testing.go:441 +0x181
github.com/shirou/gopsutil/docker.CgroupMem(0x586b30, 0x6, 0x5a87d0, 0x1c, 0x0, 0x0, 0x0)
/home/jwilder/go/src/github.com/shirou/gopsutil/docker/docker_linux.go:119 +0xf48
github.com/shirou/gopsutil/docker.CgroupMemDocker(0x586b30, 0x6, 0x0, 0x0, 0x0)
/home/jwilder/go/src/github.com/shirou/gopsutil/docker/docker_linux.go:184 +0x57
If the ID passed to the CGroupMemDocker does not exist, you can get
a panic at runtime. This can happen when a container exits before
calling the func.
2015-02-10 11:32:40 -07:00
若山史郎
d6802457a3
update README. now i386 is supported.
2015-02-09 11:30:38 +09:00
shirou
ec19c4651d
Merge pull request #34 from rekby/freebsd_386
...
+ process struct for freebsd 386
2015-02-07 23:55:00 +09:00