Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The "Service Statistics Toolbox" is a default, out-of-the-box toolbox provided by WSO2 BAM for point-and-click installation. It includes the necessary artifacts (hive scripts, data stream definitions, properties files, gadgets etc.) required to collect and monitor statistics related to services deployed in any WSO2 service-hosting product like the WSO2 Application Server, WSO2 Data Services Server etc.

...

  1. Download and start the WSO2 BAM server and log in to its management console. Instructions are given in section Getting Started.
  2. Set up the BAM Service Statistics Data Agent in a selected service-hosting WSO2 product of which, you plan to gather and summaries service statistics. In this example usecase, we have used the WSO2 Application Server. For instructions on setting it up to transfer service data to WSO2 BAM, refer to section see Application Server Service Stats Data Agent. 
  3. Publish data to WSO2 BAM using the BAM Service Statistics Data Agent you set up. For instructions on publishing data, see Application Server Service Stats Data Agent . Else, you can pump some sample service statistics simply by running ant command in $bam <BAM_homeHOME> /samples/service-stats.

Note that you can give custom values for parameters for Data receiver URL, user name and password. Default values of them are as follows. 

ParameterDefault Value
URLtcp://localhost:7611
User Nameadmin
Passwordadmin

 Now lets see how new values can be given as parameters   

ParameterNew Value
URLtcp://localhost:7612
User Nameuser
Passwordpass123

Command with new values : ant  -Durl=tcp://localhost:7612 -Dusername=user -Dpassword=pass123

Installing the Toolbox

1. Log in to BAM's management console and select "BAM Toolbox -> Add" in the "Main" menu.

Image Modified

2. The "Add Tool Box" page appears. Select the "Service Stats Monitoring Toolbox" and click "Install" button. With this simple step, all required artifacts will be deployed to BAM.

Image Modified

3. The "Available BAM Tool Boxes" page opens with the installation status as "Installing".  Wait a few seconds and refresh the page to see the status changed to "Installed".

Executing the analytics scripts
Anchor
Executing the Analytics Scripts
Executing the Analytics Scripts

...