SlideShare ist ein Scribd-Unternehmen logo
1 von 34
Downloaden Sie, um offline zu lesen
Performance and Scalability Optimizations - Xerox
Government Healthcare - Health Enterprise Portal
Gorkey Vemulapalli, Senior Architect, Xerox; Thomas Hurek, Senior Digital Experience Architect, IBM
Agenda
•  About Xerox
•  Medicaid Management Information System (MMIS)
•  Architecture
•  Performance Optimization
•  AppDynamics
Copyright © 2015 AppDynamics. All rights reserved. 2
ABOUT XEROX
Xerox
•  Founded 1906
•  140,000+ employees
•  Active in 190+ countries
•  2014 Revenue: $19.5 billion
•  For more than a half a century, Xerox has been a leader in document
technology and services
Copyright © 2015 AppDynamics. All rights reserved. 4
Xerox Healthcare solutions
Copyright © 2015 AppDynamics. All rights reserved. 5
Xerox Health Enterprise Framework
Copyright © 2015 AppDynamics. All rights reserved. 6
MEDICAID MANAGEMENT
INFORMATION SYSTEM (MMIS)
Solution
•  Preferred Medicaid Management Information Systems
provider
•  End-to-end healthcare program administration services and
solutions
•  Automated solution for complex data intensive deeply
regulated market
•  Interfaces with existing systems
•  Input from web, phone, batch jobs, programmatic
Copyright © 2015 AppDynamics. All rights reserved. 8
Features
•  Service Oriented Architecture platform fully aligns with MITA
interoperability guidelines and web-based technologies
•  Reusable, adaptable core provides common starting point
–  Reduces implementation time & costs
•  Fully aligned with the MITA 3.0, MECT & the Seven Conditions
and Standards from the first day of service
•  Flexible architecture enables edits and updates to be
implemented in days or hours – not weeks or months
•  More than 40 years experience with Medicaid and other publicly
funded health programs
Copyright © 2015 AppDynamics. All rights reserved. 9
Use Cases
•  Providers enter claims and other information
•  End users can check health care coverage and claims
•  State employees can approve / deny / administer
•  Third Party Integration
•  Batch processing
Copyright © 2015 AppDynamics. All rights reserved. 10
ARCHITECTURE
Modularity
Copyright © 2015 AppDynamics. All rights reserved. 12
Presentation Layer
Copyright © 2015 AppDynamics. All rights reserved. 13
•  Processes the presentation
and information dissemination
for users
•  Web Portal provides the
information via a web browser.
•  AVRS allows providers and
members access to information
by using a touch-tone
telephone.
•  EDI provides connectivity for
the flow of data between
providers, state agencies &
switch vendors
Business Process Layer
Copyright © 2015 AppDynamics. All rights reserved. 14
•  Encapsulates high-
level business
processes exposed as
service for consumers
•  Uses well-defined
execution of
services and
components
Services Layer
Copyright © 2015 AppDynamics. All rights reserved. 15
•  Composite services
–  Combines granular business
services to reduce some
complexities and to reduce
coding efforts.
•  Business Service Layer
–  Provides specific business
services which are highly
cohesive and atomic
functionality
•  Infrastructure Service Layer
–  Supports systems integration
services that are necessary to
build a web application
HE System Interaction – Claims Processing
Copyright © 2015 AppDynamics. All rights reserved. 16
PRINTER
SOURCE HEALTH	
  ENTERPRISE	
  ECHO-­‐SYSTEM OUTPUT
Call	
  
Center
CLAIMS
Flat	
  File
ELIGIBILITY
Paper	
  Claims
PROVIDER
INBOUND
FINANCE
PRA
Provider
270
271 Flat	
  Files
837
OUTBOUND
Facility
TPs
Member
OCR
CLAIMS
ELIGIBILITY
PROVIDER
FINANCE
B2B
ONLINE
NON-­‐EDI	
  BATCH	
  
INTERFACES
CONTACT
GLOBAL
SERVICE	
  AUTHORIZATION
PROGRAM
Provider
Facility
TPs
Member
CMS
Bank
NON-­‐EDI	
  BATCH	
  
INTERFACEAdjudication
ORR
B2B
ELIGIBILITY
CLAIMS
PROVIDERS
Payments
ELIGIBILITY
CLAIMS
PROVIDERS
EFT
EOB
ELIGIBILITY
CLAIMS
PROVIDERS
FINANCE...etc
835
PERFORMANCE OPTIMIZATION
Goals
•  Throughput
•  Response time for different use cases
•  Batch processing throughput and response time
Copyright © 2015 AppDynamics. All rights reserved. 18
Implementation
•  Agile process
•  Rational Performance Tester for recording & playback
•  Analysis of performance issues and bottlenecks with AppDynamics software
•  Tuning and code adjustment
•  Repeat
Copyright © 2015 AppDynamics. All rights reserved. 19
Major Improvement Items
•  Heap size tuning
•  Connection pool tuning
•  CPU and RAM assignments
•  Virtualization changes
•  Portal 8.0 -> 8.5
•  WSRP updates as part of Portal upgrade
•  Theme optimization
•  WCM caching
Copyright © 2015 AppDynamics. All rights reserved. 20
Major Improvement Items
•  WSRP logout (now part of Portal 8.5 CF6)
•  Database indexing / adding of new indexes
•  Thread Pool Tuning
–  LDAP
–  WebSeal
–  ORB
–  WSRP
•  Increasing number of JVMs where needed for memory
reasons
Copyright © 2015 AppDynamics. All rights reserved. 21
Custom Code Adjustments
•  Reduction of redundant calls
•  Optimizing SQL statements
•  Co-locating BPM and Business Layer
•  Making calls asynchronous
•  Reduction of logging
•  Fixes in WAS, WSRP, JSF, Hibernate, Log4j
Copyright © 2015 AppDynamics. All rights reserved. 22
APPDYNAMICS
Application Performance Management
•  Auto-discover and monitor end-to-end application performance
•  Monitor any production app within minutes
•  Monitor production apps at code-level depth with minimal overhead
•  Resolve application issues quickly for exceptional end-user experience
•  Eliminate false alarms with automated baselining
•  Broadest coverage of languages and technologies
•  Deploy On-premises, in the cloud, or in hybrid environments
Copyright © 2015 AppDynamics. All rights reserved. 24
Why use at Xerox?
•  Easy to setup
•  Allows code level analysis without large overhead / complicated
instrumentation
•  Follows transactions through a complicated set of transactions on various
layers – even using different technologies
•  History based data can be analyzed later – very helpful in multi-shore
development
•  Agile
Copyright © 2015 AppDynamics. All rights reserved. 25
Why use at Xerox?
•  Production Monitoring and Alerting with very low overhead
•  Flexible views and dashboards
•  Dynamic detection of different transactions – via URL patterns
•  Browser based
•  Delegated Administration
Copyright © 2015 AppDynamics. All rights reserved. 26
Adjustments
•  Learning of URL patterns
•  Database extensions / detail levels for slow SQLs
•  Need to monitor physical CPUs vs. virtual
•  Did not catch vmotion performance issues
•  PMI data is available
Copyright © 2015 AppDynamics. All rights reserved. 27
Case Study
Isolating Bottlenecks
Copyright © 2015 AppDynamics. All rights reserved. 29
Server Monitoring
Copyright © 2015 AppDynamics. All rights reserved. 30
Drill Down to Code Level
Copyright © 2015 AppDynamics. All rights reserved. 31
Resolving Issues Real Time
Copyright © 2015 AppDynamics. All rights reserved. 32
Health Enterprise Scalability : Results
Copyright © 2015 AppDynamics. All rights reserved. 33
Thank You

