Monday, April 4, 2011

[Linux Ubuntu] How to Check Memory Utilization

Yeah, we still employ the powerful sar (System Activity Reporter). This is a command line to check memory utilization by using sar:
sar -r 1
That's a per-second basis and you can add one more parameter to monitor the current second.
sar -r 1
The last "1" means sar only show one record only. Thanks for reading :)

No comments: