how will u check process id?

Answers were Sorted based on User's Feedback



how will u check process id?..

Answer / guest

ps -ef |grep java

Is This Answer Correct ?    28 Yes 2 No

how will u check process id?..

Answer / vru

ps -ef|grep java

Is This Answer Correct ?    14 Yes 1 No

how will u check process id?..

Answer / gautam

Use this to get result with more details
/usr/ucb/ps -auxww | grep java

Is This Answer Correct ?    10 Yes 0 No

how will u check process id?..

Answer / sridhar bollapalli

It depends on the process you want to serach .
suppose if you want to serach for Weblogic process
use

in Unix.
ps -ef | grep Dweblogic.Name=servername

if it is an Apache process
ps -ef | grep httpd

same way ofr Solaris use
usr/ucb/ps -auxww | grep Dweblogic.Name=servername

If you grep with java , it will give other java process too.
so Dweblogic.Name will give you the exact weblogic process.

Is This Answer Correct ?    4 Yes 0 No

how will u check process id?..

Answer / jaisankar

/usr/ucb/ps -alxww | grep servername

Is This Answer Correct ?    2 Yes 1 No

how will u check process id?..

Answer / manohar

ps -ef | grep <servername>

Is This Answer Correct ?    1 Yes 0 No

how will u check process id?..

Answer / ram

ps -ef | grep jdk or java

Is This Answer Correct ?    1 Yes 1 No

how will u check process id?..

Answer / jaisankar

ps -fu $LOGNAME

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Weblogic Interview Questions

How do I programmatically get a list of queues or topics? : BEA Weblogic

0 Answers  


Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?

0 Answers  


What are managed servers?

0 Answers  


What causes the condition OUT OF MEMORY?

0 Answers  


What is weblogic unicasting and multicasting?

4 Answers   TCS,






How do I increase weblogic server memory?

0 Answers  


What can happen when stub can’t to connect to web-logic server instances?

0 Answers  


How do you disturbute applications over a cluster of weblogic nodes

2 Answers   ASIS, HCL, Steria,


How to deploye the java application in web logic server please brief explain with screen shot please help me ?

4 Answers  


When should I use the -nostage option?

0 Answers  


What is the basic requirement for starting a WebLogic server?.

1 Answers   ABC Inc, CMC, HCL, Wipro,


diff b/w managed server and non managed server? can u briefly explain?

3 Answers   Wipro,


Categories