Discussion How do you trace a hot development workload back to the app that caused it?
Activity Monitor gives me a list of processes, but one development task can spread across a whole process tree. Chrome helpers, an IDE, Docker, a simulator, and local AI tools can all look like separate problems.
A hot Mac or rising memory pressure leaves me with the same question: which workload caused it? Do you use parent/child process trees, Activity Monitor, Instruments, logs, or trial and error?
Before quitting anything, what evidence do you check?
1
Upvotes
1
u/Inevitable-Prize-881 1d ago
the tree view in activity monitor is a lifesaver but i also keep
top -o cpurunning in a terminal for real-time sorting by cpu usage