Someone would have a document with Step by Step of Installing monitoring GC and Heap memory in PRTG ?

Thank you for helping me...


Article Comments

Hello,

Could you please elaborate in more details what exactly would you like to monitor?

Thanks


Dec, 2015 - Permalink

Hello Isidora,

I need to monitor the amount of heap memory used by my application , minimum , maximum and average , so I'll know when I 'm heap memory problems. It must also monitor the gabage collection functionality , all phases of it.

I already have a miniprobe for JMX installed on my PRTG tool , I'm trying to create this sensor via JMX MBean Custom Attributes sensor, but do not know what to put in the MBean and Objerct name field .

Would you help me?

Thanks,


Dec, 2015 - Permalink

Hi. This was a bug related to accessing elements of a Composit value (Like the ones for HeapMemoryUsage". This has been fixed in the most recent version downloadable from GitHub PaesslerAG/JMXMiniProbe The Basic Heap Memory data is included in the "JMX VM Health" sensor. You can also add in the rest(min,max,initial) as outlined in the Java docs MemoryUsage.

You can now access any of the elements by using the syntax <Attribute>.<Element>.

Thanks JR


Dec, 2015 - Permalink