Consequences of Poorly Performing Software Systems
|
|
|
- Harvey Porter
- 10 years ago
- Views:
Transcription
1 Consequences of Poorly Performing Software Systems COLLABORATIVE WHITEPAPER SERIES
2 Poorly performing software systems can have significant consequences to an organization, well beyond the costs of fixing the software. Poor performance can hinder employee effectiveness, degrade customer experiences, reduce process efficiency, create work-arounds, divert resources, and impede many aspects of overall business performance. It is a mistake to treat a potential performance problem as if it were of the same complexity as a coding error. Coding errors are relatively easy to fix; performance issues often require extensive reengineering. This article will explore the challenges, costs, and mitigating solutions in addressing poor system performance. The following typical scenarios can occur when business applications exhibit poor performance that impacts the user experience: 1. Enterprise software releases for production that are scheduled either monthly or quarterly can be delayed due to performance engineering challenges during the application design and development phases of the software development life cycle. Some examples are: a. Application coding is not meeting the performance goals b. Technical architecture components are not working as planned c. Dependency on other systems, where the other systems are not ready 2. Performance issues due to increasing business volumes, or system consolidation a. Production systems are processing more volume and the rate of increase is not monitored (not watching the system) b. Workload of consolidated systems is not fully understood c. Business volume exceeds original design goals 3. Performance issues due to flash or sudden increases in business volume a. Planned and limited time marketing events b. System not designed for such events, and system is not monitored during the event c. The risks to business were not articulated, and limited performance testing occurred 2
3 4. Performance issues due to new channel of business transactions a. New business partner b. New frequency of communication to or from partners 5. Performance issues during system recovery (the system is recovering from a significant error) a. Pending build-up of transactions due to queuing in the system that flood down stream systems when recovered b. Large user population waiting for system and just waiting to hit the send button I. Release-based performance issues Many large companies require constant changes in their software systems as these systems support many different business processes. For instance, a brokerage platform consists of various interdependent subsystems, each doing their part in the flow of an equity trade. The processes and systems are grouped into product lines that are managed as a few large units of functionality. Most often, they are systems of systems. When one system changes, others that interact with the system must be tested, and then the newly revised system must be released into production. The systems will be on different hardware and software platforms. Businesses typically manage these changes by building a detailed schedule and a release calendar. The release schedule can be monthly, bi-monthly, quarterly, etc. Common performance characteristics of a release-based schedule are: Immediate occurrence of performance issues after a release, for either online or batch Delayed occurrence of performance issues due to the ability to enable functionality at a later date In either case, immediate response is required to stop the interruptions. This is very disruptive to teams, as people will be redeployed to solve the production problems and taken away from their normal tasks. Production becomes a priority, and other tasks are slowed down or suspended until the issue is resolved and a fix implemented. The performance disruption could be a scalability problem, and is possibly solved easily by adding servers to the system. On the other hand, it could be a database issue, as the database size is long past the original intent and goals of its design. Database issues tend to be difficult, requiring more resources to solve. The problem could be design and coding practices resulting in too chatty an application, calling the web service or database too often, or it could be coding practices that use polling instead of an event model. II. Increasing business volumes When an increase in business volumes occurs, if the application and system are being monitored, people can see a performance issue building. As the business volume increases, the response time of key business transactions start to degrade. For instance, viewing the history of an account may now take four seconds instead of two seconds. The customers experience on the web site might be moving from satisfied to tolerated, or may be on its way to frustrated. The nightly processing tasks may now complete 30 minutes later than they did six months ago. You must gain visibility and get ahead of the upcoming performance issue. To help with this, you need software in production that can provide insight into the nature of the looming performance issue. This software can help you get to the root cause of the issue, allowing you to spend the right amount of resources to remedy the problem. If not monitored, the pending performance issues will become a sudden and immediate issue, requiring the use of unplanned, unscheduled, and unbudgeted resources to solve the issue. There are a number of application performance monitoring and management tools that measure the transactions from the user perspective. They allow you to proactively monitor response times while providing a detailed transaction decomposition showing where the response is within the system. These tools show what tier is taking the most time during the 3
4 transaction, and they provide diagnostics on how the time is being consumed with the tier. This allows the development and support team to focus on the root cause. III. Flash or sudden increase in business volume A flash or sudden workload increase can originate from many different sources and can exhibit different characteristics. For example, these events can vary by duration and intensity, in terms of the steady-state workload during the event. The following scenarios illustrate how the solution depends on the characteristics of the problem: Scenario 1 - Mergers and Acquisitions: The acquired business is being merged into the system of the acquiring business. The surviving systems can suddenly be processing a significant amount of additional information, far beyond the original design intent and coding practices. As a result, this new volume will be the new normal state of the business. The system will not go back to the original business volume. This new combined business volume can significantly alter the peak volume as well. Mergers and acquisitions are planned well in advance, and the systems and applications are often modified to support the expected volume increase that the new business will bring. In this case, you must consider how accurate the predictive models are for the new business volume and the new peak. Scenario 2 - Marketing Event: Customers are encouraged to visit your web site for a special purchase or limited time event. This indeed results in a temporary spike in activity, and that activity may be from a population of new users that represent a use case that is somewhat different than that of the usual transactions. As with the first scenario, however, predictive models can foresee this variation to some degree, as well as anticipate the volumes of users (based upon the volume of advertising communications). In this case, you must consider the size of the target segment, the likelihood of response, and the nature and duration of the customer response. (How do you prepare for this? Is it possible that your system can handle the overall transaction volume under normal circumstances, but in this case it fails because the promotion stresses out a specific resource or data space?) Scenario 3 - Predictable Recurring Event: For example, a monthly or quarterly statement, in which the system generates an inviting customers to visit their account and view the report. This scenario differs from the second in that the population of users is much more predictable, both in number and in the specifics of their use cases. So, as with the prior two scenarios, predictive models can provide substantial insights. In this case, you must consider rescheduling nontime-sensitive workloads outside the peak window, to compensate for the burst in demand. In any of these scenarios, the insights gleaned from predictive models can be leveraged into tangible value when they are used to formulate performance test scenarios (including transactional distributions and aggregate user profiles). IV. Performance increase due to a new channel for work In some instances, an existing system will be retrofitted to accommodate a new channel for business transactions. For instance, a new business partner will now funnel work to your systems. This could be via real-time web services or batches of transactions transmitted hourly. Planning for this should involve a predictive model for the number of transactions expected for average and peak times. You need to assess how the new load and workflow pattern will impact your existing systems. You must not disappoint the new business partner when the channel is enabled. Usually these are high profile and visible to management for both companies. If the performance does not meet expectations, it will be extremely disruptive to the support and development teams during the triage duration. 4
5 Figure 1: Categories of Cost Associted with Firefights Known Knowns Costs we can accurately plan for People Hardware Software Testing environment Known Unknowns Costs we can anticipate, but not accurately predict Service level agreement violations Application rework Delayed release Business outage, customer experience, lost revenue, etc. Overall Costs V. Impact Each of these categories introduces a series of unplanned and unbudgeted tasks for the business. These issues must be solved in production, and fixes must be introduced into the production environment. This is called firefighting an activity that is typically far more disruptive and costly than its more proactive counterpart. A production rescue, or firefight, moves through three phases: Initial crisis: The impact is known but the cause is unknown. A SWAT team is formed to solve the problem. Investigation into the situation: The team must gather information from the system and determine a set of root causes. Possible solutions are produced and vetted in test environments, while still processing new information from production. Tactical solutions are developed: Both short-term to alleviate the issues and longer-term to prevent recurrence and avoid manual intervention. Identifying the root cause can take days or weeks, depending on the complexity involved and the tools available to the team. All the while, the SWAT team is under intense pressure to solve the problem, often reporting status every two hours, and planning at the hourly level. The categories of costs associated with a firefight are shown in Figure 1. VI. Costs 1. People: Hours required to solve the problem. Many people can be involved from different disciplines within the company including the technical architect, DBA, system administrator, key business contact, software vendor, support staff, professional services, and executive sponsorship. To fully capture the cost of this, the business must require time and task tracking. a. Resource: Hours, loaded costs, distracted from other activities, and interrupted vacations b. The $1,000 conference call example (i.e., so many resources attending a call that its cost is disproportionately large), and the costs of daily/ hourly updates c. Work environment: If firefighting becomes a core competency for the IT group, you will have a challenging work environment with some unhappy people and you should measure department turnover. As people are always responding to production or pre-production issues, firefighting should be an exception. 2. Hardware: Short-term performance issues can be temporarily alleviated by adding hardware to the identified bottleneck. However, this game can be called moving the bottleneck and can take a recursive path. Hardware can range from additional CPUs, 5
6 memory, disk, or additional servers. This hardware is either expedited at a premium from your vendor (record this cost) or redirected from another project or environment. The hardware most certainly will be used in production; it may also be needed in testing environments. You may have the unplanned cost of now getting all the environments in sync with the new production configuration. 3. Testing Environments: Trying out solutions and discovering the root cause can require the commandeering of other environments, and the interruption of their work schedule. You must record and measure the cost of taking over an environment. What does the displaced team do during the event? How is their time recorded? 4. Software: Additional monitoring and debugging software may be required to diagnose the problem. Licensing issues may be encountered if additional CPUs are required. 5. Business Outage: The performance issue can cause a business outage, reducing or deferring revenue. The business and IT teams must be fully aware of the cost of an outage. The cost of the outage can increase based on the peak usage patterns. a. One outage can frustrate many people; recurring outages cause behaviors to change, resulting in a loss of confidence and credibility b. If you have proper measurement and monitoring tools in place, you can see the behavior change on your web site 6. Violation of Service Level Agreements with Business Partners: If you have business partners that rely on your systems for key information in a near real-time context, or even nightly, you might have to pay penalties due to missing the SLAs. The business and the IT organization must be fully aware of the costs associated with these contracts. develop the code, test, and deploy it. This will have to be planned and integrated into existing releases. Does the fix require an emergency production install? Or will it be part of the previously scheduled install? 8. Delayed Application Rollout: The nature of the performance issue may delay a planned rollout schedule for the enterprise. What is the cost of a delayed rollout? a. Regulatory issues and penalties b. Preparation required for a retailer to rollout and train the store workforce c. Publicly traded companies: business commitments to investors d. ROI: Calculations may be influenced by the timeline of the new application, the original ROI may now take longer to achieve, and push the benefits into a different business quarter or year. That has a significant impact to the business. We measure and monitor systems, and we track response times and database space growth. How well do we track the costs of performance issues to the business? How did you do? Where did your performance issues come from, and did you accurately capture the costs associated with the issue? Assessing your overall cost for each performance issue, where did you incur unplanned and unbudgeted costs? Getting on top of poorly performing software can help mitigate many of the unfortunate and costly consequences an organization might experience. Developing a strong discipline in understanding performance issues, and developing a keen capability to address them can create more reliable business performance, more satisfied partners and customers, and ultimately more profitable business operations. 7. Application Rework: Once the root cause of the bottleneck has been identified, and if it has been associated to the application software code, a development cycle will be required to design a fix, 6
7 Collaborative Consulting is a leading information technology services firm dedicated to helping our clients achieve business advantage through the use of strategy and technology. We deliver a comprehensive set of solutions across multiple industries, with a focus on business process and program management, information management, software solutions, and software performance and quality. We also have a set of offerings specific to the life sciences and financial services industries. Our unique model offers both onsite management and IT consulting as well as U.S.-based remote solution delivery. To learn more about Collaborative, please visit our website at us at [email protected], or contact us at Copyright 2014 Collaborative Consulting, LLC. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. WP
Proactive Performance Management for Enterprise Databases
Proactive Performance Management for Enterprise Databases Abstract DBAs today need to do more than react to performance issues; they must be proactive in their database management activities. Proactive
NEEDS BASED PLANNING FOR IT DISASTER RECOVERY
The Define/Align/Approve Reference Series NEEDS BASED PLANNING FOR IT DISASTER RECOVERY Disaster recovery planning is essential it s also expensive. That s why every step taken and dollar spent must be
IBM Tivoli Netcool network management solutions for enterprise
IBM Netcool network management solutions for enterprise The big picture view that focuses on optimizing complex enterprise environments Highlights Enhance network functions in support of business goals
Q uick Guide to Disaster Recovery Planning An ITtoolkit.com White Paper
This quick reference guide provides an introductory overview of the key principles and issues involved in IT related disaster recovery planning, including needs evaluation, goals, objectives and related
An ITIL Perspective for Storage Resource Management
An ITIL Perspective for Storage Resource Management BJ Klingenberg, IBM Greg Van Hise, IBM Abstract Providing an ITIL perspective to storage resource management supports the consistent integration of storage
whitepaper Network Traffic Analysis Using Cisco NetFlow Taking the Guesswork Out of Network Performance Management
whitepaper Network Traffic Analysis Using Cisco NetFlow Taking the Guesswork Out of Network Performance Management Taking the Guesswork Out of Network Performance Management EXECUTIVE SUMMARY Many enterprise
Hitachi Adaptable Modular Storage 2000 Family and Microsoft Exchange Server 2007: Monitoring and Management Made Easy
Solution Profile Hitachi Adaptable Modular Storage 2000 Family and Microsoft Exchange Server 2007: Monitoring and Management Made Easy Hitachi Data Systems Monitoring and Management Made Easy Over the
Application Performance Testing Basics
Application Performance Testing Basics ABSTRACT Todays the web is playing a critical role in all the business domains such as entertainment, finance, healthcare etc. It is much important to ensure hassle-free
CA Service Desk Manager
PRODUCT BRIEF: CA SERVICE DESK MANAGER CA Service Desk Manager CA SERVICE DESK MANAGER IS A VERSATILE, COMPREHENSIVE IT SUPPORT SOLUTION THAT HELPS YOU BUILD SUPERIOR INCIDENT AND PROBLEM MANAGEMENT PROCESSES
Module 1 Study Guide
Module 1 Study Guide Introduction to OSA Welcome to your Study Guide. This document is supplementary to the information available to you online, and should be used in conjunction with the videos, quizzes
Implement a unified approach to service quality management.
Service quality management solutions To support your business objectives Implement a unified approach to service quality management. Highlights Deliver high-quality software applications that meet functional
PLA 7 WAYS TO USE LOG DATA FOR PROACTIVE PERFORMANCE MONITORING. [ WhitePaper ]
[ WhitePaper ] PLA 7 WAYS TO USE LOG DATA FOR PROACTIVE PERFORMANCE MONITORING. Over the past decade, the value of log data for monitoring and diagnosing complex networks has become increasingly obvious.
Capacity planning with Microsoft System Center
Capacity planning with Microsoft System Center Mike Resseler Veeam Product Strategy Specialist, MVP, Microsoft Certified IT Professional, MCSA, MCTS, MCP Modern Data Protection Built for Virtualization
Analyzing IBM i Performance Metrics
WHITE PAPER Analyzing IBM i Performance Metrics The IBM i operating system is very good at supplying system administrators with built-in tools for security, database management, auditing, and journaling.
The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM)
The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM) TM IS YOUR DATA CENTER OPERATING AT PEAK PERFORMANCE? MITIGATE RISK. OPTIMIZE EFFICIENCY. SUPPORT
CUSTOMER GUIDE. Support Services
CUSTOMER GUIDE Support Services Table of Contents Nexenta Support Overview... 4 Support Contract Levels... 4 Support terminology... 5 Support Services Provided... 6 Technical Account Manager (TAM)... 6
Performance Testing. Slow data transfer rate may be inherent in hardware but can also result from software-related problems, such as:
Performance Testing Definition: Performance Testing Performance testing is the process of determining the speed or effectiveness of a computer, network, software program or device. This process can involve
Software Asset Management on System z
Software Asset Management on System z Mike Zelle Tivoli WW IT Asset Management Marketing SAM in SHARE Project Manager [email protected] Agenda Why Software Asset Management (SAM) The Discipline of Software
Ohio Supercomputer Center
Ohio Supercomputer Center IT Business Continuity Planning No: Effective: OSC-13 06/02/2009 Issued By: Kevin Wohlever Director of Supercomputer Operations Published By: Ohio Supercomputer Center Original
All-Flash Arrays Weren t Built for Dynamic Environments. Here s Why... This whitepaper is based on content originally posted at www.frankdenneman.
WHITE PAPER All-Flash Arrays Weren t Built for Dynamic Environments. Here s Why... This whitepaper is based on content originally posted at www.frankdenneman.nl 1 Monolithic shared storage architectures
Problem Management Overview HDI Capital Area Chapter September 16, 2009 Hugo Mendoza, Column Technologies
Problem Management Overview HDI Capital Area Chapter September 16, 2009 Hugo Mendoza, Column Technologies Problem Management Overview Agenda Overview of the ITIL framework Overview of Problem Management
How To Test For Elulla
EQUELLA Whitepaper Performance Testing Carl Hoffmann Senior Technical Consultant Contents 1 EQUELLA Performance Testing 3 1.1 Introduction 3 1.2 Overview of performance testing 3 2 Why do performance testing?
Case Study - I. Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008.
Case Study - I Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008 Challenges The scalability of the database servers to execute batch processes under
View Point. Oracle Applications and the economics of Cloud Computing. Abstract
View Point Oracle Applications and the economics of Cloud Computing Mandar Bhale Abstract Cloud computing is making waves in the Enterprise package space as the latest trend in Information Technology.
Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities
Technology Insight Paper Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities By John Webster February 2015 Enabling you to make the best technology decisions Enabling
WHAT IS SOFTWARE PERFORMANCE ENGINEERING? By Michael Foster www.cmgaus.org
WHAT IS SOFTWARE PERFORMANCE ENGINEERING? By Michael Foster www.cmgaus.org DEFINITION Software Engineering is: A systematic and quantitative approach for the cost effective development of software systems
Migrate workloads back and forth across diverse physical and virtual platforms using the same interfaces, policies, and performance analytics
WHITE PAPER Novell Holds Down Data Center Costs with PlateSpin Workload Management Solutions Sponsored by: Novell Mary Johnston Turner June 2009 IDC OPINION Global Headquarters: 5 Speen Street Framingham,
The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM)
The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM) TM Emerson Network Power s R&D investment, sales channels and partnerships within the DCIM ecosystem
MEASURING FOR PROBLEM MANAGEMENT
MEASURING FOR PROBLEM MANAGEMENT Problem management covers a variety of activities related to problem detection, response and reporting. It is a continuous cycle that encompasses problem detection, documentation
SharePoint Managed Services: How to Make SharePoint Work for You
Introduction Imagine all of your important company announcements are being stored in a single location, reducing the amount of mail flowing into your inbox. Processes are completely automated generating
Health and Productivity Management:
Health and Productivity Management: A Retrospective Analysis of Strategic Investments and Bottom-Line Results Insights from the Shepell fgi Research Group Health and Productivity Management: A Retrospective
BridgeWays Management Pack for VMware ESX
Bridgeways White Paper: Management Pack for VMware ESX BridgeWays Management Pack for VMware ESX Ensuring smooth virtual operations while maximizing your ROI. Published: July 2009 For the latest information,
10 Tips to Better Manage Your Service Team
10 Tips to Better Manage Your Service Team Service Management Recurring Services Solution Development & Mgmt Marketing & Sales Project Services Service Desk Field Services Managed Services Service Desk
Critical Success Factors in Selecting an IT Infrastructure Provider
white paper: IT solutions Critical Success Factors in Selecting an IT Infrastructure Provider Start by Doing Your Homework....................................... 2 One Last Thing to Consider...................................................
System Infrastructure Non-Functional Requirements Related Item List
System Infrastructure Non-Functional Requirements Related Item List April 2013 Information-Technology Promotion Agency, Japan Software Engineering Center Copyright 2010 IPA [Usage conditions] 1. The copyright
Cloud Computing for Business
4 Buying Cloud Services The following excerpt is from Chapter Four Buying Cloud Services 4.1 Determining Fit In establishing your cloud vision, you have achieved an understanding of the business context,
IBM Tivoli Netcool network management solutions for SMB
IBM Netcool network management solutions for SMB An integrated approach enhances IT as it supports business needs for the SMB environment Highlights Automate management tasks to reduce IT workload and
Cost of Poor Quality:
Cost of Poor Quality: Analysis for IT Service Management Software Software Concurrent Session: ISE 09 Wed. May 23, 8:00 AM 9:00 AM Presenter: Daniel Zrymiak Key Points: Use the Cost of Poor Quality: Failure
Oracle Enterprise Manager 13c Cloud Control
Oracle Enterprise Manager 13c Cloud Control ORACLE DIAGNOSTICS PACK FOR ORACLE DATABASE lace holder for now] Oracle Enterprise Manager is Oracle s integrated enterprise IT management product line, and
DELL BACKUP ADMINISTRATION & MANAGEMENT SERVICES
DELL BACKUP ADMINISTRATION & MANAGEMENT SERVICES SIMPLIFY DATA BACKUP MANAGEMENT BACKUP ADMINISTRATION & MANAGEMENT SERVICES DELL S APPROACH Dell brings predictability and manageability into backup environments
Achieving ITSM Excellence Through Availability Management
Achieving ITSM Excellence Through Availability Management Technology Concepts and Business Considerations Abstract This white paper outlines the motivation behind Availability Management, and describes
Performance and Scale in Cloud Computing
Performance and Scale in Cloud Computing A Joyent White Paper Executive Summary Poor application performance causes companies to lose customers, reduce employee productivity, and reduce bottom line revenue.
Oracle Fixed Scope Services Definitions Effective Date: October 14, 2011
Oracle Fixed Scope Services Definitions Effective Date: October 14, 2011 "You" and "your" refers to the individual or entity that has ordered Advanced Customer Services from Oracle or an authorized distributor.
ORACLE SYSTEMS OPTIMIZATION SUPPORT
ORACLE SYSTEMS OPTIMIZATION SUPPORT Organizations have unique business and IT challenges. With Oracle Systems Optimization Support, part of a flexible portfolio of services offered by Oracle Advanced Customer
DISASTER RECOVERY PLANNING GUIDE
DISASTER RECOVERY PLANNING GUIDE AN INTRODUCTION TO BUSINESS CONTINUITY PLANNING FOR JD EDWARDS SOFTWARE CUSTOMERS www.wts.com WTS Disaster Recovery Planning Guide Page 1 Introduction This guide will provide
Business resilience: The best defense is a good offense
IBM Business Continuity and Resiliency Services January 2009 Business resilience: The best defense is a good offense Develop a best practices strategy using a tiered approach Page 2 Contents 2 Introduction
MyOfficePlace Business Critical Services Handbook
MyOfficePlace Business Critical Services Handbook 1. Support overview Mission statement MyOfficePlace LTD. is committed to responding quickly to your inquiries. We will help you ensure that your IT environments
An Oracle White Paper July 2014. Oracle Database 12c: Meeting your Performance Objectives with Quality of Service Management
An Oracle White Paper July 2014 Oracle Database 12c: Meeting your Performance Objectives with Quality of Service Management Introduction... 1 Overview of Oracle Database QoS Management... 1 Benefits of
I D C M A R K E T S P O T L I G H T
I D C M A R K E T S P O T L I G H T E n t r y- L e ve l E n t e r p r ise Storage: Stepping Up t o B i g C h a l lenges October 2012 Adapted from The Appliance-ization of the Datacenter and Its Impact
Improving. Summary. gathered from. research, and. Burnout of. Whitepaper
Whitepaper Improving Productivity and Uptime with a Tier 1 NOC Summary This paper s in depth analysis of IT support activities shows the value of segmenting and delegatingg activities based on skill level
Why cloud backup? Top 10 reasons
Why cloud backup? Top 10 reasons HP Autonomy solutions Table of contents 3 Achieve disaster recovery with secure offsite cloud backup 4 Free yourself from manual and complex tape backup tasks 4 Get predictable
Performance Testing. What is performance testing? Why is performance testing necessary? Performance Testing Methodology EPM Performance Testing
Performance Testing What is performance testing? Why is performance testing necessary? Performance Testing Methodology EPM Performance Testing What is Performance Testing l The primary goal of Performance
E2E Systems Resource Analysis (SRA) for Virtual, Cloud and Abstracted Environments
End to End Systems Resource Analysis for Virtual, Cloud and Abstracted Environments Importance of Situational Awareness for Virtual and Abstracted Environments By Greg Schulz Founder and Senior Advisory
SOLUTION WHITE PAPER. Align Change and Incident Management with Business Priorities
SOLUTION WHITE PAPER Align Change and Incident Management with Business Priorities Table of Contents Executive summary 1 the Need for Business aware Service support processes 2 The Challenge of Traditional
Introduction. By Santhosh Patil, Infogix Inc.
Enterprise Health Information Management Framework: Charting the path to bring efficiency in business operations and reduce administrative costs for healthcare payer organizations. By Santhosh Patil, Infogix
Rapid Bottleneck Identification A Better Way to do Load Testing. An Oracle White Paper June 2009
Rapid Bottleneck Identification A Better Way to do Load Testing An Oracle White Paper June 2009 Rapid Bottleneck Identification A Better Way to do Load Testing. RBI combines a comprehensive understanding
INSIDE. Preventing Data Loss. > Disaster Recovery Types and Categories. > Disaster Recovery Site Types. > Disaster Recovery Procedure Lists
Preventing Data Loss INSIDE > Disaster Recovery Types and Categories > Disaster Recovery Site Types > Disaster Recovery Procedure Lists > Business Continuity Plan 1 Preventing Data Loss White Paper Overview
The Challenge of Managing On-line Transaction Processing Applications in the Cloud Computing World
The Challenge of Managing On-line Transaction Processing Applications in the Cloud Computing World Marcia Kaufman, COO and Principal Analyst Sponsored by CloudTran The Challenge of Managing On-line Transaction
Virtual Desktop Infrastructure Optimization with SysTrack Monitoring Tools and Login VSI Testing Tools
A Software White Paper December 2013 Virtual Desktop Infrastructure Optimization with SysTrack Monitoring Tools and Login VSI Testing Tools A Joint White Paper from Login VSI and Software 2 Virtual Desktop
Skelta BPM and High Availability
Skelta BPM and High Availability Introduction Companies are now adopting cloud for hosting their business process management (BPM) tools. BPM on cloud can help control costs, optimize business processes
Bringing Value to the Organization with Performance Testing
Bringing Value to the Organization with Performance Testing Michael Lawler NueVista Group 1 Today s Agenda Explore the benefits of a properly performed performance test Understand the basic elements of
Draft Copy. Change Management. Release Date: March 18, 2012. Prepared by: Thomas Bronack
Draft Copy Change Management Release Date: March 18, 2012 Prepared by: Thomas Bronack Section Table of Contents 10. CHANGE MANAGEMENT... 5 10.1. INTRODUCTION TO CHANGE MANAGEMENT... 5 10.1.1. PURPOSE OF
Workload Automation Challenges and Opportunities
I D C E X E C U T I V E B R I E F Workload Automation Challenges and Opportunities May 2011 Sponsored by BMC Executive Summary Enterprise IT workload environments are becoming more complex, dynamic, and
Monitoring Microsoft Exchange to Improve Performance and Availability
Focus on Value Monitoring Microsoft Exchange to Improve Performance and Availability With increasing growth in email traffic, the number and size of attachments, spam, and other factors, organizations
Virtualization in Healthcare: Less Can Be More
HEALTH INDUSTRY INSIGHTS EXECUTIVE BRIEF Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.935.4445 F.508.988.7881 www.healthindustry-insights.com Virtualization in Healthcare: Less Can
WHITE PAPER OCTOBER 2014. Unified Monitoring. A Business Perspective
WHITE PAPER OCTOBER 2014 Unified Monitoring A Business Perspective 2 WHITE PAPER: UNIFIED MONITORING ca.com Table of Contents Introduction 3 Section 1: Today s Emerging Computing Environments 4 Section
Application Visibility and Monitoring >
White Paper Application Visibility and Monitoring > An integrated approach to application delivery Application performance drives business performance Every business today depends on secure, reliable information
G DATA TechPaper #0275. G DATA Network Monitoring
G DATA TechPaper #0275 G DATA Network Monitoring G DATA Software AG Application Development May 2016 Contents Introduction... 3 1. The benefits of network monitoring... 3 1.1. Availability... 3 1.2. Migration
Recovery Management. Release Data: March 18, 2012. Prepared by: Thomas Bronack
Recovery Management Release Data: March 18, 2012 Prepared by: Thomas Bronack Section Table of Contents 8. RECOVERY MANAGEMENT... 4 8.1. INTRODUCTION TO RECOVERY MANAGEMENT... 4 8.1.1. DEFINITION... 4 8.1.2.
Automating ITIL v3 Event Management with IT Process Automation: Improving Quality while Reducing Expense
Automating ITIL v3 Event Management with IT Process Automation: Improving Quality while Reducing Expense An ENTERPRISE MANAGEMENT ASSOCIATES (EMA ) White Paper Prepared for NetIQ November 2008 IT Management
Exhibit E - Support & Service Definitions. v1.11 / 2015-07-03
Exhibit E - Support & Service Definitions v1.11 / 2015-07-03 Introduction - Support Services Table of Contents 1 Introduction... 4 2 General Definitions... 5 2.1 Support Services... 5 2.2 2.3 License or
Software License Asset Management (SLAM) Part 1
LANDesk White Paper Software License Asset Management (SLAM) Part 1 Five Steps to Reduce Software License Costs and Ensure Audit Preparedness Contents A Software Audit Looms in Your Future.... 3 Overbuying
Application Performance Management
Application Performance Management Intelligence for an Optimized WAN xo.com Application Performance Management Intelligence for an Optimized WAN Contents Abstract 3 Introduction 3 Business Drivers for
AN APPLICATION-CENTRIC APPROACH TO DATA CENTER MIGRATION
AN APPLICATION-CENTRIC APPROACH TO DATA CENTER MIGRATION Five key success factors IT organizations today are under constant business pressure to transform their infrastructure to reduce costs, increase
Improving the Customer Support Experience with NetApp Remote Support Agent
NETAPP WHITE PAPER Improving the Customer Support Experience with NetApp Remote Support Agent Ka Wai Leung, NetApp April 2008 WP-7038-0408 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 NETAPP SUPPORT REMOTE
What you need to know about cloud backup: your guide to cost, security, and flexibility. 8 common questions answered
What you need to know about cloud backup: your guide to cost, security, and flexibility. 8 common questions answered Over the last decade, cloud backup, recovery and restore (BURR) options have emerged
Cloud Infrastructure Services for Service Providers VERYX TECHNOLOGIES
Cloud Infrastructure Services for Service Providers VERYX TECHNOLOGIES Meeting the 7 Challenges in Testing and Performance Management Introduction With advent of the cloud paradigm, organizations are transitioning
