Re: JMX JVM bug workaround question

2012-03-07 Thread Kari Scott
On Mar 7, 2012, at 11:49 AM, Jess Holle wrote: How can this be a "low" priority JVM bug!?! I know. My other motive in posting this was to draw attention to it and maybe get some other folks to vote for it. :-) On 3/7/2012 11:21 AM, Konstantin Kolinko wrote: 2012/3/7 Kari Scottmailto:kar

Re: JMX JVM bug workaround question

2012-03-07 Thread Jess Holle
How can this be a "low" priority JVM bug!?! On 3/7/2012 11:21 AM, Konstantin Kolinko wrote: 2012/3/7 Kari Scott: We are using Tomcat 7.0.23 with jdk1.6.0_30 on Solaris 10, mod_ajp 1.3 and Apache 2.2.21. I'm using the following code to retrieve memory information from our JMX server: Objec

Re: JMX JVM bug workaround question

2012-03-07 Thread Konstantin Kolinko
2012/3/7 Kari Scott : > > > We are using Tomcat 7.0.23 with jdk1.6.0_30 on Solaris 10, mod_ajp 1.3  and > Apache 2.2.21. > > I'm using the following code to retrieve memory information from our JMX > server: > > > ObjectName contextObjectName = new ObjectName("java.lang:type=Memory"); > Composite

JMX JVM bug workaround question

2012-03-07 Thread Kari Scott
We are using Tomcat 7.0.23 with jdk1.6.0_30 on Solaris 10, mod_ajp 1.3 and Apache 2.2.21. I'm using the following code to retrieve memory information from our JMX server: ObjectName contextObjectName = new ObjectName("java.lang:type=Memory"); CompositeData memoryUsage = (CompositeData)serve