Tagged Questions

1
vote
1answer
69 views

Unable to find processes unused for half an hour

You can get underground processes by ps ux I am searching a way to find processes to which I have not touched for 30 minutes. How can you find processes unused for an half hour?
0
votes
3answers
96 views

popen creates an extra sh process

I am trying to execute (fork off) a command with popen and what I see is, there is an extra sh -c "my_command process" is also there. I want to minimize number of processes so is it possible to get ...
0
votes
2answers
2k views

iPhone System Processes by CPU Rate (top/ps)

What is the best way to programmatically access the processes sorted by cpu rate on the iPhone (similar to that seen in the *nix top command)? sysctl()?