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?

有帮助吗?

解决方案

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.

其他提示

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
许可以下: CC-BY-SA归因
不隶属于 apple.stackexchange
scroll top