Package io.dropwizard.metrics5.jvm
Class BufferPoolMetricSet
- java.lang.Object
-
- io.dropwizard.metrics5.jvm.BufferPoolMetricSet
-
- All Implemented Interfaces:
io.dropwizard.metrics5.Metric
,io.dropwizard.metrics5.MetricSet
public class BufferPoolMetricSet extends Object implements io.dropwizard.metrics5.MetricSet
A set of gauges for the count, usage, and capacity of the JVM's direct and mapped buffer pools.These JMX objects are only available on Java 7 and above.
-
-
Constructor Summary
Constructors Constructor Description BufferPoolMetricSet(MBeanServer mBeanServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Metric>
getMetrics()
-
-
-
Constructor Detail
-
BufferPoolMetricSet
public BufferPoolMetricSet(MBeanServer mBeanServer)
-
-
Method Detail
-
getMetrics
public Map<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Metric> getMetrics()
- Specified by:
getMetrics
in interfaceio.dropwizard.metrics5.MetricSet
-
-