Display Linux memory usage in real-time

By | February 18, 2009

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.

One thought on “Display Linux memory usage in real-time

  1. Pingback: Display real time memory use from CLI « Linux & Stuff

Leave a Reply

Your email address will not be published. Required fields are marked *