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

How to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfHow to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfLivetecs LLC
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfFerryKemperman
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaHanief Utama
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureDinusha Kumarasiri
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odishasmiwainfosol
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 

Kürzlich hochgeladen (20)

How to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfHow to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdf
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdf
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief Utama
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with Azure
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 

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