Showing posts with label memory stats. Show all posts
Showing posts with label memory stats. Show all posts

Thursday, 5 February 2009

the 'free' command

A useful tool when you want to check how much physical and virtual and overall memory you have on the system;

free -mt (for mb)

free -kt (for kb)

and on later OS you can also get it in gb;

free -gt