Frequently Asked Question

FAQ / Dedicated JVM


how to find number of jvm in websphere?

To list all jvm process running in websphere

1. ps-ef | grep <path to websphere java><br>
wasadm 18335 18336 0 14.28.11 pts/8 0:00 grep <was_root>/java
wasadm 9935 1 0 jan 18 ? 4:17 <was_root>/java/bin/java -XX:MaxPermSize=256m -Dwas.status.socket=49745 -X wasadm 9926 1 0 jan 18 ?5:10 <was_root>/java/bin/java -XX:MaxPermSize=256m -Dwas.status.socket= 4962

2. pgrep -f -u $WAUSER $ENVPATH<br>

How this faq is helpful:

Not at all
helpful
Not much
helpful
Some what
helpful
Very
helpful
Extremely
helpful

What could be better? (Optional)
X
  Not related to my issue
  Too complicated explanations
  Too much information
  Incorrect information
  Unclear information
  Incomplete information
  Too old information
Do you have any other feedback about this faq ?
1000

Related Tags :