How to find the status of jvm in websphere

Simply run the command in Linux box
Command:- ps -ef|grep java 
The outwill come to all running jvm 

Comments