Re: Human-understandable process name

2015-02-13 Thread Michael Crawford
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

Re: Human-understandable process name

2015-02-13 Thread Kevin Meaney
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 wrote: > > Hello all, >

Re: Human-understandable process name

2015-02-13 Thread Kevin Meaney
The answer to this question on devforums suggests you might be out of luck. https://devforums.apple.com/message/1092608#1092608 Sent from my iPad > On 13 Feb 2015, at 21:05, Andrew Keller wrote: > > Hello all, > > I’m not sure if this is the correct list, but I figure I’ll start somewhere. >

Re: Human-understandable process name

2015-02-13 Thread Lee Ann Rucker
Start with [NSRunningApplication runningApplicationWithProcessIdentifier:(pid_t)] On Feb 13, 2015, at 1:05 PM, Andrew Keller 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 othe

Human-understandable process name

2015-02-13 Thread Andrew Keller
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