Standard sheets
A pre-configured JVM Flags sheet named jvm-flags.xml is available in your Jeyzer installation inside the analyzer/config/report/sheet/ directory. It can be referenced in your jvm-flagsreport.xml.
Refer to the below sections for any customization.
<sheet type="jvm_flags" name="JVM Flags">
Configuration
Specific sheet attributes :type : must be set to jvm_flags
Origin
The JVM flag entries can be highlighted based on their origin (“Management”, “Ergonomic”, “Command Line”).
The auto_filter_default_flags permits to filter the Default JVM flags.
A default set of highlights is provided inside the analyzer/config/report/sheet/jvm-flags-origins.xml
<display>
<origin auto_filter_default_flags="true">
<highlights file="${JEYZER_ANALYZER_CONFIG_DIR}/report/highlights/jvm-flags-origins.xml"/>
</origin>
</display>
