microsoft / gctoolkit

Tool for parsing GC logs
https://github.com/microsoft/gctoolkit
MIT License
1.25k stars 153 forks source link

Active and Total workers count for Concurrent and Full G1 GCs #374

Open AlinaHovakimyan opened 1 month ago

AlinaHovakimyan commented 1 month ago

Log lines are being parsed ( WORKER_SUMMARY parsing rule) and saved on G1GCForwardReference. But there are no getters there for the corresponding (evacuationWorkersUsed and evacuationWorkersAvailable) variables.

dsgrieve commented 1 month ago

See comment on #377

This isn't information we were tracking, but can be added. This is a good first issue for a contributor.

Henry-Loi commented 3 weeks ago

@dsgrieve I would like to help working on it if possible.