Weitere ähnliche Inhalte

Was ist angesagt?

AppSphere 15 - Revolutionizing Troubleshooting in the Automotive Industry
AppSphere 15 - Revolutionizing Troubleshooting in the Automotive IndustryAppSphere 15 - Revolutionizing Troubleshooting in the Automotive Industry
AppSphere 15 - Revolutionizing Troubleshooting in the Automotive IndustryAppDynamics
 
AppSphere 15 - Process, Culture and Tools: The Transformation of Gannett and ...
AppSphere 15 - Process, Culture and Tools: The Transformation of Gannett and ...AppSphere 15 - Process, Culture and Tools: The Transformation of Gannett and ...
AppSphere 15 - Process, Culture and Tools: The Transformation of Gannett and ...AppDynamics
 
Boost Operational Efficiency with New OEE Software
Boost Operational Efficiency with New OEE SoftwareBoost Operational Efficiency with New OEE Software
Boost Operational Efficiency with New OEE SoftwareInductive Automation
 
Implement an Enterprise Performance Test Process
Implement an Enterprise Performance Test ProcessImplement an Enterprise Performance Test Process
Implement an Enterprise Performance Test ProcessTechWell
 
AppSphere 15 - Breaking the News: Delivering Content with Actionable Performa...
AppSphere 15 - Breaking the News: Delivering Content with Actionable Performa...AppSphere 15 - Breaking the News: Delivering Content with Actionable Performa...
AppSphere 15 - Breaking the News: Delivering Content with Actionable Performa...AppDynamics
 
12 Ways to Use PLCs & SQL Databases Together
12 Ways to Use PLCs & SQL Databases Together12 Ways to Use PLCs & SQL Databases Together
12 Ways to Use PLCs & SQL Databases TogetherInductive Automation
 
Get Greater Monitoring Coverage with APM Essentials
Get Greater Monitoring Coverage with APM EssentialsGet Greater Monitoring Coverage with APM Essentials
Get Greater Monitoring Coverage with APM EssentialsNew Relic
 
Southwest Airlines Uses Automation to Accelerate and Ensure SOX Compliance
Southwest Airlines Uses Automation to Accelerate and Ensure SOX ComplianceSouthwest Airlines Uses Automation to Accelerate and Ensure SOX Compliance
Southwest Airlines Uses Automation to Accelerate and Ensure SOX ComplianceWorksoft
 
New Relic + Apprenda Webinar
New Relic + Apprenda WebinarNew Relic + Apprenda Webinar
New Relic + Apprenda WebinarPeter Duke
 
Building a System That Never Stops New Relic at Scale
Building a System That Never Stops New Relic at ScaleBuilding a System That Never Stops New Relic at Scale
Building a System That Never Stops New Relic at ScaleNew Relic
 
Full-Stack Observability for IoT Event Stream Data Processing at Penske
Full-Stack Observability for IoT Event Stream Data Processing at PenskeFull-Stack Observability for IoT Event Stream Data Processing at Penske
Full-Stack Observability for IoT Event Stream Data Processing at PenskeVMware Tanzu
 
AppSphere 15 - Achieving Enterprise Agility, Superior Scalability and Deploym...
AppSphere 15 - Achieving Enterprise Agility, Superior Scalability and Deploym...AppSphere 15 - Achieving Enterprise Agility, Superior Scalability and Deploym...
AppSphere 15 - Achieving Enterprise Agility, Superior Scalability and Deploym...AppDynamics
 
Oracle Primavera Roadmap 2015
Oracle Primavera Roadmap 2015Oracle Primavera Roadmap 2015
Oracle Primavera Roadmap 2015p6academy
 
SAP EHP7 how to avoid the pitfalls
SAP EHP7 how to avoid the pitfallsSAP EHP7 how to avoid the pitfalls
SAP EHP7 how to avoid the pitfallsPanaya
 
Having a Pulse On Your Platform
Having a Pulse On Your PlatformHaving a Pulse On Your Platform
Having a Pulse On Your PlatformKamyar Mohager
 
Compare & Contrast How Industries Use Spira
Compare & Contrast How Industries Use SpiraCompare & Contrast How Industries Use Spira
Compare & Contrast How Industries Use SpiraInflectra
 
Open source vs commercial esb and api management platform draft wh1 for smals
Open source vs commercial esb and api management platform   draft wh1 for smalsOpen source vs commercial esb and api management platform   draft wh1 for smals
Open source vs commercial esb and api management platform draft wh1 for smalsIgnacio Gil Bárez
 
Horizon 2020 - The Road to Converged Automation
Horizon 2020 - The Road to Converged AutomationHorizon 2020 - The Road to Converged Automation
Horizon 2020 - The Road to Converged AutomationCA | Automic Software
 
Meetup milano #4 Anypoint Monitoring and Titanium overview
Meetup milano #4   Anypoint Monitoring and Titanium overviewMeetup milano #4   Anypoint Monitoring and Titanium overview
Meetup milano #4 Anypoint Monitoring and Titanium overviewGonzalo Marcos Ansoain
 

Was ist angesagt? (20)

AppSphere 15 - Revolutionizing Troubleshooting in the Automotive Industry
AppSphere 15 - Revolutionizing Troubleshooting in the Automotive IndustryAppSphere 15 - Revolutionizing Troubleshooting in the Automotive Industry
AppSphere 15 - Revolutionizing Troubleshooting in the Automotive Industry
 
AppSphere 15 - Process, Culture and Tools: The Transformation of Gannett and ...
AppSphere 15 - Process, Culture and Tools: The Transformation of Gannett and ...AppSphere 15 - Process, Culture and Tools: The Transformation of Gannett and ...
AppSphere 15 - Process, Culture and Tools: The Transformation of Gannett and ...
 
Boost Operational Efficiency with New OEE Software
Boost Operational Efficiency with New OEE SoftwareBoost Operational Efficiency with New OEE Software
Boost Operational Efficiency with New OEE Software
 
Implement an Enterprise Performance Test Process
Implement an Enterprise Performance Test ProcessImplement an Enterprise Performance Test Process
Implement an Enterprise Performance Test Process
 
AppSphere 15 - Breaking the News: Delivering Content with Actionable Performa...
AppSphere 15 - Breaking the News: Delivering Content with Actionable Performa...AppSphere 15 - Breaking the News: Delivering Content with Actionable Performa...
AppSphere 15 - Breaking the News: Delivering Content with Actionable Performa...
 
