Please help. So, I'm given a task to monitor a particular process in CentOS.
There are certain requirements.
- Can't monitor using PID, because once process is killed or dead, solution is of no use.
- It'll be great if I could know how much is the consumption of each thread of a process.
I've researched enough but with no success.
Thanks in advance.