WebSphere JVM MXBeans -


when using oracle jvm, can obtain large amount of useful jvm data using provided mxbeans garbagecollectormxbean, memorymxbean etc. same mxbeans available in case of websphere jvm ?

thanks in advance.

yes, available on websphere, tricky access them remotely. completed documentation explains need know access these mxbeans:

http://code.google.com/p/xm4was/wiki/webspherejmx

the xm4was project provides tools make easier. following document describes how use them set visualvm monitor websphere jvm:

http://code.google.com/p/xm4was/wiki/visualvmhowto


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -