Java Thread Information

This image is described in surrounding text.

Each of the threads contained within the JVM are displayed.

  • Thread Name

    The name of the java thread.

  • Thread Group

    The group in which the thread belongs.

  • Is Alive?

    True if the current thread.

  • Is Daemon Thread

    True if the thread is a daemon, or background thread.

  • Thread Priority

    The priority assigned to the thread.