shirou
6e9b0bbb1b
Merge pull request #197 from shirou/process/add_memory_windows
...
Process/add memory windows
2016-05-30 14:06:48 +09:00
Huy Giang
7bf614d799
make 'alternative location' in Usage section more readable
2016-05-10 14:22:14 +07:00
Shirou WAKAYAMA
7b991b8135
add `requirement` to README.rst.
2016-05-05 00:09:19 +09:00
WAKAYAMA Shirou
ba34a3af8c
[process]windows: add IO counters and fix CreateTime
2016-05-04 23:25:43 +09:00
Shirou WAKAYAMA
1cc575dae3
remove gopkg.in from README.
2016-04-07 15:34:49 +09:00
Shirou WAKAYAMA
da89408631
Merge branch 'master' into v2
2016-03-31 18:08:24 +09:00
WAKAYAMA shirou
37d8908841
[process]freebsd: implementes proceess.Nice()
2016-03-31 17:34:09 +09:00
Shirou WAKAYAMA
4bb84648bf
JSON representation is renamed to fit Google JSON style, camelCase.
2016-03-23 10:52:46 +09:00
Shirou WAKAYAMA
be06a94d44
fix the gopkgin versioning on README.
2016-03-22 21:55:16 +09:00
Shirou WAKAYAMA
70ba28090d
add version 2 breaking change notification to README.
2016-03-22 21:51:43 +09:00
Shirou WAKAYAMA
fa3e1cc196
[common]linux: add HostEtc to switch '/etc' See #175 .
2016-03-13 23:42:06 +09:00
Shirou WAKAYAMA
fe4c9f8ffa
change CI status badge to CircleCI.
2016-02-12 22:53:22 +09:00
shirou
f58654fa1c
Merge pull request #122 from jimmystewpot/add_netfilter
...
Add nf_conntrack counter support
2015-12-16 15:32:43 +09:00
Cameron Sparr
ec692ecfcf
Add a godoc badge
2015-12-11 12:46:15 -07:00
James Lamb
5700150054
Updated README.rst and included updated syntax to be more uniform with the other code
2015-12-09 07:45:26 +11:00
Shirou WAKAYAMA
dd13300833
process[linux,freebsd,darwin]: implements Children using pgrep.
2015-11-24 00:04:20 +09:00
Nathaniel Cook
da832b3f12
add system wide network protocol stats
2015-11-20 10:17:21 -07:00
Daniel Theophanes
69221741e8
cpu: allow override of /sys dir. Fix CPUInfo /proc + cpuinfo combine.
2015-10-18 09:46:21 -07:00
Jonathan Chauncey
0461c50666
chore(*): Fixes #94
...
Added the ability to fetch an alternative location for /proc via an
environment variable. If the env var is not set it will return /proc as
the default value.
2015-10-17 11:34:41 -06:00
Shirou WAKAYAMA
8f48da88ea
update README
2015-10-17 00:35:12 +09:00
Shirou WAKAYAMA
b3cf7354f6
process[linux, darwin]: implements Connections using lsof.
2015-09-18 13:36:13 +09:00
Shirou WAKAYAMA
9c0474c2a7
update README
2015-09-16 17:20:43 +09:00
cornerot
4048014170
fix gosiger -> gosigar
2015-07-09 16:16:35 +03:00
WAKAYAMA Shirou
79f4358f65
process: Exe, Cmdline and Name implemented in windows by using wmic
2015-03-20 23:56:46 +09:00
若山史郎
9d38e5c995
process: add meminfo, cmdline on darwin.
2015-03-06 11:02:59 +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
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
4b0f5a03dc
host: use wmic OS instead of calling GetTickCount on Windows.
2015-02-15 22:26:18 +09:00
若山史郎
d6802457a3
update README. now i386 is supported.
2015-02-09 11:30:38 +09:00
Bruno Bigras
a0eef8dfe9
README: highlight the example's code
2015-01-12 11:55:59 -05:00
Shirou WAKAYAMA
406cbe9b87
implements pernic of NetIOCounters.
2015-01-01 21:29:25 +09:00
Shirou WAKAYAMA
a73ca04d3a
update README
2015-01-01 00:47:24 +09:00
Shirou WAKAYAMA
13cd195a7e
change package name.
2014-12-30 22:09:05 +09:00
Shirou WAKAYAMA
4ff6a1cdc0
update README about disk_partitions of darwin
2014-12-29 00:11:18 +09:00
Shirou WAKAYAMA
c0338e392f
fix README
2014-12-28 00:51:09 +09:00
Shirou WAKAYAMA
2efdb23875
add 1.4 notice.
2014-12-28 00:50:09 +09:00
Shirou WAKAYAMA
b4355247d6
README update.
2014-12-28 00:12:02 +09:00
Shirou WAKAYAMA
8e2514d23a
merge 9e216add90
2014-12-27 23:44:02 +09:00
logavanc
7a3e3cad63
Update README.rst
...
Corrected spelling error.
2014-11-20 10:06:06 -08:00
logavanc
5e5c9048d1
Update README.rst
...
Corrected some typos and grammer errors.
Tweaked a couple of small things for consistency (section title capitalization, etc.).
Corrected a misreference to an added function CPUInfo (the function returned a CPUInfoStat struct, but the actual function name is CPUInfo).
2014-11-19 20:52:52 -08:00
WAKAYAMA shirou
a68148ae03
fix some bad english on README.rst
2014-06-24 14:50:52 +09:00
Shirou WAKAYAMA
9ce676d9c7
add cgroup functions on Linux.
2014-06-10 14:38:01 +09:00
Shirou WAKAYAMA
b4a1a26e11
update README about virtualization.
2014-05-23 10:33:21 +09:00
WAKAYAMA shirou
ea83f5636d
implements NetIOCounters() on FreeBSD.
2014-05-18 23:23:47 +09:00
Shirou WAKAYAMA
15ddbe009f
add LoadAvg() to README
2014-05-16 19:03:15 +09:00
Shirou WAKAYAMA
e68563b7b3
add CPUInfoStat() on Linux.
2014-05-16 18:12:46 +09:00
Shirou WAKAYAMA
0f0c4c99c1
write about Hostinfo to README
2014-05-16 16:42:16 +09:00
WAKAYAMA shirou
c312c3f35f
virtual_memory and swap_memory on FreeBSD is implemented.
2014-05-16 15:33:23 +09:00
WAKAYAMA shirou
d5a476f628
now support linux/arm (raspberry pi)
2014-05-14 00:12:17 +09:00
WAKAYAMA shirou
031b5e4a0f
add coveralls.io badge.
2014-05-11 17:06:53 +09:00