How to access Memory pool mbeans
Posted
by nandula-shankar
on Stack Overflow
See other posts from Stack Overflow
or by nandula-shankar
Published on 2010-05-24T12:24:31Z
Indexed on
2010/05/25
8:21 UTC
Read the original article
Hit count: 351
Hi, I want to access MemoryPool Mbeans through a java program so that I can retrieve the Eden Space, Perm Gen space, CodeCahe, Survior Space statistics during a period of time. How to do this? I tried java.lang:type=MemoryPool,name=Eden Space
I wan not lucky
Thanks, Shankar
© Stack Overflow or respective owner