I'm looking at the 'top' output on my linux server. I see that the command 'java' is taking up a lot of memory. How can I use this PID, etc. to see what process actually started up the jvm?
Also, is this process actually the jvm or just some generic command?
Ultimately I just want a way to see more information about this command/process instead of just 'java.'