update ram block to show availible memory but not free memory

This commit is contained in:
koksnuss 2018-04-24 18:33:06 +02:00
parent 03a33bc4ed
commit e4f097a334

2
ram
View File

@ -1,6 +1,6 @@
#!/bin/bash
gawk '
/^MemFree:/ {
/^MemAvailable:/ {
mfg=$2/1024^2
mfm=$2/1024
} END {