|
|
@ -4,8 +4,6 @@ gopsutil: psutil for golang
|
|
|
|
This is a port of psutil(http://pythonhosted.org/psutil/). This
|
|
|
|
This is a port of psutil(http://pythonhosted.org/psutil/). This
|
|
|
|
challenges porting all psutil functions on some architectures.
|
|
|
|
challenges porting all psutil functions on some architectures.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Available archtectures
|
|
|
|
Available archtectures
|
|
|
|
------------------------------------
|
|
|
|
------------------------------------
|
|
|
|
|
|
|
|
|
|
|
@ -15,6 +13,10 @@ Available archtectures
|
|
|
|
|
|
|
|
|
|
|
|
(I do not have a darwin machine)
|
|
|
|
(I do not have a darwin machine)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All works are implemented without cgo by porting c struct to golang struct.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
usage
|
|
|
|
usage
|
|
|
|
---------
|
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
|
|