KPI definition with Business Activity Monitor 2.0

37
KPI Definition With BAM 2.0 Tharindu Mathew – Product Manager, BAM Buddhika Chamith – Software Engineer, BAM

description

 

Transcript of KPI definition with Business Activity Monitor 2.0

Page 1: KPI definition with Business Activity Monitor 2.0

KPI Definition With BAM 2.0

Tharindu Mathew – Product Manager, BAMBuddhika Chamith – Software Engineer, BAM

Page 2: KPI definition with Business Activity Monitor 2.0

WSO2• Founded in 2005 by acknowledged leaders in XML, Web Services

Technologies & Standards and Open Source

• Producing entire middleware platform 100% open source under Apache license

• Business model is to sell comprehensive support & maintenance for our products

• Venture funded by Intel Capital and Quest Software.

• Global corporation with offices in USA, UK & Sri Lanka

• 150+ employees and growing.

Page 3: KPI definition with Business Activity Monitor 2.0

Business Activity Monitoring

“The aggregation, analysis, andpresentation of real-time informationabout activities inside organizationsand involving customers andpartners.” - Gartner

Page 4: KPI definition with Business Activity Monitor 2.0

BAM In a Nutshell

1. Aggregate

2. Analyze

3. Visualize

Page 5: KPI definition with Business Activity Monitor 2.0

BAM 2.0 Analytics Design Flow

Capture Data of Interest Aggregate

Define Indexes

Create Analyzer Sequences

Design Visualizations

Analyze

Visualize

Page 6: KPI definition with Business Activity Monitor 2.0

Capture Data of Interest

● Using data agents.

● Currently we have agents for service/ mediation statistics and message tracing.

● Easy to write new agents to publish custom data using Agent API.

Page 7: KPI definition with Business Activity Monitor 2.0
Page 8: KPI definition with Business Activity Monitor 2.0

Define the Indexes

● Required since these indexes are used for filtering and fetching data from the data store during analytics.

● Conceptually not that different from SQL indexes. (Composite Indexes)..

Page 9: KPI definition with Business Activity Monitor 2.0
Page 10: KPI definition with Business Activity Monitor 2.0

Create Analyzer Sequences

● An analyzer is a unit of data processing in the data flow.

● A sequence of analyzers makes up a data flow doing some useful piece of analytics on raw data.

● Currently a XML based language.

● Possible to plug in custom analyzers.

Page 11: KPI definition with Business Activity Monitor 2.0
Page 12: KPI definition with Business Activity Monitor 2.0
Page 13: KPI definition with Business Activity Monitor 2.0

Design the Visualizations

● Visualizations are based on gadgets.

● Using a drag and drop style modelling tool, Gadget IDE.

● Wire the data source to the visualization elements andgenerate the gadget.

Page 14: KPI definition with Business Activity Monitor 2.0

Use Case 1 : Retail Store

Let's assume a retail store. The owner wants to know the performance of his product line. Total sales for each of the product is required.

Page 15: KPI definition with Business Activity Monitor 2.0
Page 16: KPI definition with Business Activity Monitor 2.0

{ “in_message_body” :

“,

“retailStream” : “retail”,

....

}

Retail Store : Incoming Data

Page 17: KPI definition with Business Activity Monitor 2.0

Stream filtering Index

Page 18: KPI definition with Business Activity Monitor 2.0

Analyzer Sequence – Part I

Page 19: KPI definition with Business Activity Monitor 2.0

Data Model

Page 20: KPI definition with Business Activity Monitor 2.0

Analyzer Sequence – Part II

Page 21: KPI definition with Business Activity Monitor 2.0

Analyzers ExplainedThe frequency in which the analyzer task will run.

Get data of retail data stream in batches of 1000 from the database by using the created index.

Extract item code and quantity from received SOAP Body and add them to the data flow.

Page 22: KPI definition with Business Activity Monitor 2.0

Group the data by item code.

Drop unnecessary columns of each row.

Sum the quantity of each item.

Store in 'productSummary' table. If item already exists in the table add current quantity to the amount present in database and store.

Page 23: KPI definition with Business Activity Monitor 2.0

Product Summary Indexer

Page 24: KPI definition with Business Activity Monitor 2.0

Gadget IDE – Data Flow View

Page 25: KPI definition with Business Activity Monitor 2.0

Gadget IDE – Design View

Page 26: KPI definition with Business Activity Monitor 2.0

Use Case 2 : Statistics Monitoring

Two data centers each having a cluster of ESB and App server nodes. It is required to monitor statistics such as request counts, response times etc. for each data center and cluster.

Page 27: KPI definition with Business Activity Monitor 2.0
Page 28: KPI definition with Business Activity Monitor 2.0

{ “dataCenter” : “”,

“cluster” : “”,

“request_count” : “3”,

“response_count” : “2”,

“fault_count” : “1”,

“response_time” : “3.5”,

“clusterStream” : “cluster”,

....}

Cluster Monitor : Incoming Data

Page 29: KPI definition with Business Activity Monitor 2.0

Analytics● Define two indexes. One for filtering out data for 'clusterStream' data stream. Other for querying table 'clusterSummary' to which summarized data from analytics are stored.

● Analyzer sequence groups the data by both data data center and cluster and aggregate request, response, fault counts and averages the response times and store the result in 'clusterSummary' table.

Page 30: KPI definition with Business Activity Monitor 2.0

● Introduction

● BAM 2.0 Analytics Design Flow

● Use Case 1 : Retail Store

● Use Case 2 : Cluster Statistics Monitoring

Summary

Page 31: KPI definition with Business Activity Monitor 2.0

Questions?

● Alpha available at this link● Beta release in March● GA in Q3 2012● Ready for you to start POC/Development work

Questions?

Page 32: KPI definition with Business Activity Monitor 2.0

Use Case 2 – Analyzer Part I

Page 33: KPI definition with Business Activity Monitor 2.0

Use Case 2 – Analyzer Part II

Page 34: KPI definition with Business Activity Monitor 2.0

Use Case 2 – ClusterStreamSelector

Page 35: KPI definition with Business Activity Monitor 2.0

Use Case 2 – ClusterIndex

Page 36: KPI definition with Business Activity Monitor 2.0

https://ail.google.com/mail/u/0/?ui=2&ik=ad9ae58f41&view=att&th=1331a70983344a32&attid=0.1&disp=thd&realattid=f_gtxto6mk0&zw

Selected Customers

Page 37: KPI definition with Business Activity Monitor 2.0

WSO2 engagement model

• QuickStart

• DevelopmentSupport

• Development Services

• Production Support

• Turnkey Solutions

• WSO2 Mobile Services Solution• WSO2 FIX Gateway Solution• WSO2 SAP Gateway Solution