• barunpathak (3/25/2009)


    Can somebody give me brief description about Activity Monitor? Also what each of the status means? Sleeping, Runnable, Supspneded.

    What is the easiest way to see if any process is hanging in the server?

    Thanks much in advance.

    If a worker is at runnable it means that it is waiting for its turn on CPU. Many workers at Runnable state means a CPU hog.

    If a worker is at Suspended state its waiting on a resource. Many workers at Suspended stats means a excessive blocking.

    If a worker is in Sleeping state it means that it is not using any CPU resource