Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How will check java process running on Redhat Linux?

user-image
Question added by Muhammad Anzar , DevOps/DevSecOps Architect , Confidential
Date Posted: 2015/02/07
Rajesh Pant
by Rajesh Pant , System Engineer , Tech Mahindra Limited

Try to find out by using anyone below command :

$ps -aefL | grep java | more$ps axu | grep java | more

Mohand ourabah BENABBAS
by Mohand ourabah BENABBAS , Systems engineer , dimensiondata

To check (monitor) in real-time use: # top | grep java

Hesham Allam
by Hesham Allam , Technical Manager, Business Automation , Advansys-ESC

simply use ps command and you can combine both ps and grep as below 

ps aux | grep -i --color java

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.