@MXBean
public interface PersistentProfileMXBean
PersistentProfileMXBean
provides access to
the reporting capabilities of ReadyNow! profile logs.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateReport()
Creates a profile application report and returns the resulting
report as a
String . |
long |
getOverallVmClassCount()
Returns the total number of classes loaded in the VM by the time of the request.
|
long |
getProfileClassMatchCount(boolean includeGenerated)
Returns the total number of matched classes by the time of request.
|
long |
getProfileClassMatchPercent(boolean includeGenerated)
Returns percentage of matched classes to the number of classes found in the profile
log at the time of request.
|
long |
getProfileTier1CompilesPercent(boolean includeGenerated)
Returns percentage of the ReadyNow tier 1 compiles performed by the time of request
to the target number of compiles registered in the profile log.
|
long |
getProfileTier2CompilesPercent(boolean includeGenerated)
Returns percentage of the ReadyNow tier 2 compiles performed by the time of request
to the target number of compiles registered in the profile log.
|
java.lang.String |
getVersion()
Version of the PersistentProfileMXBean application programming interface.
|
void |
printReport()
Creates a profile application report and prints the report to the stdout
of the Zing VM process on the system where the MXBean is running or to a file
when the Zing VM process was started using the -XX:ProfileReportFile
command line option.
|
java.lang.String generateReport()
String
.
The format of the report is the same as the format of the report
generated when the -XX:+ProfilePrintReport
option is
used on the command line.long getOverallVmClassCount()
long
non-negative number indicating amount of loaded classes.long getProfileClassMatchCount(boolean includeGenerated)
includeGenerated
- - include generated classes in the total number.long
non-negative number indicating amount of matched classes.long getProfileClassMatchPercent(boolean includeGenerated)
includeGenerated
- - include generated classes in the total percentage.long
non-negative number indicating percentage of matched classes.long getProfileTier1CompilesPercent(boolean includeGenerated)
includeGenerated
- - include compiles that depend on generated classes.long
non-negative number indicating percentage of performed ReadyNow tier 1 compiles.long getProfileTier2CompilesPercent(boolean includeGenerated)
includeGenerated
- - include compiles that depend on generated classes.long
non-negative number indicating percentage of performed ReadyNow tier 2 compiles.java.lang.String getVersion()
Version of the PersistentProfileMXBean application programming interface. The format for the version is majorVersion.minorVersion.microVersion.
void printReport()
-XX:+ProfilePrintReport
option is
used on the command line. Submit a bug or feature request
Copyright © 2015-2017, Azul Systems, Inc. All rights reserved.
Azul Systems and Zing are registered trademarks of Azul Systems, Inc.