On Mac OS X how can I see how much memory is being used by what programs?

link|improve this question

related: superuser.com/questions/43157/… – Cawas Apr 13 '11 at 15:57
feedback

2 Answers

up vote 13 down vote accepted

You can use the Activity Monitor application. It is located in /Applications/Utilities/Activity Monitor.app. And here is a screenshot with the columns for memory usage highlighted:Activity Monitor Screenshot

link|improve this answer
2  
+1 - short, sweet, and correct. Including a screenshot might enhance your answer though! – nhinkle Jan 28 '11 at 5:59
@nhinkle: Added the screenshot. Thanks for the suggestion! – Wuffers Jan 28 '11 at 13:43
feedback

MacOS is a UNIX. Thus, it has lots of standard unix tools, in your case, the top program, which you can execute in a terminal.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.