Dashboard Tab

In this section:

The following sections describe the configurations and requirements for the Dashboard.

Note: There are known issues with the functionality of Dashboards in this release of iWay Business Activity Monitor. It was determined that prior functionality as described in this section for Dashboards is not suitable for high-performing scalable applications and is currently deprecated and being redesigned. This section of the documentation will be updated for the next major release of iWay Service Manager (iSM). As the current solution, the use of dashboard rich tools, such as WebFOCUS, is recommended for generating dashboards against BAM data. If you have specific application requirements for Dashboard analysis, contact iWay Software Customer Support for assistance.


Top of page

x
Dashboard Configuration

The Dashboard tab allows users to receive real-time system information. The dashboard consists of tabs, which include widgets. Each tab can have a different layout depending on the number of widgets that need to be rendered.

To add a new tab, click the Add Tab button.

Provide the required information and click Submit. This will generate a new tab which can contain multiple widgets.

The Column Layout drop-down list provides the following options:

Once there is a tab available, a widget can be added to render data. Click the Add Widgets button to add a widget to a given tab.

The following types of widgets are available:

To configure a URL widget, provide a URL link for the widget configuration and click Submit.

The newly configured URL widget is available under the tab.

A chart widget can be configured if metric values are being captured by the application. For more information on capturing data metric values, see Application Configuration Requirements.

To configure a Chart Widget, select the available chart type to be used for display and add as many metric values for rendering as required for the widget. For example, you can compare sales by Depot, as shown in the following image.

The data is rendered in the created widget at real-time.


Top of page

x
Application Configuration Requirements

To capture metric information for rendering values in Chart Widgets, an application is responsible for exposing needed values. The metric values are captured as part of the Special Registers (SREGs) in the application. For example, to render the dollar amount of transactions per partner, the application exposes a register for each partner to contain a current dollar amount for the transaction. Business Activity Monitor stores the current value of the register into its database and performs a defined aggregation to display information on the chart widget. Since not all registers used by the application are of interest to the iWay Business Activity Monitor, a set of registers which should be monitored can be configured under BAM User Defined properties. For more information on configuring the iWay Business Activity Monitor User Defined Properties, see Configuring and Using iWay Business Activity Monitor.

Below is an outline of the use case for capturing and rendering data in a chart widget. In this instance, the application is processing transactions for different countries and the user is interested in comparative sales.


iWay Software