JAMonAdmin Help

1) Instances

2) Cache Results

Allows you to cache the JAMon results so they don't change while you are looking at them.

3) JAMon Action

4) MonProxy Action - Enabling/disabling various SQL/Interface monitoring

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

6) Range/Units

Display JAMon monitors that share the same range name such as 'ms.' (typically this will be units). All columns for differing unit types can not be displayed in a tabular report, due to the fact that different units will often have a different number of columns (i.e. ranges) in the report. For example say we have 2 types of units we track in our application: 'ms.' and '$'. In the case of 'ms.' our ranges will make sense for tracking performance in a web application: 0-10ms., 20-40ms., 40-80ms.,...,up to greater than 20,480 ms. If we are tracking purchases in '$', then these ranges that we use for tracking 'ms.' would not be useful. However, the following ranges could be: 0-10$, 10-20$,30-40$,...90-100$, 100-500$,>500$. 'Range/Units' works in conjunction with 'Display Cols' mentioned below.

7) Display Cols

Determines which columns should be displayed in the report. This field determines which COLUMNS are displayed and 'Ranges/Units' and 'Filter' determine what ROWS are displayed. Options follow:

8) 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(...)

9) Filter (optional)

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

10) Highlight (optional)

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

11) 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.

12) Links

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