12 Ways to Use PLCs & SQL Databases Together
12 Ways to Use PLCs & SQL Databases Together12 Ways to Use PLCs & SQL Databases Together
12 Ways to Use PLCs & SQL Databases Together
 
Get Greater Monitoring Coverage with APM Essentials
Get Greater Monitoring Coverage with APM EssentialsGet Greater Monitoring Coverage with APM Essentials
Get Greater Monitoring Coverage with APM Essentials
 
Southwest Airlines Uses Automation to Accelerate and Ensure SOX Compliance
Southwest Airlines Uses Automation to Accelerate and Ensure SOX ComplianceSouthwest Airlines Uses Automation to Accelerate and Ensure SOX Compliance
Southwest Airlines Uses Automation to Accelerate and Ensure SOX Compliance
 
New Relic + Apprenda Webinar
New Relic + Apprenda WebinarNew Relic + Apprenda Webinar
New Relic + Apprenda Webinar
 
Building a System That Never Stops New Relic at Scale
Building a System That Never Stops New Relic at ScaleBuilding a System That Never Stops New Relic at Scale
Building a System That Never Stops New Relic at Scale
 
Full-Stack Observability for IoT Event Stream Data Processing at Penske
Full-Stack Observability for IoT Event Stream Data Processing at PenskeFull-Stack Observability for IoT Event Stream Data Processing at Penske
Full-Stack Observability for IoT Event Stream Data Processing at Penske
 
AppSphere 15 - Achieving Enterprise Agility, Superior Scalability and Deploym...
AppSphere 15 - Achieving Enterprise Agility, Superior Scalability and Deploym...AppSphere 15 - Achieving Enterprise Agility, Superior Scalability and Deploym...
AppSphere 15 - Achieving Enterprise Agility, Superior Scalability and Deploym...
 
Oracle Primavera Roadmap 2015
Oracle Primavera Roadmap 2015Oracle Primavera Roadmap 2015
Oracle Primavera Roadmap 2015
 
SAP EHP7 how to avoid the pitfalls
SAP EHP7 how to avoid the pitfallsSAP EHP7 how to avoid the pitfalls
SAP EHP7 how to avoid the pitfalls
 
Having a Pulse On Your Platform
Having a Pulse On Your PlatformHaving a Pulse On Your Platform
Having a Pulse On Your Platform
 
Compare & Contrast How Industries Use Spira
Compare & Contrast How Industries Use SpiraCompare & Contrast How Industries Use Spira
Compare & Contrast How Industries Use Spira
 
Open source vs commercial esb and api management platform draft wh1 for smals
Open source vs commercial esb and api management platform   draft wh1 for smalsOpen source vs commercial esb and api management platform   draft wh1 for smals
Open source vs commercial esb and api management platform draft wh1 for smals
 
Horizon 2020 - The Road to Converged Automation
Horizon 2020 - The Road to Converged AutomationHorizon 2020 - The Road to Converged Automation
Horizon 2020 - The Road to Converged Automation
 
Managing SAP Custom Code
Managing SAP Custom CodeManaging SAP Custom Code
Managing SAP Custom Code
 
Meetup milano #4 Anypoint Monitoring and Titanium overview
Meetup milano #4   Anypoint Monitoring and Titanium overviewMeetup milano #4   Anypoint Monitoring and Titanium overview
Meetup milano #4 Anypoint Monitoring and Titanium overview
 

Andere mochten auch

AppSphere 2016 - Automate performance testing with AppDynamics using continuo...
AppSphere 2016 - Automate performance testing with AppDynamics using continuo...AppSphere 2016 - Automate performance testing with AppDynamics using continuo...
AppSphere 2016 - Automate performance testing with AppDynamics using continuo...Brad Stoner
 
Is Your Infrastructure Affecting Critical Business Transactions? - AppSphere16
Is Your Infrastructure Affecting Critical Business Transactions? - AppSphere16Is Your Infrastructure Affecting Critical Business Transactions? - AppSphere16
Is Your Infrastructure Affecting Critical Business Transactions? - AppSphere16AppDynamics
 
From APM to Business Monitoring with AppDynamics Analytics
From APM to Business Monitoring with AppDynamics AnalyticsFrom APM to Business Monitoring with AppDynamics Analytics
From APM to Business Monitoring with AppDynamics AnalyticsAppDynamics
 
IBM - Healthcare Portal Customer Briefing
IBM - Healthcare Portal Customer BriefingIBM - Healthcare Portal Customer Briefing
IBM - Healthcare Portal Customer BriefingDvir Reznik
 
Jelastic PaaS for DevOps: Hybrid Cloud based on Microsoft Azure
Jelastic PaaS for DevOps: Hybrid Cloud based on Microsoft AzureJelastic PaaS for DevOps: Hybrid Cloud based on Microsoft Azure
Jelastic PaaS for DevOps: Hybrid Cloud based on Microsoft AzureDmitry Lazarenko
 
AppSphere 15 - Mining the World’s Largest Healthcare Data Warehouse while Ens...
AppSphere 15 - Mining the World’s Largest Healthcare Data Warehouse while Ens...AppSphere 15 - Mining the World’s Largest Healthcare Data Warehouse while Ens...
AppSphere 15 - Mining the World’s Largest Healthcare Data Warehouse while Ens...AppDynamics
 
AppSphere 15 - Containers and Microservices Create New Performance Challenges
AppSphere 15 - Containers and Microservices Create New Performance ChallengesAppSphere 15 - Containers and Microservices Create New Performance Challenges
AppSphere 15 - Containers and Microservices Create New Performance ChallengesAppDynamics
 
Visibility from user to infrastructure on AWS
Visibility from user to infrastructure on AWSVisibility from user to infrastructure on AWS
Visibility from user to infrastructure on AWSAppDynamics
 
AppSphere 15 - Application Analytics helping DevOps with Data Driven Decision...
AppSphere 15 - Application Analytics helping DevOps with Data Driven Decision...AppSphere 15 - Application Analytics helping DevOps with Data Driven Decision...
AppSphere 15 - Application Analytics helping DevOps with Data Driven Decision...AppDynamics
 
Unified Monitoring Webinar with Dustin Whittle
Unified Monitoring Webinar with Dustin WhittleUnified Monitoring Webinar with Dustin Whittle
Unified Monitoring Webinar with Dustin WhittleAppDynamics
 
Complete Visibility into Docker Containers with AppDynamics
Complete Visibility into Docker Containers with AppDynamicsComplete Visibility into Docker Containers with AppDynamics
Complete Visibility into Docker Containers with AppDynamicsAppDynamics
 
AppSphere 15 - Manage your Microservices with Red Hat OpenShift and AppDynamics
AppSphere 15 - Manage your Microservices with Red Hat OpenShift and AppDynamicsAppSphere 15 - Manage your Microservices with Red Hat OpenShift and AppDynamics
AppSphere 15 - Manage your Microservices with Red Hat OpenShift and AppDynamicsAppDynamics
 
