Commit Graph

115 Commits (c7a38de76ee583adf3f4aa276d834e2e753be321)

Author SHA1 Message Date
Shirou WAKAYAMA 8f48da88ea update README
Shirou WAKAYAMA b3cf7354f6 process[linux, darwin]: implements Connections using lsof.
Shirou WAKAYAMA 9c0474c2a7 update README
cornerot 4048014170 fix gosiger -> gosigar
WAKAYAMA Shirou 79f4358f65 process: Exe, Cmdline and Name implemented in windows by using wmic
若山史郎 9d38e5c995 process: add meminfo, cmdline on darwin.
若山史郎 e71113cffd change darwin process support status to broken.
using godef breaks process information on darwin. I am tackling to fix it.
WAKAYAMA shirou 0451709fe3 disk: add disk_io_counter to FreeBSD by using sysctl(kern.devstat.all).
WAKAYAMA Shirou 4b0f5a03dc host: use wmic OS instead of calling GetTickCount on Windows.
若山史郎 d6802457a3 update README. now i386 is supported.
Bruno Bigras a0eef8dfe9 README: highlight the example's code
Shirou WAKAYAMA 406cbe9b87 implements pernic of NetIOCounters.
Shirou WAKAYAMA a73ca04d3a update README
Shirou WAKAYAMA 13cd195a7e change package name.
Shirou WAKAYAMA 4ff6a1cdc0 update README about disk_partitions of darwin
Shirou WAKAYAMA c0338e392f fix README
Shirou WAKAYAMA 2efdb23875 add 1.4 notice.
Shirou WAKAYAMA b4355247d6 README update.
Shirou WAKAYAMA 8e2514d23a merge 9e216add90
logavanc 7a3e3cad63 Update README.rst
Corrected spelling error.
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).
WAKAYAMA shirou a68148ae03 fix some bad english on README.rst
Shirou WAKAYAMA 9ce676d9c7 add cgroup functions on Linux.
Shirou WAKAYAMA b4a1a26e11 update README about virtualization.
WAKAYAMA shirou ea83f5636d implements NetIOCounters() on FreeBSD.
Shirou WAKAYAMA 15ddbe009f add LoadAvg() to README
Shirou WAKAYAMA e68563b7b3 add CPUInfoStat() on Linux.
Shirou WAKAYAMA 0f0c4c99c1 write about Hostinfo to README
WAKAYAMA shirou c312c3f35f virtual_memory and swap_memory on FreeBSD is implemented.
WAKAYAMA shirou d5a476f628 now support linux/arm (raspberry pi)
WAKAYAMA shirou 031b5e4a0f add coveralls.io badge.
Shirou WAKAYAMA 2ab7b00f2b implements Process.NumCtxSwitches() on linux.
Shirou WAKAYAMA 8098298111 implements String() which return as JSON to every structs.
Shirou WAKAYAMA 02a91378b8 implements Process.IOCounters on linux.
WAKAYAMA shirou 0ab054c576 implements some Process funcs on freebsd.
WAKAYAMA shirou 54cf246125 update README
Shirou WAKAYAMA d4af853802 update Capitalization on README.
WAKAYAMA Shirou c0eb515899 add contributing to README
WAKAYAMA Shirou f187906bf2 implements disk_io_counters on linux.
WAKAYAMA Shirou 12b10a9f5a implements disk_partitions on linux using /etc/mtab
WAKAYAMA Shirou 7e2e63dc13 update README
WAKAYAMA Shirou cf4ec6b0fa implements ppid, num_threads and exe on windows
WAKAYAMA Shirou bc5f1da99d Process struct now has functions from members
NOTICE: THIS BREAKS API compatibirities.
Shirou WAKAYAMA d1b1221e7f implements Process.Send_signal() and other signal functions on posix.
Shirou WAKAYAMA db655861e3 implements Process.open_files on linux.
Shirou WAKAYAMA 400054f2f0 imeplements Process.Memory_Maps(). This is a function because map is very large.
Shirou WAKAYAMA 79811544a4 process.parent is now future work (use ppid instead)
Shirou WAKAYAMA a6e7b8261d implements process.exe on linux.
Shirou WAKAYAMA 51c2995c2b implement cwd on linux.
Shirou WAKAYAMA 2e50131db8 implement Process.Memory_info on linux.
Shirou WAKAYAMA 8b3fb8cea5 update README about process class.
WAKAYAMA Shirou 9741156483 Oops miss directive
WAKAYAMA Shirou 744bf3d6d8 add drone.io status badge
WAKAYAMA Shirou c3d04805c0 update README
WAKAYAMA shirou 2d7a081554 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou 453ef8b077 implements Pids() and Pid_exists() on freebsd.
Shirou WAKAYAMA ddb8d95269 update README to motivate without cgo.
WAKAYAMA shirou 6562d7f797 implements cpu_times on freebsd.
WAKAYAMA shirou dcfdf6b13f update README
WAKAYAMA shirou ccc1530faf implements disk_partitions on freebsd.
WAKAYAMA shirou 13d9a51850 update README
WAKAYAMA shirou 6d291867b8 update README about current status.
WAKAYAMA shirou 4c323a7715 update README and add LICENSE file.
WAKAYAMA Shirou 8c60a8f8c5 add Procs to Hostinfo by using mitchellh/go-ps.
WAKAYAMA Shirou 5b605dc1a3 initial import.