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

If you get Null point exception at the time of ear deployment from console what will be you next steps to resolve the problem.

1 Answers  


What is a cluster? What is High Availability and Fail over?

3 Answers   IBM,


What is the format of a log message in a web logic server?

0 Answers  


What is a trace in relation to web logic server?

0 Answers  


What is the easiest way to set the classpath ?

0 Answers  






What is the difference between creating a distributed application using rmi and using a ejb architecture?

0 Answers  


Where are the files placed while deploying the resource adapter in web logic server?

0 Answers  


What is weblogic unicasting and multicasting?

4 Answers   TCS,


what is directory structure of any ear/war file in weblogic

1 Answers   Wipro,


How to write a program to bind string values in a preparedstatement?

0 Answers  


Explain the difference between txdatasource and datasource?

0 Answers  


What Are The Various Types Of Weblogic Installations ?

0 Answers  


Categories