mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix regression in last commit. While it added auto-detection of changing column position it did not take into account the known change from Java 7 > 8. Java <8 had the Permanent Generation region which jstat columns PU, PC While Java >=8 now has a Metaspace region (for similar purpose) with jstat columns MU,MC. Add re-add detection for that change to fix reporting of the values. To simplify code uses the MU,MC labels internally and when MU,MC are not found in jstat output it fills those with PU,PC values. |
||
---|---|---|
.. | ||
jstat__gccount | ||
jstat__gctime | ||
jstat__heap | ||
jvm_sun_memory | ||
jvm_sun_minorgcs | ||
jvm_sun_tenuredgcs |