This section defined the JZR sheet generic attributes and nodes :
type
: the sheet type. Mandatory.
See the Sheet-<type> sections to get the type value.
name
: the sheet name as it will appear in the Jeyzer navigation menu and as tabulation name. Mandatory
formats
: list of recording formats. Optional
Permits to activate/hide the sheet at generation time based on the format of the JZR recording.
As an example, you do not need to display a sheet focusing on the Java Garbage Collecting if the GC information is not included in the recording.
description
: the sheet content description. Optional.
All sheets have a default generic description.
tab_color
: the sheet tabulation color. Optional
Must be an indexed color.
Note that tabulation color can be automatically set when dealing with monitoring event criticality (seecritical_tab_color
).
<sheet type="sequence" name="Memory GC Old" tab_color="LIGHT_BLUE" formats="Advanced JMX,Advanced Agent"> <description>Displays garbage collecting figures for the Old Generation memory zone.</description> ... </sheet>