Package | Description |
---|---|
org.openjdk.jmc.flightrecorder | |
org.openjdk.jmc.flightrecorder.rules.report.html |
Modifier and Type | Method and Description |
---|---|
static IItemCollection |
JfrLoaderToolkit.loadEvents(File file)
Loads a potentially zipped or gzipped file using the parser extensions loaded from the java
service loader
|
static IItemCollection |
JfrLoaderToolkit.loadEvents(InputStream stream)
Loads a potentially zipped or gzipped input stream using the parser extensions loaded from
the java service loader
|
static IItemCollection |
JfrLoaderToolkit.loadEvents(InputStream stream,
List<? extends IParserExtension> extensions)
Loads a potentially zipped or gzipped input stream using the parser extensions loaded from
the java service loader
|
static IItemCollection |
JfrLoaderToolkit.loadEvents(List<File> files)
Loads a recording from a sequence of potentially zipped or gzipped files using the parser
extensions loaded from the java service loader
|
static IItemCollection |
JfrLoaderToolkit.loadEvents(List<File> files,
List<? extends IParserExtension> extensions)
Loads a recording from a sequence of potentially zipped or gzipped file using the supplied
parser extensions
|
static void |
RecordingPrinter.main(String[] args)
Main method that will print a recording Usage:
|
Modifier and Type | Method and Description |
---|---|
static String |
JfrHtmlRulesReport.createReport(File jfrFile)
Read a JFR file and create an HTML report
|
static String |
JfrHtmlRulesReport.createReport(InputStream stream)
Read JFR data and create an HTML report
|
Copyright © 2019. All rights reserved.