-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 21
-
Component/s: hotspot
A new `view` command has been added to the JFR tool and `jcmd`. The command can aggregate and display event data in a tabular form without the need to dump a recording file or open JDK Mission Control. There are 70 predefined views, such as `hot-methods`, `gc-pauses`, `pinned-threads`, `allocation-by-site`, `gc`, `memory-leaks-by-class`, and more. A list of available views can be found through using `jcmd <pid> JFR.view` or `jfr view`.