AppSphere 15 - Monitoring Cloud & Asynchronous Applications
AppSphere 15 - Monitoring Cloud & Asynchronous ApplicationsAppSphere 15 - Monitoring Cloud & Asynchronous Applications
AppSphere 15 - Monitoring Cloud & Asynchronous ApplicationsAppDynamics
 
Monitoring at Facebook - Ran Leibman, Facebook - DevOpsDays Tel Aviv 2015
Monitoring at Facebook - Ran Leibman, Facebook - DevOpsDays Tel Aviv 2015Monitoring at Facebook - Ran Leibman, Facebook - DevOpsDays Tel Aviv 2015
Monitoring at Facebook - Ran Leibman, Facebook - DevOpsDays Tel Aviv 2015DevOpsDays Tel Aviv
 
Next-Gen Business Transaction Configuration, Instrumentation, and Java Perfor...
Next-Gen Business Transaction Configuration, Instrumentation, and Java Perfor...Next-Gen Business Transaction Configuration, Instrumentation, and Java Perfor...
Next-Gen Business Transaction Configuration, Instrumentation, and Java Perfor...AppDynamics
 
Accelerating Your Mastery of APM Through Skills Self-Analysis - AppSphere16
Accelerating Your Mastery of APM Through Skills Self-Analysis - AppSphere16Accelerating Your Mastery of APM Through Skills Self-Analysis - AppSphere16
Accelerating Your Mastery of APM Through Skills Self-Analysis - AppSphere16AppDynamics
 
How Financial Engines Drives Business Outcomes Using AppDynamics Analytics - ...
How Financial Engines Drives Business Outcomes Using AppDynamics Analytics - ...How Financial Engines Drives Business Outcomes Using AppDynamics Analytics - ...
How Financial Engines Drives Business Outcomes Using AppDynamics Analytics - ...AppDynamics
 
Top 10 Application Problems
Top 10 Application ProblemsTop 10 Application Problems
Top 10 Application ProblemsAppDynamics
 
How SAS Institute Drove Digital Transformation Through DevOps - AppSphere16
How SAS Institute Drove Digital Transformation Through DevOps - AppSphere16How SAS Institute Drove Digital Transformation Through DevOps - AppSphere16
How SAS Institute Drove Digital Transformation Through DevOps - AppSphere16AppDynamics
 

Andere mochten auch (20)

AppSphere 2016 - Automate performance testing with AppDynamics using continuo...
AppSphere 2016 - Automate performance testing with AppDynamics using continuo...AppSphere 2016 - Automate performance testing with AppDynamics using continuo...
AppSphere 2016 - Automate performance testing with AppDynamics using continuo...
 
Is Your Infrastructure Affecting Critical Business Transactions? - AppSphere16
Is Your Infrastructure Affecting Critical Business Transactions? - AppSphere16Is Your Infrastructure Affecting Critical Business Transactions? - AppSphere16
Is Your Infrastructure Affecting Critical Business Transactions? - AppSphere16
 
From APM to Business Monitoring with AppDynamics Analytics
From APM to Business Monitoring with AppDynamics AnalyticsFrom APM to Business Monitoring with AppDynamics Analytics
From APM to Business Monitoring with AppDynamics Analytics
 
IBM - Healthcare Portal Customer Briefing
IBM - Healthcare Portal Customer BriefingIBM - Healthcare Portal Customer Briefing
IBM - Healthcare Portal Customer Briefing
 
Jelastic PaaS for DevOps: Hybrid Cloud based on Microsoft Azure
Jelastic PaaS for DevOps: Hybrid Cloud based on Microsoft AzureJelastic PaaS for DevOps: Hybrid Cloud based on Microsoft Azure
Jelastic PaaS for DevOps: Hybrid Cloud based on Microsoft Azure
 
Metals, nonmetals, metalloids
Metals, nonmetals, metalloidsMetals, nonmetals, metalloids
Metals, nonmetals, metalloids
 
AppSphere 15 - Mining the World’s Largest Healthcare Data Warehouse while Ens...
AppSphere 15 - Mining the World’s Largest Healthcare Data Warehouse while Ens...AppSphere 15 - Mining the World’s Largest Healthcare Data Warehouse while Ens...
AppSphere 15 - Mining the World’s Largest Healthcare Data Warehouse while Ens...
 
AppSphere 15 - Containers and Microservices Create New Performance Challenges
AppSphere 15 - Containers and Microservices Create New Performance ChallengesAppSphere 15 - Containers and Microservices Create New Performance Challenges
AppSphere 15 - Containers and Microservices Create New Performance Challenges
 
Visibility from user to infrastructure on AWS
Visibility from user to infrastructure on AWSVisibility from user to infrastructure on AWS
Visibility from user to infrastructure on AWS
 
AppSphere 15 - Application Analytics helping DevOps with Data Driven Decision...
AppSphere 15 - Application Analytics helping DevOps with Data Driven Decision...AppSphere 15 - Application Analytics helping DevOps with Data Driven Decision...
AppSphere 15 - Application Analytics helping DevOps with Data Driven Decision...
 
Unified Monitoring Webinar with Dustin Whittle
Unified Monitoring Webinar with Dustin WhittleUnified Monitoring Webinar with Dustin Whittle
Unified Monitoring Webinar with Dustin Whittle
 
Complete Visibility into Docker Containers with AppDynamics
Complete Visibility into Docker Containers with AppDynamicsComplete Visibility into Docker Containers with AppDynamics
Complete Visibility into Docker Containers with AppDynamics
 
AppSphere 15 - Manage your Microservices with Red Hat OpenShift and AppDynamics
AppSphere 15 - Manage your Microservices with Red Hat OpenShift and AppDynamicsAppSphere 15 - Manage your Microservices with Red Hat OpenShift and AppDynamics
AppSphere 15 - Manage your Microservices with Red Hat OpenShift and AppDynamics
 
AppSphere 15 - Monitoring Cloud & Asynchronous Applications
AppSphere 15 - Monitoring Cloud & Asynchronous ApplicationsAppSphere 15 - Monitoring Cloud & Asynchronous Applications
AppSphere 15 - Monitoring Cloud & Asynchronous Applications
 
Monitoring at Facebook - Ran Leibman, Facebook - DevOpsDays Tel Aviv 2015
Monitoring at Facebook - Ran Leibman, Facebook - DevOpsDays Tel Aviv 2015Monitoring at Facebook - Ran Leibman, Facebook - DevOpsDays Tel Aviv 2015
Monitoring at Facebook - Ran Leibman, Facebook - DevOpsDays Tel Aviv 2015
 
Next-Gen Business Transaction Configuration, Instrumentation, and Java Perfor...
Next-Gen Business Transaction Configuration, Instrumentation, and Java Perfor...Next-Gen Business Transaction Configuration, Instrumentation, and Java Perfor...
Next-Gen Business Transaction Configuration, Instrumentation, and Java Perfor...
 
Accelerating Your Mastery of APM Through Skills Self-Analysis - AppSphere16
Accelerating Your Mastery of APM Through Skills Self-Analysis - AppSphere16Accelerating Your Mastery of APM Through Skills Self-Analysis - AppSphere16
Accelerating Your Mastery of APM Through Skills Self-Analysis - AppSphere16
 
