In September, a webinar titled “Advanced Heap Dump Analysis Techniques” gathered developers and JVM enthusiasts to discuss efficient strategies for analyzing memory issues through heap dumps. Topics covered included querying with OQL, using APIs for automation, and correlating data to quickly identify memory leaks, ultimately promoting healthier Java applications.
yCrash Webinar Series Turns One: Top Java Performance Lessons from 16 Expert Sessions
The yCrash Webinar Series, held over a year, featured 16 webinars with 1,500+ attendees, addressing Java performance issues such as memory leaks and garbage collection. Led by expert Ram Lakshmanan, the sessions fostered a community focused on real-world challenges, enhancing understanding and collaboration among developers, engineers, and architects.
‘Matchmaking for JVMs: How to Pick the Perfect GC Partner’ Webinar
In August, a webinar titled "Matchmaking for JVMs: How to Pick the Perfect GC Partner" focused on selecting optimal Garbage Collector (GC) algorithms for Java performance. It highlighted various GC types, their trade-offs, and provided practical strategies, metrics for evaluation, and real-world examples to enhance application performance.
‘What to Capture When It Breaks: 16 Artifacts That Reveal Root Causes’ Webinar
The webinar “What to Capture When It Breaks” focused on critical data collection during production incidents, showcasing 16 essential artifacts like GC logs and OS metrics. It emphasized a structured approach for root cause analysis, providing engineers with tools, guidelines, and real-world examples to enhance incident response and minimize downtime.
‘The Hidden Battle: Troubleshooting Issues in On-Prem Customer Deployments’ webinar
The recent webinar focused on troubleshooting performance issues in customer-managed, on-premise environments. Experts discussed challenges like limited visibility and communication delays, emphasizing the need for essential artifacts for diagnosis. Participants learned practical strategies, including automation workflows and effective communication techniques, to enhance resolution accuracy and reduce turnaround times.
Key Challenges in Troubleshooting Customer On-Premise Applications
Troubleshooting on-premise application issues is complicated due to limited access to customer systems and reliance on their support staff for vital diagnostic data. Challenges include incomplete information, security concerns, miscommunication, and environmental instabilities. Implementing the yc-360 Script can streamline artifact collection, improving diagnosis and reducing resolution times.
‘Micro-Metrics Every Performance Engineer Should Validate Before Sign-Off’ webinar
The June webinar focused on performance testing, emphasizing the importance of micro-metrics like garbage collection behavior, object creation rates, and thread patterns. These critical indicators can reveal potential issues before they escalate. Participants learned strategies to enhance JVM performance validation and reduce post-deployment problems, highlighting that macro-metrics alone are insufficient.
Performance Lab Tests Say Green. Production Says Otherwise. Why?
The post addresses challenges faced in performance testing, including discrepancies between test and production environments, reliance on synthetic data, and the absence of long-running tests. To improve detection of performance issues, it suggests enhancing testing with Micro-Metrics, implementing chaos engineering, and recording production traffic for realistic simulations.
Best Practices for Capturing the Micro-Metrics Labs Often Miss
To accurately forecast production performance issues, validating Micro-Metrics is essential. Key best practices include enabling Garbage Collection Logs, triggering 'yc-360 Script' midway and at the end of tests, and utilizing self-trigger M3 mode for endurance tests. Comparing new and previous baseline incident reports helps identify performance degradation trends effectively.
JPRIME 2025 – TROUBLESHOOTING JVM OUTAGES – 3 FORTUNE 500 CASE STUDIES
jPrime is a conference focused on Java and related technologies, organized by the Bulgarian Java User Group with support from major companies. Notable was a workshop by architect Ram Lakshmanan on "Troubleshooting JVM Outages," highlighting three case studies from Fortune 500 companies. A presentation deck was available at the event.
