Web Application Statistics Monitoring with BAM
Configuring web application statistics monitoring with BAM
Perform the following steps to ensure that you have the necessary configurations for monitoring web application statistics with BAM:
Step 1: Start the Application Server
To start the application server for web application monitoring with BAM:
Do the following changes to the given files before you start AS.
- Go to
{AS_HOME}/repository/conf/
folder and opencarbon.xml
.
Look for<offset>0</offset>
and change it to1
. - Go to
{AS_HOME}/repository/conf/etc/
folder and openbam.xml
.
Look for<WebappDataPublishing>disable</WebappDataPublishing>
and enable it.
- Go to
- Start the Application Server. For more information, see Starting the server.
Step 2: Start the Business Activity Monitor
To start BAM and to setup databases for statistics:
- Start BAM. For more information, see Starting the server.
- If you need to change the database that stores statistic data, do the following;
- Create a database.
- Configure the database in
{BAM_HOME}/repository/conf/datasources/master-datasources.xml
asWSO2BAM_DATASOURCE
.
Step 3: Configure the Application Server (AS)
To configure the AS for publishing statistics in BAM:
Login and open the AS management console.
Webapp data publishing settings need to be configured separately for the tenants.
Go to the Configure tab and click Webapp Data Publishing.
- Select the Enable webapp stats check box.
Leave the Stream Name, Version, Nick Name, Description as it is. These are the default values from the bam_webapp_statistics toolbox.
Note that if you change any of the details relevant to the toolbox, e.g., stream name, version etc, you must accordingly modify the hive script of the toolbox in BAM.
- Enter the Receiver URL.
This refers to the Thrift URL, which is normally tcp://{host}:7611. If you need to use SSL for this, the URL will be tcps://{host}:7711. If you change the offset of the BAM server to 1, both ports will be incremented by 1 (7612, 7712) - Enter the Cassandra Username.
- Enter the Cassandra Password.
- Click Update to successfully configure the AS for Data publishing to BAM.
Step 4: Configuring the web application that needs monitoring
Once you have configured your AS with a BAM tool box for monitoring statistics, you must enable monitoring on each of the web applications that you want to monitor. Use either one of the following approaches to configure the web application before deploying.
The UI configurations has precedence over web.xml
configurations. As a result, if you disable web apps statics monitoring from the UI, the configurations in the web.xml
will not work.
Enable monitoring via the UI
- On the Main tab, under the Applications menu, click List.
- Click the Context link of the respective web application.
The selected application dashboard will appear.
- Click Activate to enable BAM statistics.
Enable monitoring via web.xml
Add the following context parameters to the web.xml
file corresponding to your web application.
<context-param> <param-name>enable.statistics</param-name> <param-value>true</param-value> </context-param>
Step 5: Configure the Business Activity Monitor (BAM)
In the previous steps, we have configured the web applications in AS as required for monitoring with BAM. Now, follow the steps given below to install and set up the toolbox in BAM.
Login and open the management console of BAM.
On the Main menu, under BAM Toolbox, click Add.
Select the ToolBox From URL option and enter the following URL: http://product-dist.wso2.com/downloads/business-activity-monitor/tool-boxes/2.5.0/WebApps_Stats_Monitoring.tbox.
This is the URL of the WebApps_Stats_Monitoring toolbox (default toolbox for web application data monitoring). Note that all the toolboxes are hosted in the product web site for WSO2 BAM.
If you have changed any details corresponding to the toolbox when you configured the AS (see the step on configuring AS), you must change the hive script of the toolbox according to those changes.
Click Install. Refresh after a few seconds to see if the toolbox is installed.
Step 6: Invoke the web application that has enabled statistics monitoring
To invoke the web application in AS:
Login and open the AS management console.
On the Main menu, under the Applications caption, click List.
Click the respective web application context link.
The application dashboard will appear.Click the web application services link (e.g., /jaxrs_basic/services ).
Step 7: Schedule or execute the webapp statistics
To execute the statistics on BAM:
- Login and open the BAM management console.
- On the Main menu, under Analytics, click List. The webapp statistics will be displayed.
Execute the webapp statistics or schedule its running sequence.
Viewing the web application statistics
To view the statistics with the web statistics on BAM:
On the Main menu of the BAM management console, click Dashboard.
Login to the dashboard using "admin" as the username and password.
Select the Server, Tenant and Web App to view web application statistics via the BAM Dashboard.