Release 2.15 notes ------------------ yCrash server ------------- + Introduced a new feature eliminate and conquer panel in thread dump analysis report. + Streamlined the parsing of the hs_err_pid file in the fastThread application + Upgraded UI of yCrash Dashboard + Introduced the "-DhdParallelParsing=true" system property to configure yCrash to parse heap dumps in parallel. + Added a new HeapHero REST API request parameter "performanceReport=true" to retrieve performance report data in REST API responses. + Implemented a mini progress bar on the heap report page, providing background progress visibility while analyzing the heap dump. + Added a mini progress bar on the RCA report page to indicate heap dump file parsing progress. + Added support for .dump, .dmp, and .mdmp file extensions for heap dumps. Bug fixes: + Resolved an issue with decoding Unicode characters in the troubleshooting report. + Fixed a memory usage problem caused by not closing the snapshot object. + Addressed other minor bugs. + Added more recommendations to GC log analysis + Added videos explaining the bundle upload, individual upload, and remote capture features for better understanding. + Bug fixes in multiple application logs parsing. + New UI improvements in M3(Micro metrics monitoring) pages. yCrash Agent ------------ + Fixed an issue to support multiple log files in appLogs with the same filename. + Added support for GC logging with IBM-J9/OpenJ9 JVMs. + Improved filename parsing with appLogs in onlyCapture mode. + Resolved a bug related to the vmstat capture command.