LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Unix Process Monitor (https://www.linuxquestions.org/questions/linux-general-1/unix-process-monitor-568024/)

Balakrishnan84 07-10-2007 01:50 AM

Unix Process Monitor
 
Hello All,
I need to write a program that would monitor the unix processes and gives the report for each process like start time, mem usage, including all child process details and so on. I just want to know does any of the existing open source project does this already. I am looking into strace/ps command which is useful for me to get process details. Instead of me analyzing proc file system, I think there must be some basic unix utility does this. I prefer simple monitoring utility instead of complex monitoring tools. Please share your ideas with me.
Thanks.

jschiwal 07-10-2007 02:01 AM

top, time, mpstat, gnome-system-monitor, ipcs, procinfo, oprofile, vmstat, slabtop, sar. I wonder how many profiling tools I missed.

Balakrishnan84 07-10-2007 02:17 AM

Thanks for the tools specified.


All times are GMT -5. The time now is 08:24 PM.