#177 bug with free -h changed to free -mwq
This commit is contained in:
parent
292cbfedad
commit
c9cea2cc80
1 changed files with 2 additions and 2 deletions
|
@ -1230,8 +1230,8 @@ sub get_system_info() {
|
|||
. infocmd_one "grep 'nameserver' /etc/resolv.conf \| awk '{print \$2}'";
|
||||
infoprint "Logged In users : ";
|
||||
infocmd_tab "who";
|
||||
infoprint "Ram Usages : ";
|
||||
infocmd_tab "free -h | grep -v +";
|
||||
infoprint "Ram Usages in Mb : ";
|
||||
infocmd_tab "free -m | grep -v +";
|
||||
infoprint "Load Average : ";
|
||||
infocmd_tab "top -n 1 -b | grep 'load average:'";
|
||||
|
||||
|
|
Loading…
Reference in a new issue