How to find the memory utilized by a process in Redhat Linux AS 2.1?
How to find the memory utilized by a parent process in Linux?
If there is 1 main process and 3 child processes for that, I want to know how much memory is being used in total by the 1 parent and 3 child processes. I know only PPID.
We are using Redhat AS 2.1. In our application, one Java process is creating 100s of threads. I want to know the total amount of memory is being used by that process.
Tagged with: child processes • java process • Linux • memory • threads
Filed under: Redhat
Like this post? Subscribe to my RSS feed and get loads more!
I don't know if this is what you want but I use the top command to check which processes are running and what resources they are using.
Run the command ps -el