eclipse / jifa

🔬 Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.
https://eclipse.github.io/jifa/
Eclipse Public License 2.0
541 stars 96 forks source link

Request to add support for ZGC Generational logs parsing #307

Open parveenkumardeeva opened 2 weeks ago

parveenkumardeeva commented 2 weeks ago

Can you please add support for ZGC Generational Log parsing?

While parsing those logs we got this error:

[INFO] Parsing gc log file. org.eclipse.jifa.common.domain.exception.CommonException: Fail to find any gc event in this log.

After looking into source code we found that it's not supported yet. So ,can you please look into it? Thanks.

leveretconey commented 2 weeks ago

Thank you for your interest and feedback! We understand the importance of ZGC Generational Log parsing. While we don't have a specific timeline for adding this support, we will consider it for future updates.

parveenkumardeeva commented 1 week ago

Thanks for the response and update.