From 0f0c4c99c1c2502e20a2db31eba4e6609a57dde9 Mon Sep 17 00:00:00 2001 From: Shirou WAKAYAMA Date: Fri, 16 May 2014 16:42:16 +0900 Subject: [PATCH] write about Hostinfo to README --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 221a3ae..7d8143c 100644 --- a/README.rst +++ b/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.