WSO2 APP SERVER WEB APPLICATION STATISTICS MONITORING


Are you in need of monitoring for your web application. Need to know more details than other analytic tools provide without a cost of performance. We have the best solution. WSO2 Application Server and WSO2 Business Activity Monitor.

In current wso2 application server (AS -5.1.0) does have capability of monitoring service statistics through wso2 business activity monitor (BAM -2.2.0). But yet it does not have the ability to monitor web applications statistics

In the next AS release (5.2.0) we have integrated the capability of monitoring web application statistics with BAM (2.3.0)

You may  follow the steps mentioned below to activate the monitoring.

Please download AS from here and BAM from here.


CONFIGURING APP SERVER.

  1. To start the AS you have to follow the steps below.
    • Go to {AS_HOME}/repository/conf/ and open carbon.xml
    • Look for <offset>0</offset> and change it 1.
    • Go to {AS_HOME}/repository/conf/etc/ and open bam.xml.
    • Look for <WebappDataPublishing>disable</WebappDataPublishing> and enable it.
    • Then go to {AS_HOME}/bin and run wso2server.sh if you are in linux, wso2server.bat if you are in windows.
    • Then log in to AS management console and go to Configure > Webapp Data Publishing. (Note If you are on tenant, you have to configure this separately.)
    • Tick the "Enable webapp stats" and fill the relevant details.

    • Leave the Stream Name, Version, Nick Name, Description as it is. If you need to change them you will have to make some more changes in the tool box and hive script. Which will be discussed later.
      • Receiver URL - Thrift url, This is normally tcp://{host}:7611, If you need to use SSL for this you tcps://{host}:7711. (If you change the offset of BAM server to 1 both port will be incremented by 1 (7612, 7712)
      •  Username - Cassandra user name 
      • Password - Cassandra Password
Now you have successfully configured AS for Data publishing to BAM. Now we need to configure in AS which web applications needs monitoring and which does not. For that before you deploy a web application, another change has to be done to web.xml or you can enable it by web app dash board.


 Please click on the check box given to enable bam web app statisitic monitoring for relevant web application.

Or you can add the following context params to application web.xml. Please note that ui has the precedence over web.xml configurations. It means that if you disable web apps statics monitoring from ui, configurations in web.xml will not work.

      <context-param>
             <param-name>enable.statistics</param-name>
             <param-value>true</param-value>
      </context-param>

If you deploy any web application with above parameters included in the web.xml or enabled from ui, AS is ready to publish the data to BAM.


CONFIGURING BUSINESS ACTIVITY MONITOR


  1. Start the BAM server  - Go to {BAM_HOME}/bin, and run wso2server.sh if you are in linux, wso2server.bat if you are in windows. (If you need to change  databases which stores statistic data, please create database and configure it in {BAM_HOME}/repository/conf/datasources/master-datasources.xml  as  WSO2BAM_DATASOURCE, If you have changed the portoffset you have to change cassandra port in WSO2BAM_CASSANDRA_DATASOURCE.)
  2. Go to Home > Manage > BAM Toolbox > Add and look for WebApps_Stats_Monitoring tool box. and click install. Please refresh the after few seconds to see weather tool is installed.
  3. Send few request from AS (Invoke any web applications which has enabled statistics monitoring.
  4. Go to Home > Manage > Analytics > List and find webapp_statistics, execute it or schedule it running sequence.
  5. Go to Dashboard and login with admin/admin  you can view following details from ui
  • All request summary - (All / Month / Day / Now)



    1. Request count
    2. Response count
    3. Error count
    4. Average response time
    5. Minimum Response Time
    6. Maximum Response Time
    7. Number of user visits (Amount of users, web app used.)
    8. Average length time of user visits (average session time)
    9. Page visits
  • Per tenant request summary – (All / Month / Day / Now)



    1. Request count
    2. Response count
    3. Error count
    4. Average response time
    5. Minimum Response Time
    6. Maximum Response Time
    7. Number of user visits (Amount of users, web app used.)
    8. Average length time of user visits (average session time)
    9. Page visits
  • Per web app request summary – (All / Month / Day / Now)



    1. Request count
    2. Response count
    3. Error count
    4. Average response time
    5. Minimum Response Time
    6. Maximum Response Time
    7. Number of user visits (Amount of users, web app used.)
    8. Average length time of user visits (average session time)
    9. Page visits.



Request Count and Average Response Time



Average Response Time and Request/Response/Fault Count



Number of User Visits and Average Length of User Visits






Comments

Popular posts from this blog

WSO2 ESB Removing full soap header using enrich mediator.

Getting started with WSO2 Device Cloud APIs

Running a Standalone WSO2 IoT Server.