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.
Pingback: Display real time memory use from CLI « Linux & Stuff