test/sun/tools/jstat/gcCauseOutput1.awk

Print this page
rev 6420 : 8004172: Update jstat counter names to reflect metaspace changes

*** 9,19 **** BEGIN { headerlines=0; datalines=0; totallines=0 } ! /^ S0 S1 E O P YGC YGCT FGC FGCT GCT LGCC GCC $/ { headerlines++; } # The following pattern does not verify the validity of the gc cause # string as the values can vary depending on conditions out of our --- 9,19 ---- BEGIN { headerlines=0; datalines=0; totallines=0 } ! /^ S0 S1 E O M YGC YGCT FGC FGCT GCT LGCC GCC $/ { headerlines++; } # The following pattern does not verify the validity of the gc cause # string as the values can vary depending on conditions out of our