Linux - How to find running java process linux, Jps tool to view all running java process

How to find running java process linux

In linux machine you can view all the running Java processes in a local machine using jps command

 # jps -v
OUTPUT
1733 -Xms512M -Xmx1024M -Djava.endorsed.dirs=../common/endorsed -verbose abort
2892 Jps -Dapplication.home=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0 -Xms8m 

Jps is a sime utility which is used to view all the running java process in linux machine.

The topic on Linux - How to find running java process linux is posted by - Math

Hope you have enjoyed, Linux - How to find running java process linuxThanks for your time

Tech Bluff