Search

Fast thread

Universal Java Thread Dump Analyzer

Author

tier1appteam

How a Leading Travel Organization Resolved Microservice Unresponsiveness Using fastThread

A travel organization in North America encountered unresponsive microservices because of too many threads. The Site Reliability Engineering (SRE) team analyzed thread dumps and found that 2,319 threads were stuck waiting for network responses due to an issue with a Cassandra database. Fixing a disk space shortage restored normal performance and helped prevent future problems. This approach was essential for quick and effective problem-solving.

PAYARA 2024 – 16 ARTIFACTS TO CAPTURE DURING PRODUCTION PROBLEMS WITH PAYARA SERVER

The webinar by Payara and YCrash addresses troubleshooting production problems in Payara Server environments. It emphasizes the importance of capturing 16 essential artifacts and discusses tools and techniques for analyzing these artifacts to enhance performance and reliability in deployments. Participants gain insights to ensure optimal server operation.

Payara Conference 2024 – MAJOR OUTAGES IN MAJOR ENTERPRISES

Payara hosted a virtual conference focusing on securing the Java Ecosystem, featuring a talk on "MAJOR OUTAGES IN MAJOR ENTERPRISES." The session analyzed thread dumps, heap dumps, GC logs, and other artifacts related to significant outages. Attendees gained insights into troubleshooting various critical issues affecting enterprise applications.

JPRIME 2024 WORKSHOP: DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS

jPrime is a conference focused on Java and related technologies, organized by the Bulgarian Java User Group. Architect Ram Lakshmanan conducted a workshop on analyzing Java thread dumps, highlighting troubleshooting patterns and best practices through real case studies. Attendees participated in hands-on exercises to resolve thread dump issues and enhance performance.

A Comprehensive Guide to JVM Garbage Collection Threads

Coming Soon...

W-JAX MAINZ 2024 – KNOWN JAVA APIS, UNKNOWN PERFORMANCE IMPACT!

Every April, W-JAX serves Java and Software Architecture enthusiasts, showcasing vital topics for software engineers. In 2024, architect Ram Lakshmanan discussed "KNOWN JAVA APIS, UNKNOWN PERFORMANCE IMPACT," revealing hidden performance effects of familiar Java APIs and strategies to optimize applications. Attendees rated the talk positively, reflecting its value.

Exploring the Java ‘hs_err_pid’ file

The 'hs_err_pid' file is created by the Java Virtual Machine (JVM) when a crash occurs, serving as a detailed report on the JVM's state at that moment. It contains technical data invaluable for diagnosing issues, including JVM version, crash reasons, memory allocation, executed code, and environment variables. Specialized tools like fastThread help analyze this complex data efficiently.

JAX London 2023 – 7 JVM ARGUMENTS OF HIGHLY-EFFECTIVE APPLICATIONS

JAX London is an annual conference for Java and Software Architecture professionals. In 2023, architect Ram Lakshmanan presented on “7 JVM Arguments of Highly-Effective Applications,” focusing on seven essential parameters for enhancing application performance. Attendees rated the talk and speaker knowledge as 5, exceeding the overall conference average.

JAX London 2023 – TOP 5 JAVA PERFORMANCE PROBLEMS

JAX London is an annual October conference for Java and Software Architecture professionals. In 2023, architect Ram Lakshmanan presented on “TOP 5 JAVA PERFORMANCE PROBLEMS,” discussing common performance issues in enterprises and their solutions. Attendees rated the talk 4 for quality and 5 for speaker knowledge, above the average ratings of 4.2 and 4.54.

Up ↑