Go to file
Shirou WAKAYAMA a553f97529 Merge branch 'master' of github.com:shirou/gopsutil 2014-04-22 10:31:02 +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 rename package main to gopsutil 2014-04-22 09:44:22 +09:00
common_windows.go rename package main to gopsutil 2014-04-22 09:44:22 +09:00
cpu.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
cpu_freebsd.go fix some errors on freebsd. 2014-04-22 10:12:01 +09:00
cpu_linux.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
cpu_test.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
cpu_windows.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
disk.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
disk_test.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
disk_unix.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
disk_windows.go rename package main to gopsutil 2014-04-22 09:44:22 +09:00
host.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
host_test.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
host_unix.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
host_windows.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
load.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
load_freebsd.go fix some errors on freebsd. 2014-04-22 10:12:01 +09:00
load_linux.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
load_test.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
load_windows.go rename package main to gopsutil 2014-04-22 09:44:22 +09:00
mem.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
mem_test.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +09:00
mem_unix.go fix some errors on freebsd. 2014-04-22 10:12:01 +09:00
mem_windows.go remove each metrics top struct such as CPU, all functions become flat. 2014-04-22 10:02:01 +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