add LoadAvg() to README
This commit is contained in:
parent
2b1cc4d012
commit
15ddbe009f
10
README.rst
10
README.rst
|
@ -65,14 +65,14 @@ More info
|
|||
|
||||
To becomes more useful, add more information.
|
||||
|
||||
- Hostinfo()
|
||||
- Hostinfo() (linux)
|
||||
|
||||
- OS
|
||||
- Platform ex: ubuntu, arch
|
||||
- Platform family ex: debian
|
||||
- Platform Version ex: Ubuntu 13.10
|
||||
|
||||
- CPUInfoStat()
|
||||
- CPUInfoStat() (linux, freebsd)
|
||||
|
||||
- Processer
|
||||
- Vendor ID
|
||||
|
@ -81,6 +81,12 @@ To becomes more useful, add more information.
|
|||
- Mhz
|
||||
- etc...
|
||||
|
||||
- LoadAvg() (linux, freebsd)
|
||||
|
||||
- Load1
|
||||
- Load5
|
||||
- Load15
|
||||
|
||||
Some codes are ported some functions from Ohai. very thanks.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue