1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Munin-Contrib/plugins/jvm
Stefan Huehner 583560e57f Fix reporting of 'Permanent Generation' / Metaspace.
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.
2018-12-14 14:43:31 +01:00
..
jstat__gccount Fix jstat* plugins to work again with java 6+7, fix PU reporting for 2018-12-13 15:20:34 +01:00
jstat__gctime Fix jstat* plugins to work again with java 6+7, fix PU reporting for 2018-12-13 15:20:34 +01:00
jstat__heap Fix reporting of 'Permanent Generation' / Metaspace. 2018-12-14 14:43:31 +01:00
jvm_sun_memory Whitespace cleanup 2018-08-02 02:33:25 +02:00
jvm_sun_minorgcs Whitespace cleanup 2018-08-02 02:33:25 +02:00
jvm_sun_tenuredgcs Whitespace cleanup 2018-08-02 02:33:25 +02:00