Go to file
WAKAYAMA Shirou 2b99d2b7a6 refactor proc name. 2014-04-20 01:54:14 +09:00
.gitignore initial import. 2014-04-18 16:34:47 +09:00
README.rst add Procs to Hostinfo by using mitchellh/go-ps. 2014-04-19 00:09:25 +09:00
common.go initial import. 2014-04-18 16:34:47 +09:00
common_windows.go remove unused func. 2014-04-20 01:53:00 +09:00
cpu.go initial import. 2014-04-18 16:34:47 +09:00
cpu_freebsd.go fix the return value struct. 2014-04-18 21:26:24 +09:00
cpu_linux.go initial import. 2014-04-18 16:34:47 +09:00
cpu_test.go initial import. 2014-04-18 16:34:47 +09:00
cpu_windows.go implements CPU info total on Windows. but it may be not correct. 2014-04-19 01:29:34 +09:00
disk.go implements Disk_partition on windows 2014-04-20 01:53:34 +09:00
disk_test.go implements Disk_partition on windows 2014-04-20 01:53:34 +09:00
disk_unix.go initial import. 2014-04-18 16:34:47 +09:00
disk_windows.go implements Disk_partition on windows 2014-04-20 01:53:34 +09:00
host.go separate struct and func due to the lack of syscall on windows. 2014-04-18 21:27:29 +09:00
host_test.go initial import. 2014-04-18 16:34:47 +09:00
host_unix.go add windows stub. 2014-04-18 21:28:00 +09:00
host_windows.go forget to commit procs in HostInfo. 2014-04-19 01:05:35 +09:00
load.go initial import. 2014-04-18 16:34:47 +09:00
load_freebsd.go initial import. 2014-04-18 16:34:47 +09:00
load_linux.go initial import. 2014-04-18 16:34:47 +09:00
load_test.go initial import. 2014-04-18 16:34:47 +09:00
load_windows.go add windows stub. 2014-04-18 21:28:00 +09:00
mem.go initial import. 2014-04-18 16:34:47 +09:00
mem_linux.go initial import. 2014-04-18 16:34:47 +09:00
mem_test.go initial import. 2014-04-18 16:34:47 +09:00
mem_windows.go refactor proc name. 2014-04-20 01:54:14 +09:00

README.rst

gopsutil: psutil for golang
==============================




- psutil: http://pythonhosted.org/psutil/
- dstat: https://github.com/dagwieers/dstat
- gosiger: https://github.com/cloudfoundry/gosigar/
- goprocinfo: https://github.com/c9s/goprocinfo
- go-ps: https://github.com/mitchellh/go-ps