Process Id can be find very easy way.
If we know about the name of that jvm.
Follow below step
1. login in putty or Linux terminal
2. use ps command
See the Practical Example:-
Execute this command
[root@localhost bin]# ps -ef | grep dmgr
Note :- here dmgr is the name of jvm. For more information see the screenshot.
PID is for dmgr is 10407
If we know about the name of that jvm.
Follow below step
1. login in putty or Linux terminal
2. use ps command
See the Practical Example:-
Execute this command
[root@localhost bin]# ps -ef | grep dmgr
Note :- here dmgr is the name of jvm. For more information see the screenshot.
PID is for dmgr is 10407

No comments:
Post a Comment