Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Kadath

macrumors regular
Original poster
May 28, 2006
117
1
Yesterday I noted that my iMac's processes were numbering in the tens of thousands when I had to kill -9 iTunes because it was hard locked.... I rebooted my machine today and since noon it has spawned over 5 thousand processes. This seems excessive to the extreme for a machine that was mostly idle.

So how many are yours pumping out per day and is there an easy way to see what is creating all these new ones???
 
Yesterday I noted that my iMac's processes were numbering in the tens of thousands when I had to kill -9 iTunes because it was hard locked.... I rebooted my machine today and since noon it has spawned over 5 thousand processes. This seems excessive to the extreme for a machine that was mostly idle.

So how many are yours pumping out per day and is there an easy way to see what is creating all these new ones???

Please open Activity Monitor (in Utilities) and press ⌘1. In the Activity Monitor window that appears, click on CPU near the bottom of the window. What number do you see next to "Processes"?

Maybe you are misinterpreting the numbers that are used to label the processes (the PID's) with the number of active processes?
 
Last edited:
Will check that tonight. Was using PIDs via ps -eaf not activity monitor...
 
Will check that tonight. Was using PIDs via ps -eaf not activity monitor...

If you prefer, you can paste the following into Terminal and press return.

Code:
top -l 1 | grep "Processes"
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.