|
|
Display the real-time memory usage in Linux - Linux
|
Views : 398
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
We need to monitor our Linux server memory usage, "watch" is a handy command to display the real-time memory usage in Linux.
watch – 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.
|
|
By Rekha, On - 2009-11-16 |
|
|
|