Question

I had a website which was using massive amounts of memory on my MacBook but I was unable to take a screenshot of the total memory usage from Activity Monitor to file an issue with the website. Is there any way I can see the log of the Activity Monitor from a specific time?

Was it helpful?

Solution

No, Activity Monitor does not store historic information about memory usages anywhere.

The system also do not by standard log such information into log files or databases or anything like that. So the information you seek is gone now, I'm afraid.

OTHER TIPS

If you want to redo the issue and collect data:

Download Xcode from https://developer.apple.com

Use Instruments.app with "Activity Monitor" instrument.

enter image description here

Choose all processes. Hit the red button to start recording.

enter image description here

Could it help you?

while sleep 1s; do date; top -l 1 |grep 'PhysMem:'; done > course.log
Licensed under: CC-BY-SA with attribution
Not affiliated with apple.stackexchange
scroll top