![]() Previous |
![]() Next |
The GUI is comprised of a series of tabs that aggregate performance data into the following groupings:
General application information, such as CPU and heap usage statistics.
Memory information, such as memory consumption over time and garbage collection statistics, along with memory allocation and object statistics.
Code information, such as "hot" packages and methods, exceptions by class, and code generation statistics.
CPU and thread information, such as CPU usage and thread count, lock contention and lock profiling, and hot threads and thread latency.
Event information, such as event producers and types, event logging and graphing, event by thread, event stack traces, and event histograms.
Access any tab group by clicking the icon shown in described in Table: JRockit Flight Recorder Tab Groups. These icons are always available on the JFR GUI.
JRockit Flight Recorder Tab Groups
| Tab Group | Icon | Description |
|---|---|---|
|
General |
General information of the recording and the recorded application and JVM. |
|
|
Memory |
|
Information on memory management and garbage collection. |
|
Code |
|
Information on methods, optimizations and exceptions |
|
CPU/Threads |
|
Information on the threads and locks in the recorded application. |
|
Events |
|
Generic information about selected events based upon event types selected in the Events Type View. |