![]() Previous |
![]() Next |
The Hot Threads panel contains a table that lists the threads in which the application spent the most time executing Java code. This table contains the following columns:
Thread: The thread identifier.
Sample Count: The number of times that the thread was sampled.
Percentage: The percentage of the total thread samplings.
To filter the table entries, select the column on which you want to filter and then specify the filtering string. You can use wildcards in the filtering string and specify a regular expression by prepending it with regexp:
. If the table contains numeric values, you can specify a logical expression using the comparison operators (<
, <=
, >
, >=
), the AND operator (&&
), and the OR operator (||
).
For information about working with tables, see Working with Tables.
When you select a thread in the Hot Threads table, the related hot methods and call tree are displayed in the subtabs below.