Mondetail Help

1) General

mondetail.jsp displays any JAMonListeners that implement the com.jamonapi.utils.DetailData interface. It is up to the developer to decide what data to present. The JAMonBufferListener that ships with JAMon displays the following information that belongs to the associated monitor:

2) Output

Determines the output format for the JAMon monitors. Options for output are HTML, XML, and an MS Excel spreadsheet. HTML is the default.

3) Cell Formatting

Indicates how numeric data should be displayed. Depending on what you are measuring you may want to have decimals appear or not. Cell Formatting allows you to toggle between precision when viewing the monitors. The underlying data is not affected - just the view. Note the com.fdsapi.arrays.ArrayConverter class was used to format the data. You can also pass any String that is accepted to DecimalFormat.applyPattern(...)

4) Filter (optional)

Filter leverages the com.fdsapi.ArraySQL class to query the JAMon data with a SQL like syntax.

5) Highlight (optional)

Any text that is entered here and appears in the label column will be hightlighted

6) Text Display Length (optional)

In some cases labels (SQL statements) can become quite large and make the report difficult to read. By entering an integer in this field the display of the label column will be truncated to the specified length. Note this only affects the display and the actual data in the report is not altered.

7) Links

Links to various classes from FormattedDataSet API that were used in creating this page.
Close