BeanSpy is deployed to a Tomcat6 server running in Windows 2003, but BeanSpy/Stats is NOT returningcom.interopbridges.scx.jmx.TomcatJMXAbstraction. Is there a workaround for this?
Here is the data returned by the monitor:
<
DataItem type
="GET"
time="2014-03-03T13:17:37.0350661-05:00"sourceHealthServiceId="5FDB5F72-95C0-6E67-D523-08BDD7ADA659">
<
Stats version
="7.3.2010.0">
<
JmxStores>
<
Properties>
<JmxStoreNames type="
class java.lang.String">com.interopbridges.scx.jmx.JdkJMXAbstraction</JmxStoreNames>
</Properties>
</JmxStores>
<
ClassLoader>
<
Properties>
<LoadedClassCounttype="int">1933</LoadedClassCount>
<UnloadedClassCounttype="long">1</UnloadedClassCount>
<TotalLoadedClassCounttype="long">1934</TotalLoadedClassCount>
</Properties>
</ClassLoader>
<
Thread>
<
Properties>
<PeakThreadCount type="
int">17</
PeakThreadCount>
<ThreadCount type="
int">17</
ThreadCount>
<TotalStartedThreadCounttype="long">17</TotalStartedThreadCount>
</Properties>
</Thread>
<
JITCompiler>
<
Properties>
<TotalCompilationTimetype="long">254</TotalCompilationTime>
</Properties>
</JITCompiler>
<
GC>
<
Properties>
<GCCollectionCounttype="long">92</GCCollectionCount>
<GCCollectionTimetype="long">150</GCCollectionTime>
<GCName type="class java.lang.String">
Copy</GCName>
</Properties>
</GC>
<
GC>
<
Properties>
<GCCollectionCounttype="long">0</GCCollectionCount>
<GCCollectionTimetype="long">0</GCCollectionTime>
<GCName type="class java.lang.String">
MarkSweepCompact</
GCName>
</Properties>
</GC>
<
Memory>
<
Properties>
<HeapInitialMemoryAllocatedtype="long">8388608</HeapInitialMemoryAllocated>
<HeapUsedMemory type="
long">6168776</HeapUsedMemory>
<HeapCommittedMemorytype="long">9781248</HeapCommittedMemory>
<HeapMaximumMemorytype="long">534839296</HeapMaximumMemory>
<NonHeapInitialMemoryAllocatedtype="long">8585216</NonHeapInitialMemoryAllocated>
<NonHeapUsedMemorytype="long">11273736</NonHeapUsedMemory>
<NonHeapCommittedMemorytype="long">11337728</NonHeapCommittedMemory>
<NonHeapMaximumMemorytype="long">100663296</NonHeapMaximumMemory>
<PendingFinalizationCounttype="int">0</PendingFinalizationCount>
<PercentHeapMemoryUsedtype="int">1</PercentHeapMemoryUsed>
</Properties>
</Memory>
<
Runtime>
<
Properties>
<StartTime type="
long">1393870474021</StartTime>
<UpTime type="long">
183292</UpTime>
</Properties>
</Runtime>
</Stats>
</DataItem>