From 15ddbe009f241cd12547dbb3d23fe967c32a8be2 Mon Sep 17 00:00:00 2001 From: Shirou WAKAYAMA Date: Fri, 16 May 2014 19:03:15 +0900 Subject: [PATCH] add LoadAvg() to README --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7360da05..c14d2ef9 100644 --- a/README.rst +++ b/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.