Wednesday, February 19

Samurai Analisis









first open the samurai tool . drag n 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.)


http://allthingsmdw.blogspot.in/2012/02/analyzing-thread-dumps-in-middleware_9856.html

1 comment:

  1. Did you know that that you can earn dollars by locking premium areas of your blog / website?
    To start you need to join AdscendMedia and use their Content Locking tool.

    ReplyDelete