Skip to content

Feature Matrix

yueh edited this page Sep 15, 2020 · 1 revision

An overview about the metrics provided out of the box. Not all metrics might be support on Fabric and Forge. Refer to the tables for more details.

JVM Metrics

These are metrics directly provided by the jvm like used and total heap or various others. Please not that some might depend on the used OS, GC or other parameters, which will not be listed here.

Class Loader

Metric Forge Fabric
jvm.classes.loaded ✔️ ✔️
jvm.classes.unloaded ✔️ ✔️

Memory

Metric Forge Fabric
jvm.buffer.count ✔️ ✔️
jvm.buffer.memory.used ✔️ ✔️
jvm.buffer.total.capacity ✔️ ✔️
jvm.memory.used ✔️ ✔️
jvm.memory.committed ✔️ ✔️
jvm.memory.max ✔️ ✔️

GC

Metric Forge Fabric
jvm.gc.max.data.size ✔️ ✔️
jvm.gc.live.data.size ✔️ ✔️
jvm.gc.memory.promoted ✔️ ✔️
jvm.gc.memory.allocated ✔️ ✔️
jvm.gc.concurrent.phase.time ✔️ ✔️
jvm.gc.pause ✔️ ✔️

Processor

Metric Forge Fabric
system.cpu.count ✔️ ✔️
system.load.average.1m ✔️ ✔️
system.cpu.usage ✔️ ✔️
process.cpu.usage ✔️ ✔️

Threads

Metric Forge Fabric
jvm.threads.peak ✔️ ✔️
jvm.threads.daemon ✔️ ✔️
jvm.threads.live ✔️ ✔️
jvm.threads.states ✔️ ✔️
Clone this wiki locally