How Financial Engines Drives Business Outcomes Using AppDynamics Analytics - ...
How Financial Engines Drives Business Outcomes Using AppDynamics Analytics - ...How Financial Engines Drives Business Outcomes Using AppDynamics Analytics - ...
How Financial Engines Drives Business Outcomes Using AppDynamics Analytics - ...
 
Top 10 Application Problems
Top 10 Application ProblemsTop 10 Application Problems
Top 10 Application Problems
 
How SAS Institute Drove Digital Transformation Through DevOps - AppSphere16
How SAS Institute Drove Digital Transformation Through DevOps - AppSphere16How SAS Institute Drove Digital Transformation Through DevOps - AppSphere16
How SAS Institute Drove Digital Transformation Through DevOps - AppSphere16
 

Ähnlich wie AppSphere 15 - Performance and Scalability Optimizations - Xerox Government Healthcare - Health Enterprise Portal

Which One Works You The Best: In-House or Cloud-Based Development Environment
Which One Works You The Best: In-House or Cloud-Based Development EnvironmentWhich One Works You The Best: In-House or Cloud-Based Development Environment
Which One Works You The Best: In-House or Cloud-Based Development EnvironmentBitbar
 
Top 5 .NET Challenges, Performance Monitoring Tips & Tricks
Top 5 .NET Challenges, Performance Monitoring Tips & TricksTop 5 .NET Challenges, Performance Monitoring Tips & Tricks
Top 5 .NET Challenges, Performance Monitoring Tips & TricksAppDynamics
 
Cloudy with SaaS-Shine 18march2015
Cloudy with SaaS-Shine 18march2015Cloudy with SaaS-Shine 18march2015
Cloudy with SaaS-Shine 18march2015Simon Baker
 
Add Apache Web Server to your Unified Monitoring Toolkit
Add Apache Web Server to your Unified Monitoring ToolkitAdd Apache Web Server to your Unified Monitoring Toolkit
Add Apache Web Server to your Unified Monitoring ToolkitAppDynamics
 
Taking your Siemens PLC s7-1200 to industry 4.0
Taking your Siemens PLC s7-1200 to industry 4.0Taking your Siemens PLC s7-1200 to industry 4.0
Taking your Siemens PLC s7-1200 to industry 4.0DMC, Inc.
 
The Business Justification for APM
The Business Justification for APMThe Business Justification for APM
The Business Justification for APMJonah Kowall
 
Why Collaborate? Graham Nicholls, Extrada Inc.
Why Collaborate? Graham Nicholls, Extrada Inc.Why Collaborate? Graham Nicholls, Extrada Inc.
Why Collaborate? Graham Nicholls, Extrada Inc.mfrancis
 
Softlayer an IBM Compay . Connaissez vous le cloud de l'avenir
Softlayer an IBM Compay . Connaissez vous le cloud de l'avenir Softlayer an IBM Compay . Connaissez vous le cloud de l'avenir
Softlayer an IBM Compay . Connaissez vous le cloud de l'avenir Patrick Bouillaud
 
Patterns for Monetizing the IoT
Patterns for Monetizing the IoTPatterns for Monetizing the IoT
Patterns for Monetizing the IoTFlexera
 
Drive Superior Customer Experiences With Integration Appliances
Drive Superior Customer Experiences With Integration AppliancesDrive Superior Customer Experiences With Integration Appliances
Drive Superior Customer Experiences With Integration AppliancesSean O'Connell
 
Best Practices for Monitoring Cloud Networks
Best Practices for Monitoring Cloud NetworksBest Practices for Monitoring Cloud Networks
Best Practices for Monitoring Cloud NetworksThousandEyes
 
Modern Infrastructure - Mace
Modern Infrastructure - Mace Modern Infrastructure - Mace
Modern Infrastructure - Mace Prolifics
 
Software AG Healthcare Pathways Presentation
Software AG Healthcare Pathways PresentationSoftware AG Healthcare Pathways Presentation
Software AG Healthcare Pathways PresentationSoftware AG UK
 
IBM NYSE event - 1-16 IBM's Stephen Leonard - Remake Enterprise IT for the Ne...
IBM NYSE event - 1-16 IBM's Stephen Leonard - Remake Enterprise IT for the Ne...IBM NYSE event - 1-16 IBM's Stephen Leonard - Remake Enterprise IT for the Ne...
IBM NYSE event - 1-16 IBM's Stephen Leonard - Remake Enterprise IT for the Ne...Cliff Kinard
 
Toyota Financial Services Digital Transformation - Think 2019
Toyota Financial Services Digital Transformation - Think 2019Toyota Financial Services Digital Transformation - Think 2019
Toyota Financial Services Digital Transformation - Think 2019Slobodan Sipcic
 
Achieving digital transformation with Siebel CRM and Oracle Cloud
Achieving digital transformation with Siebel CRM and Oracle Cloud Achieving digital transformation with Siebel CRM and Oracle Cloud
Achieving digital transformation with Siebel CRM and Oracle Cloud Sonia Wadhwa
 
Cisco Live 2019: New Best Practices for Hybrid and Multicloud Network Strategies
Cisco Live 2019: New Best Practices for Hybrid and Multicloud Network StrategiesCisco Live 2019: New Best Practices for Hybrid and Multicloud Network Strategies
Cisco Live 2019: New Best Practices for Hybrid and Multicloud Network StrategiesMen and Mice
 

Ähnlich wie AppSphere 15 - Performance and Scalability Optimizations - Xerox Government Healthcare - Health Enterprise Portal (20)

Which One Works You The Best: In-House or Cloud-Based Development Environment
Which One Works You The Best: In-House or Cloud-Based Development EnvironmentWhich One Works You The Best: In-House or Cloud-Based Development Environment
Which One Works You The Best: In-House or Cloud-Based Development Environment
 
Top 5 .NET Challenges, Performance Monitoring Tips & Tricks
Top 5 .NET Challenges, Performance Monitoring Tips & TricksTop 5 .NET Challenges, Performance Monitoring Tips & Tricks
Top 5 .NET Challenges, Performance Monitoring Tips & Tricks
 
Cloudy with SaaS-Shine 18march2015
Cloudy with SaaS-Shine 18march2015Cloudy with SaaS-Shine 18march2015
Cloudy with SaaS-Shine 18march2015
 
Add Apache Web Server to your Unified Monitoring Toolkit
Add Apache Web Server to your Unified Monitoring ToolkitAdd Apache Web Server to your Unified Monitoring Toolkit
Add Apache Web Server to your Unified Monitoring Toolkit
 
Taking your Siemens PLC s7-1200 to industry 4.0
Taking your Siemens PLC s7-1200 to industry 4.0Taking your Siemens PLC s7-1200 to industry 4.0
Taking your Siemens PLC s7-1200 to industry 4.0
 
An introduction and overview to Software as a Service
An introduction and overview to Software as a Service An introduction and overview to Software as a Service
An introduction and overview to Software as a Service
 
