Skip to content
Thread Dump - Life Cycle of Thread

Life Cycle of Thread

To analyse the Thread Dump it is necessary to know about the different states of the thread. These states are also called as “life cycle of the thread”. There are total 6 major states of… 

Thread Dump Generation

The generation of Thread Dump can be done through various methods, especially on Windows servers. Following are the steps to generate the thread dump on Unix, Linux and Windows machines. On Unix Server: Step 1:… 

What is Thread Dump

Thread Dump – Overview

Dumping is a well-known term in performance testing, whether it is heap dump or thread dump both are very useful to carry out the root cause analysis. We have already discussedĀ Heap DumpĀ and its analysis in… 

Heap Dump – Overview

Refer to the above figure (Figure 01). You can see two snaps of the same room. Would you be able to find the difference between them? I assume your answer will be ‘Yes’. Because you… 

fastThread – Thread Dump Analyzer

Introduction: fastThread is a fine thread dump analyzer, having all the basic features required to analyse a simple as well as a complex thread dump. It is an online open-source tool and can be accessed… 

How to conduct Thread Dump Analysis

Thread Dump Analysis

There are several thread dump analysis tools are available to carry out the investigation on Threads and find out the root cause of the issue. Out of those, I found 2 thread dump analysers which are…