@ -1,6 +1,7 @@
#!/bin/bash
gawk '
/^MemAvailable:/ {
[[ ${BLOCK_INSTANCE} == 'swap' ]] && TYPE="SwapFree" || TYPE="MemAvailable"
gawk -v type="$TYPE" '
$0 ~ type {
mfg=$2/1024^2
mfm=$2/1024
}
The note is not visible to the blocked user.