Is there any way to make Activity Monitor only show new processes? Can you do this in Terminal instead?

link|improve this question

69% accept rate
Please accept the answer if it solved your problem. – fabianhjr Jan 3 at 19:57
feedback

1 Answer

up vote 4 down vote accepted

You would sort them by ProcessID, newer processes have a higher PID.(Normally)

Under Unix, process IDs are usually allocated on a sequential basis, beginning at 0 and rising to a maximum value which varies from system to system. Once this limit is reached, allocation restarts at 300 and again increases.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.