Displays running processes, memory and swap usage, and load averages, based on top outputs.
High-level overview of threads' state over time. Includes pre-built filters and allows manual filtering with regular expressions by thread names or stack frames. Very colorful to make it obvious when a thread changes states.
On most pages clicking a thread's name will open a pop-up like below. It includes colored stack frames to make it easier to notice JDK methods, database calls, Atlassian's and 3rd party code.
A classical flame graph with the ability to zoom by clicking on a frame
Allows quickly finding threads that use the most CPU
Groups threads with similar stack traces, often helpful when debugging lock contention issues
Displays threads whose stack traces remained almost the same over time
Displays locks ordered by the amount of threads waiting for them