Try this. To view burst RAM : free -m To view Guaranteed RAM, Used & Free Create a
new script called Free nano /root/Free Paste the following inside: Quote: #!/bin/bash # # Revised 02-Feb-2007: include kernel memory (kmemsize) in 'used' calculation # and show percentages in output. # BEAN=`cat /proc/user_beancounters`...