Friday, March 7

Samurai Tool (Thread Dump Analysis)


first open the samurai tool.
Drag and drop the thread dump in samurai.
It will automatically displays the table format. so that we can analyse each object status.. like runnable, waiting, blocked , deadlock etc..

NEW: The thread is created but has not been processed yet.

RUNNABLE: The thread is occupying the CPU and processing a task. (It may be in WAITING status due to the OS's resource distribution.)

BLOCKED: The thread is waiting for a different thread to release its lock in order to get the monitor lock.

WAITING: The thread is waiting by using a wait, join or park method.

TIMED_WAITING: The thread is waiting by using a sleep, wait, join or park method. (The difference from WAITING is that the maximum waiting time is specified by the method parameter, and WAITING can be relieved by time as well as external changes.)


1 comment:

  1. Did you know that you can make money by locking selected pages of your blog / site?
    All you need to do is to open an account on AdWorkMedia and use their Content Locking widget.

    ReplyDelete