tags:

views:

29

answers:

1

how to do an application like activity monitor in cocoa ?

A: 

I am using NSTask and NSPipe to get all processes.Is there any alternative to get process information, because using NSTask will make the application very slow.

Help me also how to get samples for processes.

Anil Kumar