JAMonAdmin Help

1) Actions

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

4) 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:

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

6) Filter (optional)

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

7) Links

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