Display Linux memory usage in real-time
If you want to display your memory usage in real-time, do a
watch -d “free -mt”
It will display used and free memory every two seconds.

If you want to display your memory usage in real-time, do a
watch -d “free -mt”
It will display used and free memory every two seconds.
