SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Downloaden Sie, um offline zu lesen
Fighting Groundhog Days:
Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Symposium on Software Performance (SSP)
November 05, 2015 @ Munich
Christoph Heger, Dušan Okanović, Stefan Siegl, André van Hoorn and Alexander Wert
@diagnoseIT_apm https://diagnoseIT.github.io
(http://goo.gl/Q3OZpA)
2/ 2015/11/05
Performance Problems are Omnipresent
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
An unexpected
error occured
Temporarily
not available
… more capacity
is on the way
Try again later
Please visit us
again later
We are
experiencing
heavy demand
3/ 2015/11/05
Manual Diagnosis
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Detect problem
4/ 2015/11/05
Manual Configuration
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Adapt
instrumentation
5/ 2015/11/05
Manual Reasoning
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Component
Deep-Dive
Interpretation of
measurements
6/ 2015/11/05
diagnoseIT Goals
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Reduce
maintainance
effort by 50%
Detect 100% of
all problems
automatically
Identify 80% of
the root causes
automatically
No APM
vendor lock-in
7/ 2015/11/05
Overview
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Node 1
JVM
App 1
App 2
Node n
SUT
Traces
CTA
Instrumentation
Refinement
Request
Instrumentation
Language
Result
Result Description
Language
Monitoring Tool
Dynamic
Instrumentation
API Labelling
Location
Identification
Instrumentation
Quality Manager
Result Query
8/ 2015/11/05
Diagnosis
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Trace
Traces
CTA
Rule
Retrieve
information from
Notify on tagging
Problem
Instance
Repository
Manage
Tag
Instrumentation Refinement Request
Instrumentation
Language
Insight
Enrichment
Information
Request
Maintain
Problem
Instance
Problem
Instance
Create/Update
Result Description
Language
MonitoringTool
9/ 2015/11/05
diagnoseIT Characteristics
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Adaptive
Configuration
Continuous
Learning
APM Process
Automation
Formalized
Expert
Knowledge
10/ 2015/11/05
Rules
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Root
Cause
Problem
Context
Global
Context
…
Root Cause
Tag
Problem
Context Tag
Global
Context Tag
…
…
…
Isolate
Root Cause
Semantify
Root Cause
Generic Analysis
Domain- and Technology-
specific Analysis
11/ 2015/11/05
DVDStore Example
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
doFilter(…) 47.67 186,259.50
searchTitleAndDescription(…) 22,961.16 184,897.25
searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08
list(…) 152,620,13 158,036.29
executeQuery() 1,793.75 1,793.75
executeQuery() 0.36 0.36
…
executeQuery() 0.13 0.13
searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01
list(…) 2,625.22 3,881.70
executeQuery() 1,257.47 1,257.47{SQL: Select PROD_ID …}
{SQL: Select PROD_ID …}
Real Trace
(Simplified)
{SQL: Select INV_ID …}
{SQL: Select INV_ID …}
Response Time
[ms]
Exclusive Execution
Time [ms]
12/ 2015/11/05
Root Cause Isolation
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
list(…) 152,620,13 158,036.29
searchTitleAndDescription(…) 22,961.16 184,897.25
list(…) 2,625.22 3,881.70
executeQuery() 1,793.75 1,793.75
executeQuery() 1,257.47 1,257.47
doFilter(…) 47.67 186,259.50
executeQuery() 0.36 0.36
searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08
executeQuery() 0.13 0.13
searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01
Real Trace
(Simplified)
Response Time
[ms]
Exclusive Execution
Time [ms]
{SQL: Select PROD_ID …}
{SQL: Select PROD_ID …}
{SQL: Select INV_ID …}
{SQL: Select INV_ID …}
Descending Order
Cause
Cause
Cause
Cause
Cause
13/ 2015/11/05
Problem Instance 1
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
CP
doFilter(…) 47.67 186,259.50
searchTitleAndDescription(…) 22,961.16 184,897.25
searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08
list(…) 152,620,13 158,036.29
executeQuery() 1,793.75 1,793.75
executeQuery() 0.36 0.36
…
executeQuery() 0.13 0.13
searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01
list(…) 2,625.22 3,881.70
executeQuery() 1,257.47 1,257.47{SQL: Select PROD_ID …}
Cause
{SQL: Select PROD_ID …}
Real Trace
(Simplified)
Problem Context
{SQL: Select INV_ID …}
{SQL: Select INV_ID …}
Response Time
[ms]
Exclusive Execution
Time [ms]
14/ 2015/11/05
Problem Instance 2
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
CP
doFilter(…) 47.67 186,259.50
searchTitleAndDescription(…) 22,961.16 184,897.25
searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08
list(…) 152,620,13 158,036.29
executeQuery() 1,793.75 1,793.75
executeQuery() 0.36 0.36
…
executeQuery() 0.13 0.13
searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01
list(…) 2,625.22 3,881.70
executeQuery() 1,257.47 1,257.47
Cause
{SQL: Select PROD_ID …}
Cause
{SQL: Select PROD_ID …}
Real Trace
(Simplified)
Problem Context
{SQL: Select INV_ID …}
{SQL: Select INV_ID …}
Response Time
[ms]
Exclusive Execution
Time [ms]
15/ 2015/11/05
Problem Instance 3
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
CP
Response Time
[ms]
doFilter(…) 47.67 186,259.50
searchTitleAndDescription(…) 22,961.16 184,897.25
searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08
list(…) 152,620,13 158,036.29
executeQuery() 1,793.75 1,793.75
executeQuery() 0.36 0.36
…
executeQuery() 0.13 0.13
searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01
list(…) 2,625.22 3,881.70
executeQuery() 1,257.47 1,257.47Cause{SQL: Select PROD_ID …}
Cause{SQL: Select PROD_ID …}
Real Trace
(Simplified)
Problem Context
{SQL: Select INV_ID …}
{SQL: Select INV_ID …}
Exclusive Execution
Time [ms]
16/ 2015/11/05
Global Context
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Response Time
[ms]
doFilter(…) 47.67 186,259.50
searchTitleAndDescription(…) 22,961.16 184,897.25
searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08
list(…) 152,620,13 158,036.29
executeQuery() 1,793.75 1,793.75
executeQuery() 0.36 0.36
…
executeQuery() 0.13 0.13
searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01
list(…) 2,625.22 3,881.70
executeQuery() 1,257.47 1,257.47{SQL: Select PROD_ID …}
{SQL: Select PROD_ID …}
Real Trace
(Simplified)
{SQL: Select INV_ID …}
{SQL: Select INV_ID …}
Exclusive Execution
Time [ms]
3x Problem Context Global Context
17/ 2015/11/05
diagnoseIT Prototype
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Problems
Overview
Natural language
description
Problem instance
details
18/ 2015/11/05
diagnoseIT Prototype
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Problem
Highlighting
19/ 2015/11/05
Common Trace API
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
https://goo.gl/UuoZkN
Join us
APM vendor independent data access
Goal
Monitoring data format is tool-specific
Motivation
APM vendor lock-in limits
interoperability and data exchange
Drawback
Importers
Planned
(http://goo.gl/5S337v)
(http://goo.gl/AAwdge)
(https://goo.gl/eDuA9R)
(http://goo.gl/3xM2ur) (http://goo.gl/KCWimU)
(http://goo.gl/z18Tuj) (http://goo.gl/B3rJt4)
20/ 2015/11/05
diagnoseIT-as-a-Service
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Evaluation of diagnosis rules
Motivation
Diagnosis service for traces
Idea
Collection of real traces and problems
Benefit
Support us
https://ditaas.inspectit.rocks
21/ 2015/11/05
Future Steps
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Anti-Pattern
Detection
Overhead-aware
Instrumentation
Case Studies
System
measures
22/ 2015/11/05
Case Studies Outlook
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Level of Distribution
LevelofComplexity
DVDStore
(http://goo.gl/dPc0YQ)
(http://goo.gl/yDHkW6)
(http://goo.gl/8PnaqE)
(https://goo.gl/oqvy4K)
23/ 2015/11/05
Conclusion
Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of
Performance Problems in Enterprise Applications
Demo Bundle
https://goo.gl/M1VQA9@diagnoseIT_apm https://diagnoseIT.github.io
Problem Detection
Automatic Diagnosis
APM Process
Automation
No APM
vendor lock-in

Weitere ähnliche Inhalte

Ähnlich wie Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications

Matthew Coles - Izar Tarandach - Security Toolbox
Matthew Coles - Izar Tarandach - Security ToolboxMatthew Coles - Izar Tarandach - Security Toolbox
Matthew Coles - Izar Tarandach - Security ToolboxSource Conference
 
Positive Technologies - S4 - Scada under x-rays
Positive Technologies - S4 - Scada under x-raysPositive Technologies - S4 - Scada under x-rays
Positive Technologies - S4 - Scada under x-raysqqlan
 
Testing ASP.NET - Progressive.NET
Testing ASP.NET - Progressive.NETTesting ASP.NET - Progressive.NET
Testing ASP.NET - Progressive.NETBen Hall
 
GlobalLogic Test Automation Online TechTalk “Test Driven Development as a Per...
GlobalLogic Test Automation Online TechTalk “Test Driven Development as a Per...GlobalLogic Test Automation Online TechTalk “Test Driven Development as a Per...
GlobalLogic Test Automation Online TechTalk “Test Driven Development as a Per...GlobalLogic Ukraine
 
Practical SQL query monitoring and optimization
Practical SQL query monitoring and optimizationPractical SQL query monitoring and optimization
Practical SQL query monitoring and optimizationIvo Andreev
 
Kristoffer Nordstrom - Every System Test Department Should Have a Test Develo...
Kristoffer Nordstrom - Every System Test Department Should Have a Test Develo...Kristoffer Nordstrom - Every System Test Department Should Have a Test Develo...
Kristoffer Nordstrom - Every System Test Department Should Have a Test Develo...TEST Huddle
 
Best Practices for performance evaluation and diagnosis of Java Applications ...
Best Practices for performance evaluation and diagnosis of Java Applications ...Best Practices for performance evaluation and diagnosis of Java Applications ...
Best Practices for performance evaluation and diagnosis of Java Applications ...IndicThreads
 
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham AL
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham ALSecrets of Enterprise Data Mining: SQL Saturday 328 Birmingham AL
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham ALMark Tabladillo
 
What’s new in Microsoft ALM 2013, hosted in Windows Azure, VISUAL STUDIO ONLI...
What’s new in Microsoft ALM 2013, hosted in Windows Azure, VISUAL STUDIO ONLI...What’s new in Microsoft ALM 2013, hosted in Windows Azure, VISUAL STUDIO ONLI...
What’s new in Microsoft ALM 2013, hosted in Windows Azure, VISUAL STUDIO ONLI...VISEO
 
Machine Learning Streams with Spark 1.0
Machine Learning Streams with Spark 1.0Machine Learning Streams with Spark 1.0
Machine Learning Streams with Spark 1.0Andrew Minkin
 
Building workflow solution with Microsoft Azure and Cloud | Integration Monday
Building workflow solution with Microsoft Azure and Cloud | Integration MondayBuilding workflow solution with Microsoft Azure and Cloud | Integration Monday
Building workflow solution with Microsoft Azure and Cloud | Integration MondayBizTalk360
 
Intelligent Distributed Systems Optimizations
Intelligent Distributed Systems OptimizationsIntelligent Distributed Systems Optimizations
Intelligent Distributed Systems OptimizationsMartin Zapletal
 
Self-Aware Applications: Automatic Production Monitoring (SDP November 2017)
Self-Aware Applications: Automatic Production Monitoring (SDP November 2017)Self-Aware Applications: Automatic Production Monitoring (SDP November 2017)
Self-Aware Applications: Automatic Production Monitoring (SDP November 2017)Dina Goldshtein
 
Cloud Computing for Business - The Road to IT-as-a-Service
Cloud Computing for Business - The Road to IT-as-a-ServiceCloud Computing for Business - The Road to IT-as-a-Service
Cloud Computing for Business - The Road to IT-as-a-ServiceJames Urquhart
 
Grails unit testing
Grails unit testingGrails unit testing
Grails unit testingpleeps
 
Secrets of Enterprise Data Mining 201310
Secrets of Enterprise Data Mining 201310Secrets of Enterprise Data Mining 201310
Secrets of Enterprise Data Mining 201310Mark Tabladillo
 
IT PRO | Connections 2020 : Introduction to Logic Apps and automation solutio...
IT PRO | Connections 2020 : Introduction to Logic Apps and automation solutio...IT PRO | Connections 2020 : Introduction to Logic Apps and automation solutio...
IT PRO | Connections 2020 : Introduction to Logic Apps and automation solutio...George Grammatikos
 
Stay clear of the bugs: Troubleshooting Applications in Microsoft Azure
Stay clear of the bugs: Troubleshooting Applications in Microsoft AzureStay clear of the bugs: Troubleshooting Applications in Microsoft Azure
Stay clear of the bugs: Troubleshooting Applications in Microsoft AzureHARMAN Services
 

Ähnlich wie Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications (20)

Matthew Coles - Izar Tarandach - Security Toolbox
Matthew Coles - Izar Tarandach - Security ToolboxMatthew Coles - Izar Tarandach - Security Toolbox
Matthew Coles - Izar Tarandach - Security Toolbox
 
Positive Technologies - S4 - Scada under x-rays
Positive Technologies - S4 - Scada under x-raysPositive Technologies - S4 - Scada under x-rays
Positive Technologies - S4 - Scada under x-rays
 
Testing ASP.NET - Progressive.NET
Testing ASP.NET - Progressive.NETTesting ASP.NET - Progressive.NET
Testing ASP.NET - Progressive.NET
 
GlobalLogic Test Automation Online TechTalk “Test Driven Development as a Per...
GlobalLogic Test Automation Online TechTalk “Test Driven Development as a Per...GlobalLogic Test Automation Online TechTalk “Test Driven Development as a Per...
GlobalLogic Test Automation Online TechTalk “Test Driven Development as a Per...
 
Practical SQL query monitoring and optimization
Practical SQL query monitoring and optimizationPractical SQL query monitoring and optimization
Practical SQL query monitoring and optimization
 
Kristoffer Nordstrom - Every System Test Department Should Have a Test Develo...
Kristoffer Nordstrom - Every System Test Department Should Have a Test Develo...Kristoffer Nordstrom - Every System Test Department Should Have a Test Develo...
Kristoffer Nordstrom - Every System Test Department Should Have a Test Develo...
 
Best Practices for performance evaluation and diagnosis of Java Applications ...
Best Practices for performance evaluation and diagnosis of Java Applications ...Best Practices for performance evaluation and diagnosis of Java Applications ...
Best Practices for performance evaluation and diagnosis of Java Applications ...
 
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham AL
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham ALSecrets of Enterprise Data Mining: SQL Saturday 328 Birmingham AL
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham AL
 
What’s new in Microsoft ALM 2013, hosted in Windows Azure, VISUAL STUDIO ONLI...
What’s new in Microsoft ALM 2013, hosted in Windows Azure, VISUAL STUDIO ONLI...What’s new in Microsoft ALM 2013, hosted in Windows Azure, VISUAL STUDIO ONLI...
What’s new in Microsoft ALM 2013, hosted in Windows Azure, VISUAL STUDIO ONLI...
 
Machine Learning Streams with Spark 1.0
Machine Learning Streams with Spark 1.0Machine Learning Streams with Spark 1.0
Machine Learning Streams with Spark 1.0
 
Building workflow solution with Microsoft Azure and Cloud | Integration Monday
Building workflow solution with Microsoft Azure and Cloud | Integration MondayBuilding workflow solution with Microsoft Azure and Cloud | Integration Monday
Building workflow solution with Microsoft Azure and Cloud | Integration Monday
 
Intelligent Distributed Systems Optimizations
Intelligent Distributed Systems OptimizationsIntelligent Distributed Systems Optimizations
Intelligent Distributed Systems Optimizations
 
Tdd,Ioc
Tdd,IocTdd,Ioc
Tdd,Ioc
 
Self-Aware Applications: Automatic Production Monitoring (SDP November 2017)
Self-Aware Applications: Automatic Production Monitoring (SDP November 2017)Self-Aware Applications: Automatic Production Monitoring (SDP November 2017)
Self-Aware Applications: Automatic Production Monitoring (SDP November 2017)
 
Cloud Computing for Business - The Road to IT-as-a-Service
Cloud Computing for Business - The Road to IT-as-a-ServiceCloud Computing for Business - The Road to IT-as-a-Service
Cloud Computing for Business - The Road to IT-as-a-Service
 
Big Data Tools in AWS
Big Data Tools in AWSBig Data Tools in AWS
Big Data Tools in AWS
 
Grails unit testing
Grails unit testingGrails unit testing
Grails unit testing
 
Secrets of Enterprise Data Mining 201310
Secrets of Enterprise Data Mining 201310Secrets of Enterprise Data Mining 201310
Secrets of Enterprise Data Mining 201310
 
IT PRO | Connections 2020 : Introduction to Logic Apps and automation solutio...
IT PRO | Connections 2020 : Introduction to Logic Apps and automation solutio...IT PRO | Connections 2020 : Introduction to Logic Apps and automation solutio...
IT PRO | Connections 2020 : Introduction to Logic Apps and automation solutio...
 
Stay clear of the bugs: Troubleshooting Applications in Microsoft Azure
Stay clear of the bugs: Troubleshooting Applications in Microsoft AzureStay clear of the bugs: Troubleshooting Applications in Microsoft Azure
Stay clear of the bugs: Troubleshooting Applications in Microsoft Azure
 

Kürzlich hochgeladen

WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfonteinmasabamasaba
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp Krisztián
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxAnnaArtyushina1
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburgmasabamasaba
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2
 
tonesoftg
tonesoftgtonesoftg
tonesoftglanshi9
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 

Kürzlich hochgeladen (20)

WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 

Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications

  • 1. Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Symposium on Software Performance (SSP) November 05, 2015 @ Munich Christoph Heger, Dušan Okanović, Stefan Siegl, André van Hoorn and Alexander Wert @diagnoseIT_apm https://diagnoseIT.github.io (http://goo.gl/Q3OZpA)
  • 2. 2/ 2015/11/05 Performance Problems are Omnipresent Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications An unexpected error occured Temporarily not available … more capacity is on the way Try again later Please visit us again later We are experiencing heavy demand
  • 3. 3/ 2015/11/05 Manual Diagnosis Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Detect problem
  • 4. 4/ 2015/11/05 Manual Configuration Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Adapt instrumentation
  • 5. 5/ 2015/11/05 Manual Reasoning Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Component Deep-Dive Interpretation of measurements
  • 6. 6/ 2015/11/05 diagnoseIT Goals Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Reduce maintainance effort by 50% Detect 100% of all problems automatically Identify 80% of the root causes automatically No APM vendor lock-in
  • 7. 7/ 2015/11/05 Overview Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Node 1 JVM App 1 App 2 Node n SUT Traces CTA Instrumentation Refinement Request Instrumentation Language Result Result Description Language Monitoring Tool Dynamic Instrumentation API Labelling Location Identification Instrumentation Quality Manager Result Query
  • 8. 8/ 2015/11/05 Diagnosis Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Trace Traces CTA Rule Retrieve information from Notify on tagging Problem Instance Repository Manage Tag Instrumentation Refinement Request Instrumentation Language Insight Enrichment Information Request Maintain Problem Instance Problem Instance Create/Update Result Description Language MonitoringTool
  • 9. 9/ 2015/11/05 diagnoseIT Characteristics Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Adaptive Configuration Continuous Learning APM Process Automation Formalized Expert Knowledge
  • 10. 10/ 2015/11/05 Rules Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Root Cause Problem Context Global Context … Root Cause Tag Problem Context Tag Global Context Tag … … … Isolate Root Cause Semantify Root Cause Generic Analysis Domain- and Technology- specific Analysis
  • 11. 11/ 2015/11/05 DVDStore Example Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications doFilter(…) 47.67 186,259.50 searchTitleAndDescription(…) 22,961.16 184,897.25 searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08 list(…) 152,620,13 158,036.29 executeQuery() 1,793.75 1,793.75 executeQuery() 0.36 0.36 … executeQuery() 0.13 0.13 searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01 list(…) 2,625.22 3,881.70 executeQuery() 1,257.47 1,257.47{SQL: Select PROD_ID …} {SQL: Select PROD_ID …} Real Trace (Simplified) {SQL: Select INV_ID …} {SQL: Select INV_ID …} Response Time [ms] Exclusive Execution Time [ms]
  • 12. 12/ 2015/11/05 Root Cause Isolation Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications list(…) 152,620,13 158,036.29 searchTitleAndDescription(…) 22,961.16 184,897.25 list(…) 2,625.22 3,881.70 executeQuery() 1,793.75 1,793.75 executeQuery() 1,257.47 1,257.47 doFilter(…) 47.67 186,259.50 executeQuery() 0.36 0.36 searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08 executeQuery() 0.13 0.13 searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01 Real Trace (Simplified) Response Time [ms] Exclusive Execution Time [ms] {SQL: Select PROD_ID …} {SQL: Select PROD_ID …} {SQL: Select INV_ID …} {SQL: Select INV_ID …} Descending Order Cause Cause Cause Cause Cause
  • 13. 13/ 2015/11/05 Problem Instance 1 Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications CP doFilter(…) 47.67 186,259.50 searchTitleAndDescription(…) 22,961.16 184,897.25 searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08 list(…) 152,620,13 158,036.29 executeQuery() 1,793.75 1,793.75 executeQuery() 0.36 0.36 … executeQuery() 0.13 0.13 searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01 list(…) 2,625.22 3,881.70 executeQuery() 1,257.47 1,257.47{SQL: Select PROD_ID …} Cause {SQL: Select PROD_ID …} Real Trace (Simplified) Problem Context {SQL: Select INV_ID …} {SQL: Select INV_ID …} Response Time [ms] Exclusive Execution Time [ms]
  • 14. 14/ 2015/11/05 Problem Instance 2 Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications CP doFilter(…) 47.67 186,259.50 searchTitleAndDescription(…) 22,961.16 184,897.25 searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08 list(…) 152,620,13 158,036.29 executeQuery() 1,793.75 1,793.75 executeQuery() 0.36 0.36 … executeQuery() 0.13 0.13 searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01 list(…) 2,625.22 3,881.70 executeQuery() 1,257.47 1,257.47 Cause {SQL: Select PROD_ID …} Cause {SQL: Select PROD_ID …} Real Trace (Simplified) Problem Context {SQL: Select INV_ID …} {SQL: Select INV_ID …} Response Time [ms] Exclusive Execution Time [ms]
  • 15. 15/ 2015/11/05 Problem Instance 3 Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications CP Response Time [ms] doFilter(…) 47.67 186,259.50 searchTitleAndDescription(…) 22,961.16 184,897.25 searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08 list(…) 152,620,13 158,036.29 executeQuery() 1,793.75 1,793.75 executeQuery() 0.36 0.36 … executeQuery() 0.13 0.13 searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01 list(…) 2,625.22 3,881.70 executeQuery() 1,257.47 1,257.47Cause{SQL: Select PROD_ID …} Cause{SQL: Select PROD_ID …} Real Trace (Simplified) Problem Context {SQL: Select INV_ID …} {SQL: Select INV_ID …} Exclusive Execution Time [ms]
  • 16. 16/ 2015/11/05 Global Context Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Response Time [ms] doFilter(…) 47.67 186,259.50 searchTitleAndDescription(…) 22,961.16 184,897.25 searchTitleAndDescriptionWithOneWord(…) 0.14 158,054.08 list(…) 152,620,13 158,036.29 executeQuery() 1,793.75 1,793.75 executeQuery() 0.36 0.36 … executeQuery() 0.13 0.13 searchTitleAndDescriptionWithOneWord(…) 0.05 3,882.01 list(…) 2,625.22 3,881.70 executeQuery() 1,257.47 1,257.47{SQL: Select PROD_ID …} {SQL: Select PROD_ID …} Real Trace (Simplified) {SQL: Select INV_ID …} {SQL: Select INV_ID …} Exclusive Execution Time [ms] 3x Problem Context Global Context
  • 17. 17/ 2015/11/05 diagnoseIT Prototype Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Problems Overview Natural language description Problem instance details
  • 18. 18/ 2015/11/05 diagnoseIT Prototype Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Problem Highlighting
  • 19. 19/ 2015/11/05 Common Trace API Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications https://goo.gl/UuoZkN Join us APM vendor independent data access Goal Monitoring data format is tool-specific Motivation APM vendor lock-in limits interoperability and data exchange Drawback Importers Planned (http://goo.gl/5S337v) (http://goo.gl/AAwdge) (https://goo.gl/eDuA9R) (http://goo.gl/3xM2ur) (http://goo.gl/KCWimU) (http://goo.gl/z18Tuj) (http://goo.gl/B3rJt4)
  • 20. 20/ 2015/11/05 diagnoseIT-as-a-Service Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Evaluation of diagnosis rules Motivation Diagnosis service for traces Idea Collection of real traces and problems Benefit Support us https://ditaas.inspectit.rocks
  • 21. 21/ 2015/11/05 Future Steps Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Anti-Pattern Detection Overhead-aware Instrumentation Case Studies System measures
  • 22. 22/ 2015/11/05 Case Studies Outlook Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Level of Distribution LevelofComplexity DVDStore (http://goo.gl/dPc0YQ) (http://goo.gl/yDHkW6) (http://goo.gl/8PnaqE) (https://goo.gl/oqvy4K)
  • 23. 23/ 2015/11/05 Conclusion Fighting Groundhog Days: Expert-Guided Automatic Diagnosis of Performance Problems in Enterprise Applications Demo Bundle https://goo.gl/M1VQA9@diagnoseIT_apm https://diagnoseIT.github.io Problem Detection Automatic Diagnosis APM Process Automation No APM vendor lock-in