add LoadAvg() to README

This commit is contained in:
Shirou WAKAYAMA 2014-05-16 19:03:15 +09:00
parent 2b1cc4d012
commit 15ddbe009f
1 changed files with 8 additions and 2 deletions

View File

@ -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.