Re: activitymonitord
Re: activitymonitord
- Subject: Re: activitymonitord
- From: "A.M." <email@hidden>
- Date: Mon, 22 Aug 2011 14:23:54 -0400
On Aug 22, 2011, at 2:15 PM, Joel Reymont wrote:
> What does activitymonitord do?
>
> I frequently see it taking 8% of the CPU or more.
Haha- you are petting Schrödinger's cat.
activitymonitord is the privileged executable Activity Monitor triggers to scrape all the data it needs to present in the Cocoa UI. When you close Activity Monitor, it dies.
Now you see it:
> ps aux|grep activitymonitord
root 9631 1.6 0.0 2446604 1448 ?? Ss 2:19PM 0:00.30 /Applications/Utilities/Activity Monitor.app/Contents/MacOS/activitymonitord
agentm 9638 0.0 0.0 2435116 504 s003 R+ 2:19PM 0:00.00 grep activitymonitord
(quit Activity Monitor)- now you don't:
> ps aux|grep activitymonitord
agentm 9623 0.2 0.0 2435548 312 s003 R+ 2:19PM 0:00.00 grep activitymonitord
Cheers,
M _______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden