Thursday, October 3, 2013

Linux: how to check ram usage

This is quickly command to check ram available on you system...
From terminal execute:

free -k

This command extract info from the /proc/meminfo file.
So if you open this file you see a complete set of information about your system memory.

Bye..

No comments:

Post a Comment