Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How will check java process running on Redhat Linux?

user-image
Question ajoutée par Muhammad Anzar , DevOps/DevSecOps Architect , Confidential
Date de publication: 2015/02/07
Rajesh Pant
par 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
par Mohand ourabah BENABBAS , Systems engineer , dimensiondata

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

Hesham Allam
par 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

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?