-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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.
Metric | Forge | Fabric |
---|---|---|
jvm.classes.loaded | ✔️ | ✔️ |
jvm.classes.unloaded | ✔️ | ✔️ |
Metric | Forge | Fabric |
---|---|---|
jvm.buffer.count | ✔️ | ✔️ |
jvm.buffer.memory.used | ✔️ | ✔️ |
jvm.buffer.total.capacity | ✔️ | ✔️ |
jvm.memory.used | ✔️ | ✔️ |
jvm.memory.committed | ✔️ | ✔️ |
jvm.memory.max | ✔️ | ✔️ |
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 | ✔️ | ✔️ |
Metric | Forge | Fabric |
---|---|---|
system.cpu.count | ✔️ | ✔️ |
system.load.average.1m | ✔️ | ✔️ |
system.cpu.usage | ✔️ | ✔️ |
process.cpu.usage | ✔️ | ✔️ |
Metric | Forge | Fabric |
---|---|---|
jvm.threads.peak | ✔️ | ✔️ |
jvm.threads.daemon | ✔️ | ✔️ |
jvm.threads.live | ✔️ | ✔️ |
jvm.threads.states | ✔️ | ✔️ |