How to access Memory pool mbeans
- by nandula-shankar
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