03-13-06 10:54 PM
Thanks. I want to trace all the processes as they started in Linux, so
that when the process exits, I will get control of the process being
traced, and using pid of that process i can get task_struct and, I can
read the process information(I/O, Mem, CPU time etc.). How can I do
this. Is it possible to do it.
I think i have to do it as kernel module, since get_task_by_pid can be
used from kernel module.
[ Post a follow-up to this message ]
|