write about Hostinfo to README
This commit is contained in:
parent
750b540121
commit
0f0c4c99c1
16
README.rst
16
README.rst
|
@ -60,6 +60,21 @@ Document
|
|||
see http://godoc.org/github.com/shirou/gopsutil
|
||||
|
||||
|
||||
More info
|
||||
--------------------
|
||||
|
||||
To becomes more useful, add more information.
|
||||
|
||||
- Hostinfo()
|
||||
|
||||
- OS
|
||||
- Platform ex: ubuntu, arch
|
||||
- Platform family ex: debian
|
||||
- Platform Version ex: Ubuntu 13.10
|
||||
|
||||
Some codes are ported some functions from Ohai. very thanks.
|
||||
|
||||
|
||||
Current Status
|
||||
------------------
|
||||
|
||||
|
@ -151,6 +166,7 @@ Related works
|
|||
- gosiger: https://github.com/cloudfoundry/gosigar/
|
||||
- goprocinfo: https://github.com/c9s/goprocinfo
|
||||
- go-ps: https://github.com/mitchellh/go-ps
|
||||
- ohai: https://github.com/opscode/ohai/
|
||||
|
||||
I have referenced these great works.
|
||||
|
||||
|
|
Loading…
Reference in New Issue