Search

Fast thread

Universal Java Thread Dump Analyzer

Month

January 2016

THREAD DUMP ANALYSIS PATTERN – STOCK TICKER

Thread count is crucial in thread dump analysis, indicating application health during normal operations and helping assess issues, new releases, and performance diagnosis. A spike in thread count suggests problems like leaks, while comparisons to previous counts ensure the new version's reliability. Excessive threads may lead to "OutOfMemoryError" due to memory constraints.

THREAD DUMP ANALYSIS PATTERN – ADDITIVES

To diagnose JVM issues, capturing three thread dumps at 10-second intervals is recommended. An example highlighted a thread leak due to an Oracle JDBC Driver bug from 2011, leading to excessive thread creation. In this case, 1700 threads entered RUNNABLE state, emphasizing the importance of observing thread behaviors for potential problems.

SPOKE @ VMOKSHA TECHNOLOGIES

Recently, I delivered a talk on software testing at VMoksha Technologies in Bangalore, India. The presentation was well-received by an enthusiastic team. Additionally, I engaged with attendees afterward, capturing moments through photographs that reflect the positive interactions and shared knowledge during this event.

Up ↑