Commit Graph

82 Commits (bae75faa5ad1212d3e80f11f5e9cd147c6be9198)

Author SHA1 Message Date
Huy Giang 7bf614d799 make 'alternative location' in Usage section more readable 9 years ago
Shirou WAKAYAMA 7b991b8135 add `requirement` to README.rst. 9 years ago
Shirou WAKAYAMA 1cc575dae3 remove gopkg.in from README. 9 years ago
Shirou WAKAYAMA da89408631 Merge branch 'master' into v2 9 years ago
WAKAYAMA shirou 37d8908841 [process]freebsd: implementes proceess.Nice() 9 years ago
Shirou WAKAYAMA 4bb84648bf JSON representation is renamed to fit Google JSON style, camelCase. 9 years ago
Shirou WAKAYAMA be06a94d44 fix the gopkgin versioning on README. 9 years ago
Shirou WAKAYAMA 70ba28090d add version 2 breaking change notification to README. 9 years ago
Shirou WAKAYAMA fa3e1cc196 [common]linux: add HostEtc to switch '/etc' See #175. 9 years ago
Shirou WAKAYAMA fe4c9f8ffa change CI status badge to CircleCI. 9 years ago
shirou f58654fa1c Merge pull request #122 from jimmystewpot/add_netfilter
Add nf_conntrack counter support
9 years ago
Cameron Sparr ec692ecfcf Add a godoc badge 9 years ago
James Lamb 5700150054 Updated README.rst and included updated syntax to be more uniform with the other code 9 years ago
Shirou WAKAYAMA dd13300833 process[linux,freebsd,darwin]: implements Children using pgrep. 9 years ago
Nathaniel Cook da832b3f12 add system wide network protocol stats 9 years ago
Daniel Theophanes 69221741e8 cpu: allow override of /sys dir. Fix CPUInfo /proc + cpuinfo combine. 10 years ago
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.
10 years ago
Shirou WAKAYAMA 8f48da88ea update README 10 years ago
Shirou WAKAYAMA b3cf7354f6 process[linux, darwin]: implements Connections using lsof. 10 years ago
Shirou WAKAYAMA 9c0474c2a7 update README 10 years ago
cornerot 4048014170 fix gosiger -> gosigar 10 years ago
WAKAYAMA Shirou 79f4358f65 process: Exe, Cmdline and Name implemented in windows by using wmic 10 years ago
若山史郎 9d38e5c995 process: add meminfo, cmdline on darwin. 10 years ago
若山史郎 e71113cffd change darwin process support status to broken.
using godef breaks process information on darwin. I am tackling to fix it.
10 years ago
WAKAYAMA shirou 0451709fe3 disk: add disk_io_counter to FreeBSD by using sysctl(kern.devstat.all). 10 years ago
WAKAYAMA Shirou 4b0f5a03dc host: use wmic OS instead of calling GetTickCount on Windows. 10 years ago
若山史郎 d6802457a3 update README. now i386 is supported. 10 years ago
Bruno Bigras a0eef8dfe9 README: highlight the example's code 10 years ago
Shirou WAKAYAMA 406cbe9b87 implements pernic of NetIOCounters. 10 years ago
Shirou WAKAYAMA a73ca04d3a update README 10 years ago
Shirou WAKAYAMA 13cd195a7e change package name. 10 years ago
Shirou WAKAYAMA 4ff6a1cdc0 update README about disk_partitions of darwin 10 years ago
Shirou WAKAYAMA c0338e392f fix README 10 years ago
Shirou WAKAYAMA 2efdb23875 add 1.4 notice. 10 years ago
Shirou WAKAYAMA b4355247d6 README update. 10 years ago
Shirou WAKAYAMA 8e2514d23a merge 9e216add90 10 years ago
logavanc 7a3e3cad63 Update README.rst
Corrected spelling error.
10 years ago
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).
10 years ago
WAKAYAMA shirou a68148ae03 fix some bad english on README.rst 11 years ago
Shirou WAKAYAMA 9ce676d9c7 add cgroup functions on Linux. 11 years ago
Shirou WAKAYAMA b4a1a26e11 update README about virtualization. 11 years ago
WAKAYAMA shirou ea83f5636d implements NetIOCounters() on FreeBSD. 11 years ago
Shirou WAKAYAMA 15ddbe009f add LoadAvg() to README 11 years ago
Shirou WAKAYAMA e68563b7b3 add CPUInfoStat() on Linux. 11 years ago
Shirou WAKAYAMA 0f0c4c99c1 write about Hostinfo to README 11 years ago
WAKAYAMA shirou c312c3f35f virtual_memory and swap_memory on FreeBSD is implemented. 11 years ago
WAKAYAMA shirou d5a476f628 now support linux/arm (raspberry pi) 11 years ago
WAKAYAMA shirou 031b5e4a0f add coveralls.io badge. 11 years ago
Shirou WAKAYAMA 2ab7b00f2b implements Process.NumCtxSwitches() on linux. 11 years ago
Shirou WAKAYAMA 8098298111 implements String() which return as JSON to every structs. 11 years ago