This content has been marked as final.
Show 2 replies
-
1. Re: How can I confirm the jboss's process runs in which cpus?
peterj Jun 12, 2010 6:07 PM (in response to zlyperson)You might be better off asking this in an AIX forum, or ask your AIX support rep.
-
2. Re: How can I confirm the jboss's process runs in which cpus?
ruchirc Jul 29, 2010 2:05 AM (in response to zlyperson)Zhang,
The core concept of JVM morphs you to know which java thread is allocated to which CPU or VCPU. There is no way to know which java process is scheduled to which CPU/VCPU thread, neither its possible to know which CPU/VCPU will get the next thread.
These complexity is perpously morphed by the designers of JVM, and the algorithum written in the JVM takes care of such allocation.
Thanks,
Ruchir Choudhry