|
@@ -61,6 +61,7 @@ else
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
physmemtotal=$(free ${humanreadable} | awk '/Mem:/ {print $2}')
|
|
physmemtotal=$(free ${humanreadable} | awk '/Mem:/ {print $2}')
|
|
|
|
|
+physmemtotalmb=$(free -m | awk '/Mem:/ {print $2}')
|
|
|
physmemused=$(free ${humanreadable} | awk '/Mem:/ {print $3}')
|
|
physmemused=$(free ${humanreadable} | awk '/Mem:/ {print $3}')
|
|
|
physmemfree=$(free ${humanreadable} | awk '/Mem:/ {print $4}')
|
|
physmemfree=$(free ${humanreadable} | awk '/Mem:/ {print $4}')
|
|
|
physmemcached=$(free ${humanreadable} | awk '/cache:/ {print $4}')
|
|
physmemcached=$(free ${humanreadable} | awk '/cache:/ {print $4}')
|
|
@@ -68,7 +69,6 @@ swaptotal=$(free ${humanreadable} | awk '/Swap:/ {print $2}')
|
|
|
swapused=$(free ${humanreadable} | awk '/Swap:/ {print $3}')
|
|
swapused=$(free ${humanreadable} | awk '/Swap:/ {print $3}')
|
|
|
swapfree=$(free ${humanreadable} | awk '/Swap:/ {print $4}')
|
|
swapfree=$(free ${humanreadable} | awk '/Swap:/ {print $4}')
|
|
|
|
|
|
|
|
-
|
|
|
|
|
### Disk Infomation
|
|
### Disk Infomation
|
|
|
|
|
|
|
|
## Available disk space on the partition.
|
|
## Available disk space on the partition.
|