Java Runtime Monitor doesn't view the complete data
Hello support,
The actual version of app manager (7.3, windows version) has a problem to get the data of the java virtual machine completly. Please take a look to the attached image.
We use a JVM 64bit 1.5.x on linux.
I think there is a mistake by get the request from the java virtual machine. There are a diffence by the object names for the java memory pool between windows and unix, and a difference between the client- or server-JVM too.
I know about object names for windows JVM:
java.lang:type=MemoryManager,name=CodeCacheManager
java.lang:type=Compilation
java.lang:type=GarbageCollector,name=Copy
java.lang:type=MemoryPool,name=Eden Space
java.lang:type=Runtime
java.lang:type=ClassLoading
java.lang:type=MemoryPool,name=Survivor Space
java.lang:type=Threading
java.lang:type=GarbageCollector,name=MarkSweepCompact
java.util.logging:type=Logging
java.lang:type=Memory
java.lang:type=OperatingSystem
java.lang:type=MemoryPool,name=Code Cache
java.lang:type=MemoryPool,name=Tenured Gen
java.lang:type=MemoryPool,name=Perm Gen
and in opposite object names for linux-JVM:
java.lang:type=MemoryManager,name=CodeCacheManager
java.lang:type=Compilation
java.lang:type=MemoryPool,name=PS Perm Gen
java.lang:type=Runtime
java.lang:type=ClassLoading
java.lang:type=Threading
java.lang:type=MemoryPool,name=PS Survivor Space
java.util.logging:type=Logging
java.lang:type=Memory
java.lang:type=OperatingSystem
java.lang:type=MemoryPool,name=Code Cache
java.lang:type=GarbageCollector,name=PS Scavenge
java.lang:type=MemoryPool,name=PS Eden Space
java.lang:type=GarbageCollector,name=PS MarkSweep
java.lang:type=MemoryPool,name=PS Old Gen
Please check your implementation.
Thank you.
Jens Gerhard
New to ADSelfService Plus?