Linux - How to find the memory usage, Display real-time memory usage

How to find the memory usage

How to find the memory usage

We need to monitor our Linux server memory usage, "watch" is a handy command to display the real-time memory usage in Linux.

  watch 
will execute a program periodically, showing output fullscreen.
We can issue the following command to keep track the real time memory usage in Linux.
watch -d free -m

The memory usage will update every 2 seconds, and the difference will be highlighted.

The topic on Linux - How to find the memory usage is posted by - Maha

Hope you have enjoyed, Linux - How to find the memory usageThanks for your time

Tech Bluff