The Business Justification for APM
The Business Justification for APMThe Business Justification for APM
The Business Justification for APM
 
Why Collaborate? Graham Nicholls, Extrada Inc.
Why Collaborate? Graham Nicholls, Extrada Inc.Why Collaborate? Graham Nicholls, Extrada Inc.
Why Collaborate? Graham Nicholls, Extrada Inc.
 
Softlayer an IBM Compay . Connaissez vous le cloud de l'avenir
Softlayer an IBM Compay . Connaissez vous le cloud de l'avenir Softlayer an IBM Compay . Connaissez vous le cloud de l'avenir
Softlayer an IBM Compay . Connaissez vous le cloud de l'avenir
 
Patterns for Monetizing the IoT
Patterns for Monetizing the IoTPatterns for Monetizing the IoT
Patterns for Monetizing the IoT
 
Drive Superior Customer Experiences With Integration Appliances
Drive Superior Customer Experiences With Integration AppliancesDrive Superior Customer Experiences With Integration Appliances
Drive Superior Customer Experiences With Integration Appliances
 
Microservices
MicroservicesMicroservices
Microservices
 
Best Practices for Monitoring Cloud Networks
Best Practices for Monitoring Cloud NetworksBest Practices for Monitoring Cloud Networks
Best Practices for Monitoring Cloud Networks
 
Modern Infrastructure - Mace
Modern Infrastructure - Mace Modern Infrastructure - Mace
Modern Infrastructure - Mace
 
Software AG Healthcare Pathways Presentation
Software AG Healthcare Pathways PresentationSoftware AG Healthcare Pathways Presentation
Software AG Healthcare Pathways Presentation
 
IBM NYSE event - 1-16 IBM's Stephen Leonard - Remake Enterprise IT for the Ne...
IBM NYSE event - 1-16 IBM's Stephen Leonard - Remake Enterprise IT for the Ne...IBM NYSE event - 1-16 IBM's Stephen Leonard - Remake Enterprise IT for the Ne...
IBM NYSE event - 1-16 IBM's Stephen Leonard - Remake Enterprise IT for the Ne...
 
Quick App Flow
Quick App FlowQuick App Flow
Quick App Flow
 
Toyota Financial Services Digital Transformation - Think 2019
Toyota Financial Services Digital Transformation - Think 2019Toyota Financial Services Digital Transformation - Think 2019
Toyota Financial Services Digital Transformation - Think 2019
 
Achieving digital transformation with Siebel CRM and Oracle Cloud
Achieving digital transformation with Siebel CRM and Oracle Cloud Achieving digital transformation with Siebel CRM and Oracle Cloud
Achieving digital transformation with Siebel CRM and Oracle Cloud
 
Cisco Live 2019: New Best Practices for Hybrid and Multicloud Network Strategies
Cisco Live 2019: New Best Practices for Hybrid and Multicloud Network StrategiesCisco Live 2019: New Best Practices for Hybrid and Multicloud Network Strategies
Cisco Live 2019: New Best Practices for Hybrid and Multicloud Network Strategies
 

Mehr von AppDynamics

Good Migrations: APM Essentials For Cloud Success at AppD Global Tour London
Good Migrations: APM Essentials For Cloud Success at AppD Global Tour LondonGood Migrations: APM Essentials For Cloud Success at AppD Global Tour London
Good Migrations: APM Essentials For Cloud Success at AppD Global Tour LondonAppDynamics
 
Top Tips For AppD Adoption Success at AppD Global Tour London
Top Tips For AppD Adoption Success at AppD Global Tour LondonTop Tips For AppD Adoption Success at AppD Global Tour London
Top Tips For AppD Adoption Success at AppD Global Tour LondonAppDynamics
 
How To Create An AppD Centre of Excellence at AppD Global Tour London
How To Create An AppD Centre of Excellence at AppD Global Tour LondonHow To Create An AppD Centre of Excellence at AppD Global Tour London
How To Create An AppD Centre of Excellence at AppD Global Tour LondonAppDynamics
 
Ensure Every Customer Matters With End User Monitoring at AppD Global Tour Lo...
Ensure Every Customer Matters With End User Monitoring at AppD Global Tour Lo...Ensure Every Customer Matters With End User Monitoring at AppD Global Tour Lo...
Ensure Every Customer Matters With End User Monitoring at AppD Global Tour Lo...AppDynamics
 
Just Eat: DevOps at Scale at AppD Global Tour London
Just Eat: DevOps at Scale at AppD Global Tour LondonJust Eat: DevOps at Scale at AppD Global Tour London
Just Eat: DevOps at Scale at AppD Global Tour LondonAppDynamics
 
What’s Next For AppDynamics and Cisco? AppD Global Tour London
What’s Next For AppDynamics and Cisco? AppD Global Tour LondonWhat’s Next For AppDynamics and Cisco? AppD Global Tour London
What’s Next For AppDynamics and Cisco? AppD Global Tour LondonAppDynamics
 
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...AppDynamics
 
Overcoming Transformational Barriers with Ensono - AppD Global Tour London
Overcoming Transformational Barriers with Ensono - AppD Global Tour LondonOvercoming Transformational Barriers with Ensono - AppD Global Tour London
Overcoming Transformational Barriers with Ensono - AppD Global Tour LondonAppDynamics
 
Equinor: What does normal look like?
Equinor: What does normal look like? Equinor: What does normal look like?
Equinor: What does normal look like? AppDynamics
 
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...AppDynamics
 
Top Tips For AppD Adoption Success - AppD Global Tour Stockholm
Top Tips For AppD Adoption Success - AppD Global Tour StockholmTop Tips For AppD Adoption Success - AppD Global Tour Stockholm
Top Tips For AppD Adoption Success - AppD Global Tour StockholmAppDynamics
 
What's next for AppD and Cisco? - AppD Global Tour
What's next for AppD and Cisco? - AppD Global TourWhat's next for AppD and Cisco? - AppD Global Tour
What's next for AppD and Cisco? - AppD Global TourAppDynamics
 
Cisco and AppDynamics: Redefining Application Intelligence - AppD Summit Europe
Cisco and AppDynamics: Redefining Application Intelligence - AppD Summit EuropeCisco and AppDynamics: Redefining Application Intelligence - AppD Summit Europe
Cisco and AppDynamics: Redefining Application Intelligence - AppD Summit EuropeAppDynamics
 
British Medical Journal: Refine Your Metrics For Digital Success - AppD Summi...
British Medical Journal: Refine Your Metrics For Digital Success - AppD Summi...British Medical Journal: Refine Your Metrics For Digital Success - AppD Summi...
British Medical Journal: Refine Your Metrics For Digital Success - AppD Summi...AppDynamics
 
Forrester Research: How To Organise Your Business For Digital Success - AppD ...
Forrester Research: How To Organise Your Business For Digital Success - AppD ...Forrester Research: How To Organise Your Business For Digital Success - AppD ...
Forrester Research: How To Organise Your Business For Digital Success - AppD ...AppDynamics
 
