9.4.3.2.2.2 jvm.stats.full
Controls the output of statistics from the Java side, in addition to the statistics from the C side.
Java side statistics are more detailed but also involve some additional overhead, so if statistics are reported often and a less detailed summary is adequate, it is recommended that stats.full
property is set to false
.
The following example will output Java statistics in addition to C.
jvm.stats.full=true
Parent topic: Statistics and Reporting