How to configure metricbeat to monitor JVM memory

I Have to monitor my server JVM heap , garbage collections analysis in metricbeat. How to do it?

Provide the path of the JVM heap and garbage collection where it is stored in metric beat.

can you please help me get sample configuration for providing JVM in metricbeat

If you run the Jolokia agent inside your JVM or the Jolokia proxy it will expose the JMX metrics over HTTP. Then you can use the joloka/jmx metricset to collect these metrics.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.