Mastering APM With End User Monitoring - AppD Summit Europe
Mastering APM With End User Monitoring - AppD Summit EuropeMastering APM With End User Monitoring - AppD Summit Europe
Mastering APM With End User Monitoring - AppD Summit EuropeAppDynamics
 
Become an AppDynamics Dashboard Rockstar - AppD Summit Europe
Become an AppDynamics Dashboard Rockstar - AppD Summit EuropeBecome an AppDynamics Dashboard Rockstar - AppD Summit Europe
Become an AppDynamics Dashboard Rockstar - AppD Summit EuropeAppDynamics
 
Business iQ: What It Is and How to Start - AppD Summit Europe
Business iQ: What It Is and How to Start - AppD Summit EuropeBusiness iQ: What It Is and How to Start - AppD Summit Europe
Business iQ: What It Is and How to Start - AppD Summit EuropeAppDynamics
 
Containers: Give Me The Facts, Not The Hype - AppD Summit Europe
Containers: Give Me The Facts, Not The Hype - AppD Summit EuropeContainers: Give Me The Facts, Not The Hype - AppD Summit Europe
Containers: Give Me The Facts, Not The Hype - AppD Summit EuropeAppDynamics
 
Automation: The Good, The Bad and The Ugly with DevOpsGuys - AppD Summit Europe
Automation: The Good, The Bad and The Ugly with DevOpsGuys - AppD Summit EuropeAutomation: The Good, The Bad and The Ugly with DevOpsGuys - AppD Summit Europe
Automation: The Good, The Bad and The Ugly with DevOpsGuys - AppD Summit EuropeAppDynamics
 

Mehr von AppDynamics (20)

Good Migrations: APM Essentials For Cloud Success at AppD Global Tour London
Good Migrations: APM Essentials For Cloud Success at AppD Global Tour LondonGood Migrations: APM Essentials For Cloud Success at AppD Global Tour London
Good Migrations: APM Essentials For Cloud Success at AppD Global Tour London
 
Top Tips For AppD Adoption Success at AppD Global Tour London
Top Tips For AppD Adoption Success at AppD Global Tour LondonTop Tips For AppD Adoption Success at AppD Global Tour London
Top Tips For AppD Adoption Success at AppD Global Tour London
 
How To Create An AppD Centre of Excellence at AppD Global Tour London
How To Create An AppD Centre of Excellence at AppD Global Tour LondonHow To Create An AppD Centre of Excellence at AppD Global Tour London
How To Create An AppD Centre of Excellence at AppD Global Tour London
 
Ensure Every Customer Matters With End User Monitoring at AppD Global Tour Lo...
Ensure Every Customer Matters With End User Monitoring at AppD Global Tour Lo...Ensure Every Customer Matters With End User Monitoring at AppD Global Tour Lo...
Ensure Every Customer Matters With End User Monitoring at AppD Global Tour Lo...
 
Just Eat: DevOps at Scale at AppD Global Tour London
Just Eat: DevOps at Scale at AppD Global Tour LondonJust Eat: DevOps at Scale at AppD Global Tour London
Just Eat: DevOps at Scale at AppD Global Tour London
 
What’s Next For AppDynamics and Cisco? AppD Global Tour London
What’s Next For AppDynamics and Cisco? AppD Global Tour LondonWhat’s Next For AppDynamics and Cisco? AppD Global Tour London
What’s Next For AppDynamics and Cisco? AppD Global Tour London
 
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...
 
Overcoming Transformational Barriers with Ensono - AppD Global Tour London
Overcoming Transformational Barriers with Ensono - AppD Global Tour LondonOvercoming Transformational Barriers with Ensono - AppD Global Tour London
Overcoming Transformational Barriers with Ensono - AppD Global Tour London
 
Equinor: What does normal look like?
Equinor: What does normal look like? Equinor: What does normal look like?
Equinor: What does normal look like?
 
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...
Unlock The Power Of Real-Time Performance Data With Business iQ - AppD Global...
 
Top Tips For AppD Adoption Success - AppD Global Tour Stockholm
Top Tips For AppD Adoption Success - AppD Global Tour StockholmTop Tips For AppD Adoption Success - AppD Global Tour Stockholm
Top Tips For AppD Adoption Success - AppD Global Tour Stockholm
 
What's next for AppD and Cisco? - AppD Global Tour
What's next for AppD and Cisco? - AppD Global TourWhat's next for AppD and Cisco? - AppD Global Tour
What's next for AppD and Cisco? - AppD Global Tour
 
Cisco and AppDynamics: Redefining Application Intelligence - AppD Summit Europe
Cisco and AppDynamics: Redefining Application Intelligence - AppD Summit EuropeCisco and AppDynamics: Redefining Application Intelligence - AppD Summit Europe
Cisco and AppDynamics: Redefining Application Intelligence - AppD Summit Europe
 
British Medical Journal: Refine Your Metrics For Digital Success - AppD Summi...
British Medical Journal: Refine Your Metrics For Digital Success - AppD Summi...British Medical Journal: Refine Your Metrics For Digital Success - AppD Summi...
British Medical Journal: Refine Your Metrics For Digital Success - AppD Summi...
 
Forrester Research: How To Organise Your Business For Digital Success - AppD ...
Forrester Research: How To Organise Your Business For Digital Success - AppD ...Forrester Research: How To Organise Your Business For Digital Success - AppD ...
Forrester Research: How To Organise Your Business For Digital Success - AppD ...
 
Mastering APM With End User Monitoring - AppD Summit Europe
Mastering APM With End User Monitoring - AppD Summit EuropeMastering APM With End User Monitoring - AppD Summit Europe
Mastering APM With End User Monitoring - AppD Summit Europe
 
Become an AppDynamics Dashboard Rockstar - AppD Summit Europe
Become an AppDynamics Dashboard Rockstar - AppD Summit EuropeBecome an AppDynamics Dashboard Rockstar - AppD Summit Europe
Become an AppDynamics Dashboard Rockstar - AppD Summit Europe
 
Business iQ: What It Is and How to Start - AppD Summit Europe
Business iQ: What It Is and How to Start - AppD Summit EuropeBusiness iQ: What It Is and How to Start - AppD Summit Europe
Business iQ: What It Is and How to Start - AppD Summit Europe
 
Containers: Give Me The Facts, Not The Hype - AppD Summit Europe
Containers: Give Me The Facts, Not The Hype - AppD Summit EuropeContainers: Give Me The Facts, Not The Hype - AppD Summit Europe
Containers: Give Me The Facts, Not The Hype - AppD Summit Europe
 
Automation: The Good, The Bad and The Ugly with DevOpsGuys - AppD Summit Europe
Automation: The Good, The Bad and The Ugly with DevOpsGuys - AppD Summit EuropeAutomation: The Good, The Bad and The Ugly with DevOpsGuys - AppD Summit Europe
Automation: The Good, The Bad and The Ugly with DevOpsGuys - AppD Summit Europe
 

