Go to file
WAKAYAMA Shirou ab22e78f2d implements memory information on windows. 2014-04-19 01:04:22 +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 add Procs to Hostinfo by using mitchellh/go-ps. 2014-04-19 00:09:25 +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 add windows stub. 2014-04-18 21:28:00 +09:00
disk.go initial import. 2014-04-18 16:34:47 +09:00
disk_test.go initial import. 2014-04-18 16:34:47 +09:00
disk_unix.go initial import. 2014-04-18 16:34:47 +09:00
disk_windows.go add windows stub. 2014-04-18 21:28:00 +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 implements Host.Uptime on windows 2014-04-18 22:02: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 implements memory information on windows. 2014-04-19 01:04:22 +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