Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi,
I am looking for Windchill JMX study guide .. like to know more about each opeartions possible in JMX tool. do we have any guide for that ??
kindly provide soem pointers ..
Regards
Manoj
Solved! Go to Solution.
Take a look at the "Java Management Extensions (JMX) and Windchill MBeans" section of the Windchill Specialized Administration Guide:
http://support.ptc.com/WCMS/files/156798/en/WCSpecializedAdminGuide.pdf#Page=261
The "Windchill MBeans" section of the chapter provides documentation on some of the PTC provided MBeans.
For most any given operation or operation parameter (or attribute in recent versions of JConsole and VisualVM), one can see a tooltip (by hovering the mouse for a bit) giving a brief explanation of the item in question.
For a bit broader view of a given MBean, see the Javadoc for the corresponding MBean interface class.
For a high level of interesting MBeans, what one might do with them, etc, see the online help for starters. I'm sure there are other presentations floating around as well.
I should also note that the PTC provided MBeans are found under com.ptc in the MBean tree in JConsole or VisualVM. These MBeans should almost all have meaningful tooltips for most everything.
The MBeans in other areas of the MBean tree are not provided by PTC and often have useless tooltips. For instance, the JVM's own built-in MBeans (e.g. those under java.lang) have no useful tooltips.
Take a look at the "Java Management Extensions (JMX) and Windchill MBeans" section of the Windchill Specialized Administration Guide:
http://support.ptc.com/WCMS/files/156798/en/WCSpecializedAdminGuide.pdf#Page=261
The "Windchill MBeans" section of the chapter provides documentation on some of the PTC provided MBeans.
thank yo all for reply ...