cdsap / InfoKotlinProcess

Include Kotlin process information in Build Scans or build output
MIT License
36 stars 2 forks source link

Updating zgc support #19

Closed cdsap closed 1 year ago

cdsap commented 1 year ago

When using ZGC in Kotlin daemon the output of jstat -gc is:

❯ jstat -gc -t 43352                                                  
Timestamp           S0C         S1C         S0U         S1U          EC           EU           OC           OU          MC         MU       CCSC      CCSU     YGC     YGCT     FGC    FGCT     CGC    CGCT       GCT   
         1113.6           -           -           -           -            -            -      86016.0      81920.0   137920.0   130338.9   15872.0   14056.6      -         -     -         -    36     0.000     0.000

This pr address this format and includes a new element in the output BuildScan/Console