AppSphere 15 - Performance and Scalability Optimizations - Xerox Government Healthcare - Health Enterprise Portal

  • 1. Performance and Scalability Optimizations - Xerox Government Healthcare - Health Enterprise Portal Gorkey Vemulapalli, Senior Architect, Xerox; Thomas Hurek, Senior Digital Experience Architect, IBM
  • 2. Agenda •  About Xerox •  Medicaid Management Information System (MMIS) •  Architecture •  Performance Optimization •  AppDynamics Copyright © 2015 AppDynamics. All rights reserved. 2
  • 4. Xerox •  Founded 1906 •  140,000+ employees •  Active in 190+ countries •  2014 Revenue: $19.5 billion •  For more than a half a century, Xerox has been a leader in document technology and services Copyright © 2015 AppDynamics. All rights reserved. 4
  • 5. Xerox Healthcare solutions Copyright © 2015 AppDynamics. All rights reserved. 5
  • 6. Xerox Health Enterprise Framework Copyright © 2015 AppDynamics. All rights reserved. 6
  • 8. Solution •  Preferred Medicaid Management Information Systems provider •  End-to-end healthcare program administration services and solutions •  Automated solution for complex data intensive deeply regulated market •  Interfaces with existing systems •  Input from web, phone, batch jobs, programmatic Copyright © 2015 AppDynamics. All rights reserved. 8
  • 9. Features •  Service Oriented Architecture platform fully aligns with MITA interoperability guidelines and web-based technologies •  Reusable, adaptable core provides common starting point –  Reduces implementation time & costs •  Fully aligned with the MITA 3.0, MECT & the Seven Conditions and Standards from the first day of service •  Flexible architecture enables edits and updates to be implemented in days or hours – not weeks or months •  More than 40 years experience with Medicaid and other publicly funded health programs Copyright © 2015 AppDynamics. All rights reserved. 9
  • 10. Use Cases •  Providers enter claims and other information •  End users can check health care coverage and claims •  State employees can approve / deny / administer •  Third Party Integration •  Batch processing Copyright © 2015 AppDynamics. All rights reserved. 10
  • 12. Modularity Copyright © 2015 AppDynamics. All rights reserved. 12
  • 13. Presentation Layer Copyright © 2015 AppDynamics. All rights reserved. 13 •  Processes the presentation and information dissemination for users •  Web Portal provides the information via a web browser. •  AVRS allows providers and members access to information by using a touch-tone telephone. •  EDI provides connectivity for the flow of data between providers, state agencies & switch vendors
  • 14. Business Process Layer Copyright © 2015 AppDynamics. All rights reserved. 14 •  Encapsulates high- level business processes exposed as service for consumers •  Uses well-defined execution of services and components
  • 15. Services Layer Copyright © 2015 AppDynamics. All rights reserved. 15 •  Composite services –  Combines granular business services to reduce some complexities and to reduce coding efforts. •  Business Service Layer –  Provides specific business services which are highly cohesive and atomic functionality •  Infrastructure Service Layer –  Supports systems integration services that are necessary to build a web application
  • 16. HE System Interaction – Claims Processing Copyright © 2015 AppDynamics. All rights reserved. 16 PRINTER SOURCE HEALTH  ENTERPRISE  ECHO-­‐SYSTEM OUTPUT Call   Center CLAIMS Flat  File ELIGIBILITY Paper  Claims PROVIDER INBOUND FINANCE PRA Provider 270 271 Flat  Files 837 OUTBOUND Facility TPs Member OCR CLAIMS ELIGIBILITY PROVIDER FINANCE B2B ONLINE NON-­‐EDI  BATCH   INTERFACES CONTACT GLOBAL SERVICE  AUTHORIZATION PROGRAM Provider Facility TPs Member CMS Bank NON-­‐EDI  BATCH   INTERFACEAdjudication ORR B2B ELIGIBILITY CLAIMS PROVIDERS Payments ELIGIBILITY CLAIMS PROVIDERS EFT EOB ELIGIBILITY CLAIMS PROVIDERS FINANCE...etc 835
  • 18. Goals •  Throughput •  Response time for different use cases •  Batch processing throughput and response time Copyright © 2015 AppDynamics. All rights reserved. 18
  • 19. Implementation •  Agile process •  Rational Performance Tester for recording & playback •  Analysis of performance issues and bottlenecks with AppDynamics software •  Tuning and code adjustment •  Repeat Copyright © 2015 AppDynamics. All rights reserved. 19
  • 20. Major Improvement Items •  Heap size tuning •  Connection pool tuning •  CPU and RAM assignments •  Virtualization changes •  Portal 8.0 -> 8.5 •  WSRP updates as part of Portal upgrade •  Theme optimization •  WCM caching Copyright © 2015 AppDynamics. All rights reserved. 20
  • 21. Major Improvement Items •  WSRP logout (now part of Portal 8.5 CF6) •  Database indexing / adding of new indexes •  Thread Pool Tuning –  LDAP –  WebSeal –  ORB –  WSRP •  Increasing number of JVMs where needed for memory reasons Copyright © 2015 AppDynamics. All rights reserved. 21
  • 22. Custom Code Adjustments •  Reduction of redundant calls •  Optimizing SQL statements •  Co-locating BPM and Business Layer •  Making calls asynchronous •  Reduction of logging •  Fixes in WAS, WSRP, JSF, Hibernate, Log4j Copyright © 2015 AppDynamics. All rights reserved. 22
  • 24. Application Performance Management •  Auto-discover and monitor end-to-end application performance •  Monitor any production app within minutes •  Monitor production apps at code-level depth with minimal overhead •  Resolve application issues quickly for exceptional end-user experience •  Eliminate false alarms with automated baselining •  Broadest coverage of languages and technologies •  Deploy On-premises, in the cloud, or in hybrid environments Copyright © 2015 AppDynamics. All rights reserved. 24
  • 25. Why use at Xerox? •  Easy to setup •  Allows code level analysis without large overhead / complicated instrumentation •  Follows transactions through a complicated set of transactions on various layers – even using different technologies •  History based data can be analyzed later – very helpful in multi-shore development •  Agile Copyright © 2015 AppDynamics. All rights reserved. 25
  • 26. Why use at Xerox? •  Production Monitoring and Alerting with very low overhead •  Flexible views and dashboards •  Dynamic detection of different transactions – via URL patterns •  Browser based •  Delegated Administration Copyright © 2015 AppDynamics. All rights reserved. 26
  • 27. Adjustments •  Learning of URL patterns •  Database extensions / detail levels for slow SQLs •  Need to monitor physical CPUs vs. virtual •  Did not catch vmotion performance issues •  PMI data is available Copyright © 2015 AppDynamics. All rights reserved. 27
  • 29. Isolating Bottlenecks Copyright © 2015 AppDynamics. All rights reserved. 29
  • 30. Server Monitoring Copyright © 2015 AppDynamics. All rights reserved. 30
  • 31. Drill Down to Code Level Copyright © 2015 AppDynamics. All rights reserved. 31
  • 32. Resolving Issues Real Time Copyright © 2015 AppDynamics. All rights reserved. 32
  • 33. Health Enterprise Scalability : Results Copyright © 2015 AppDynamics. All rights reserved. 33