‘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.

‘Not So Common Memory Leaks & How to Fix Them?’ webinar

Missed our May webinar on Not So Common Memory Leaks in Java? We uncovered subtle yet serious memory issues—like thread local leaks, inner class traps, and framework-related memory retention—that often go undetected in Java applications. This session walked through advanced heap analysis, profiling techniques, and real-world fixes to help you tackle elusive leaks and boost performance.

‘Common Memory Leaks in Java and How to Fix Them’ Webinar

In April, a webinar focused on memory leaks in Java revealed their impact on application performance, particularly in long-running systems. It explored common leak patterns, detection techniques, and solutions. Attendees gained insights into tools for diagnosing issues and actionable strategies for resolving memory leaks, enhancing JVM behavior and application stability.

Webinar Archives

The page provides access to previously held webinars, with details on upcoming sessions available through a blog link. It also invites users to subscribe to bimonthly newsletters for performance testing and troubleshooting insights. A list of past webinars since August 2024 is included, highlighting key topics covered.

7 Micro-Metrics That Predict Production Outages in Performance Labs Webinar

We recently hosted a webinar on how micro-metrics can help detect performance issues before they cause outages. While traditional metrics often miss hidden problems, experts shared 7 key micro-metrics that can spot early signs of issues like memory leaks and CPU spikes. The session also covered real-world examples and practical tips for preventing performance failures.

‘Top 5 Java Performance Problems!’ Webinar

In February, we held a webinar titled "Top 5 Java Performance Problems," led by architect Ram Lakshmanan. Key issues discussed included high CPU utilization, memory leaks, slow response times, thread contention, deadlocks, and garbage collection pauses. Attendees engaged in a Q&A session, and future webinars are planned for ongoing learning.

‘Mastering Thread Dump Analysis: 9 Tips & Tricks’ Webinar

The webinar focused on diagnosing performance issues in complex applications using thread dumps. Participants learned nine expert tips for analyzing thread dumps to identify bottlenecks and troubleshoot real-time application problems. Resources, including a presentation deck and a forthcoming recording, will be available for further reference and team sharing.

‘Is your memory correctly sized? I am doubtful’ Webinar

Memory misallocation can significantly impact application performance. Under-allocation causes slow response times, while over-allocation wastes resources. The recent webinar provided attendees with techniques to optimize memory allocation, avoiding unnecessary expenses. A recording and presentation deck are available for those who missed the session to enhance their memory management skills.

‘Spotting Trouble Early: What Java GC Patterns Can Tell You’ Webinar

The recent webinar on Java Garbage Collection (GC) patterns highlighted their critical role in application performance and stability. It covered identifying patterns, diagnosing issues via GC logs, and managing memory leaks. Participants learned to optimize performance through informed adjustments, ensuring robust applications. Tailored expert advice was also provided during the Q&A session.

Up ↑