أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
Try to find out by using anyone below command :
$ps -aefL | grep java | more$ps axu | grep java | more
To check (monitor) in real-time use: # top | grep java
simply use ps command and you can combine both ps and grep as below
ps aux | grep -i --color java