JvmSource¶
JvmSource
is a metrics source.
The name of the source is jvm.
JvmSource
registers the build-in Codahale metrics:
GarbageCollectorMetricSet
MemoryUsageGaugeSet
BufferPoolMetricSet
Among the metrics is total.committed (from MemoryUsageGaugeSet
) that describes the current usage of the heap and non-heap memories.