Re: Human-understandable process name
Re: Human-understandable process name
- Subject: Re: Human-understandable process name
- From: Michael Crawford <email@hidden>
- Date: Fri, 13 Feb 2015 16:57:26 -0800
Would it help to examine kernel data structures?
Not everything the kernel does is directly accessible by userspace
frameworks, but within certain limits mostly having to do with
security you can read many kernel data structures.
I don't personally know which ones would help you however this kind of
thing is commonly done.
Michael David Crawford, Consulting Software Engineer
email@hidden
http://www.warplife.com/mdc/
Available for Software Development in the Portland, Oregon Metropolitan
Area.
On Fri, Feb 13, 2015 at 2:58 PM, Kevin Meaney <email@hidden> wrote:
> Apologies. Having just reread that forum post rather than working from what I remembered it is about the relationship between the processes rather than process names.
>
> You might still we'll be in luck.
>
> Kevin
>
> Sent from my iPad
>
>> On 13 Feb 2015, at 21:05, Andrew Keller <email@hidden> wrote:
>>
>> Hello all,
>>
>> I'm not sure if this is the correct list, but I figure I'll start somewhere.
>>
>> I'm writing a program that collects activity statistics on other running programs (in particular, network usage statistics). I have already successfully harvested the statistics I want, organized by the PID and name of the process, however I'd like to do a better job communicating this information to the user. I am intrigued by Mac OS 10.10's ability to report "Apps using significant energy"; it seems to have the ability to get a commonly understood human-readable program name, even when the process in question is a helper app with a different name. Is this ability replicable in third party applications?
>>
>> Thanks,
>> - Andrew Keller
>>
>>
>> _______________________________________________
>>
>> Cocoa-dev mailing list (email@hidden)
>>
>> Please do not post admin requests or moderator comments to the list.
>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>>
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden