Thread Profiling

Overview

Thread Profiling allows you to to profile the threads within your application for a set amount of time, after which you will be able to explore the results of the profiling.

Usage

To initiate a new profiling, click the Request Thread Profiling at the top right

Upon completion, click the View Details action to reveal the profiling window

The profiler runs for 60 seconds and gathers all thread dumps form this time, grouping the data by thread and thread state over time.

- Represents threads in a RUNNING state

- Represents threads in a WAITING state

- Represents threads in a TIMED_WAITING state

Each grouped block is expandable and will show the thread's details, as well as the stack trace. Multiple blocks can be expanded at a time.

Required Abilities

Last updated