Fixing Intermittent Application Performance Problems: Turning Hours into Minutes

Size: px
Start display at page:

Download "Fixing Intermittent Application Performance Problems: Turning Hours into Minutes"

Transcription

1 Fixing Intermittent Application Performance Problems: Turning Hours into Minutes Intermittent performance problems are among the most frustrating issues IT administrators face. The apparently random nature of occurrences, the nearimpossibility of reproducing all conditions, and the complexity of applications and their dependencies make it difficult to diagnose root causes to resolve an issue quickly. Administrators commonly resort to time-consuming manual event log searches and trial-and-error attempts to reproduce and diagnose problems. But what they really need is a more efficient approach that puts an end to such a resource-intensive and frustrating process, one that provides the tools and the insight to identify and resolve intermittent performance problems in a hurry. Combating Inefficiencies System administrators are trained problem solvers, but it really helps to have some idea where to start. Unfortunately users usually can t give you much information to go on. They are likely only to report general symptoms such as a slow application or an inexplicable disconnect, and they are unlikely to know if it s being caused by an intermittent performance problem. Intermittent problems are especially difficult to diagnose because they don t last long enough to examine and solve. They appear, wreak havoc, and vanish. The only trace evidence is captured in event logs, often buried in large volumes of hard-to-connect data. Finding such evidence can be as difficult as finding a needle in a haystack. The root cause of the problem can be hidden almost anywhere because most business applications are complex entities that interact with multiple resources, such as databases, web servers, directory services, and the network itself. That complexity forces the administrator through a slow, labor-intensive investigative process that can delay other daily tasks and projects. Without a clear lead to the cause of the problem, the system administrator is forced to review event logs from every part of the application environment. That process requires analyzing long lists of events in multiple logs item by item to find an outstanding event, error condition, or combination of conditions that correlate to the timeframe in which users began to complain. To isolate the problem, the system administrator may attempt to write test scripts, but complex applications can have such a wide variety of conditions that this trial-and-error process can take many hours that can turn into weeks. In organizations large enough to employ specialized administrators for various functions, a database administrator (DBA) or network administrator might be called in to help isolate a problem, following the same onerous analytical process as the system administrator. Scheduling another administrator with a full workload to participate in this process without proof that the problem lies in his or her area can consume a lot of time unnecessarily. And if the issue requires the collaboration of multiple groups, additional time will be wasted before the issue is resolved. Once solved, if the problem recurs, business operations will be disrupted again, user complaints will continue to roll in, and the pressure will build to find a more efficient solution, one that helps administrators overcome the challenges and expense of intermittent performance problems. 3 Common Underlying Causes That Complicate Intermittent Problem Resolution The sporadic nature of a performance problem often makes diagnosis difficult. Keep your eyes open for these three common underlying causes of intermittent problems: Memory Leak: Microsoft Internet Information Services (IIS) for Windows Server is a flexible, secure and manageable web server. Applications commonly pull information from this server into local memory to process. After processing, the memory should flush this data, but that doesn t always happen. The result is overloaded random access memory (RAM) that cannot accept more data. This drastically reduces central processing unit (CPU) utilization, which in turn reduces application performance. Long-Running Query: Seemingly innocent acts such as changing a schema or updating a stored procedure can introduce a blockage that results in a very long-running SQL query. Such queries sap CPU and memory and slow application performance. Wireless Latency: Many applications, and especially older applications, are not tolerant of the inherent latency in wireless networks. When these applications interact with databases and web servers over a wireless network, they might not achieve the response time that the application requires. The result is a timed-out application and an annoyed user. The most useful Application Performance Monitoring tools can help diagnose these causes and other sources of intermittent performance problems quickly and accurately.

2 Application Performance Monitoring Speeds Resolution The greatest challenge in diagnosing an intermittent performance problem is to know where to begin. Is the root cause in the application itself, or in a database or web server? Or is it a network issue? Without a valid starting point, there is no way to select the right diagnostic path and conduct an efficient analysis. An Application Performance Monitoring (APM) solution that lets administrators link all application dependencies can overcome this impasse. In this environment, targeted, real-time monitoring immediately puts administrators on the right diagnostic path, and clear graphic displays make it easy to follow that path to the root cause of the performance problem. Create Profiles Figure 1 is an example of an IT environment for a customer relationship management (CRM) service. It includes multiple applications running on multiple servers. Any issue that affects the performance of any application in this environment, such as a database problem or a Microsoft Internet Information Services (IIS) server problem, can affect the performance of the CRM service. Consequently, diagnosing an intermittent performance problem in the CRM service requires monitoring all the elements that make up that service and presenting that information in a high-level view that provides a starting point for analysis. Figure 1. The CRM Service IT infrastructure consists of multiple components. An Application Performance Monitor uses application profiles to diagnose intermittent application performance problems. Application profiles define how an application is monitored and what actions should be taken when an application or one of its components fails. The most useful Application Performance Monitors not only include application profiles, they also define complex relationships and dependencies from simple n-tier applications to large server farms and on to complete IT services.

3 For example, a SQL server farm is one of the components that requires monitoring in the CRM service shown in Figure 1. A typical SQL server configuration consists of an online transaction processor (OLTP), a staging server, and a data warehousing SQL Server. An application profile is created by an administrator and it s assigned to monitor each SQL server instance. Individual profiles are then embedded into a higher-level profile to monitor the entire SQL server farm (Figure 2). Once the server farm profile is created, it can be embedded into an even higher-level profile that encompasses the entire CRM service (Figure 3). Replicating this process for each IT service component, such as the IIS server farm, creates a comprehensive service profile that s the key to a quick diagnosis of a problem s root cause. The profile ensures that the administrator can view the status of the entire service or drill down to any component within that service, down to a specific instance or component of an application. The resulting comprehensive service monitoring profile is the foundation for fast, accurate problem diagnoses. Figure 2. The server application profile is embedded into the server farm profile.

4 Figure 3. The server farm profile is embedded into the CRM service profile. Diagnose Problems Completing a service profile such as the CRM example generally takes less than two hours. But after that small investment in time, the process of diagnosing an intermittent performance problem can be collapsed from hours, days and weeks of time and frustration into a straightforward process that takes just minutes. Multiply this by the number of application performance incidents you receive now, and the amount of time you ll be gaining back in your day can be considerable. For example, the Application Performance Monitor might issue a real time alert that Microsoft Dynamics is down. The administrator can then quickly view a high-level profile of the CRM service and see that there is a problem in the supporting SQL server farm (Figure 4). The problem area is shown in red, making it easy to identify.

5 Figure 4. In this example, you can quickly determine that Microsoft Dynamics is down due to a problem in the supporting server farm. The administrator can then drill down into the SQL server farm data and see that the problem lies in the Data Warehouse server (Figure 5). Isolating the problem to a single server illuminates the next step in the diagnostic process, which is a detailed look at the Data Warehouse server status. Click on that red square to learn more. Figure 5. Drill-down analysis shows there s a problem with the Data Warehouse Server. Clicking on the red square above will take you to the Data Warehouse server status (below, Figure 6). You can immediately see that the root cause of the problem experienced by the user as a Microsoft Dynamics failure is actually Figure 6. The Data Warehouse Server profile reveals the root cause of the problem.

6 a memory issue in the Data Warehouse server. With only a few mouse clicks you ve determined the root cause of the Microsoft Dynamics failure. A historical graph of the Memory Manager metrics (Figure 7, below) offers further information that the appearance of the memory issue correlates with user complaints of Microsoft Dynamics failures. Figure 7. Intermittent Microsoft Dynamics failures correlate with Data Warehouse Server memory spikes over time. But what happens if a user reports a Microsoft Dynamics performance problem, and a quick look at the high-level CRM service profile reveals that all the system components are working properly? In this case, the problem very likely lies in the network itself. Many applications were not designed with wireless networks in mind. These applications tend to be intolerant of the delays and latencies that wireless can introduce. As a result, wireless users can experience timeouts, disconnects, and data loss. Expanding Application Performance Monitoring capabilities to the network can help administrators to identify the root cause of a network problem as easily as shown in the example above. To determine if there is a network root cause to the Microsoft Dynamics performance problem, for example, an administrator can start by determining whether the user was on a wired or wireless network. If the answer is a wireless network, one obvious culprit is an oversubscribed access point. A quick look at a graphic showing access point usage confirms that the access point is indeed oversubscribed (Figure 8). But knowing that doesn t solve the problem. Why is the access point oversubscribed? If this is an intermittent problem, what is the cause? Is network traffic from a monthly meeting in a nearby conference room temporarily overloading the access point? Or are there employees disregarding IT policy and overloading the access point by streaming unauthorized applications such as Pandora or YouTube? Determining the root cause is critical to implementing a cost-effective solution. Solving the problem by more strictly enforcing bandwidth usage policies might eliminate the unnecessary purchase of additional access points. Figure 8. An oversubscribed access point is related to the performance problem.

7 Through the same drill-down process used to isolate the SQL server farm problem, an administrator can determine who was using the access point when Microsoft Dynamics experienced the performance problem, and how much bandwidth each person was using. Figure 9 shows that one person was clearly using an excessive amount of bandwidth. A final drill-down shows that the vast majority of the bandwidth consumed by that user was taken by an unclassified application most likely one that is not allowed by IT policy (Figure 10). Figure 9. The administrator can view access point usage by user and bandwidth. Figure 10. An unclassified application is consuming an excessive amount of bandwidth. Automated Remediation Once root causes of intermittent application performance problems are identified, System Administrators can use the Application Performance Monitor to create multi-step action policies to address future occurrences more quickly. Action policies can include event logging, real-time alerts, and PowerShell self-healing scripts such as reboot and service restart. Action policies can be assigned at the service, application, and component level. Dependency-aware application profiles enable coordinated multi-tier action policies to ensure optimal performance of complex applications and IT services.

8 Widespread Business Benefits An Application Performance Monitoring tool can streamline the resolution of intermittent problems, turning many hours of exasperating work into a few highly-productive minutes. The most successful solutions feature: A unified view of the complete IT infrastructure and applications Application profiles that can be customized to include all dependencies The option to create multi-step action policies to automatically address future instances of the same intermittent conditions These capabilities allow administrators to diagnose intermittent performance problems quickly and accurately, whether they reside in a device or in the network itself. The ability to customize profiles can also foster cooperation throughout IT. For example, a system administrator can easily ask a database administrator to recommend areas to monitor that have historically tended to cause problems. Working cooperatively with common priorities and shared information shortens the diagnostic cycle and streamlines the process to save administrator time and reduce user complaints. About the Network Management Division of Ipswitch, Inc. The Network Management Division of Ipswitch, Inc. is the force behind WhatsUp Gold, the integrated suite of IT management solutions. Over 150,000 networks at large, mid-sized and small enterprises depend on WhatsUp Gold for comprehensive network, system, application and end-user experience monitoring in physical, virtual and wireless infrastructure environments. For 21 years, Ipswitch has developed easy-to-use and affordable products that help IT managers worldwide improve their ability to provide services that drive business success. Ipswitch is headquartered in Lexington, MA and has offices in Atlanta and Augusta, GA, Madison, WI, and American Fork, UT, as well as international offices in Netherlands and Japan. To learn more about WhatsUp Gold, please visit: Ipswitch, Inc. 83 Hartwell Avenue Lexington, MA USA (781) Kingsfordweg GR Amsterdam The Netherlands Copyright 2013, Ipswitch, Inc. All rights reserved. WhatsUp is a registered trademark and Ipswitch is a trademark of Ipswitch, Inc. Other products or company names are or may be trademarks or registered trademarks and are the property of their respective holders. Ipswitch Japan 株式会社 東京都港区南麻布 南麻布T&Fビル8階

AN IPSWITCH WHITE PAPER. The Definitive Guide to Managed File Transfer. Attaining Automation, Security, Control & Compliance

AN IPSWITCH WHITE PAPER. The Definitive Guide to Managed File Transfer. Attaining Automation, Security, Control & Compliance AN IPSWITCH WHITE PAPER The Definitive Guide to Managed File Transfer Attaining Automation, Security, Control & Compliance We ask all of our employees to make use of the MOVEit platform so that we can

More information

Diagnosing the cause of poor application performance

Diagnosing the cause of poor application performance Diagnosing the cause of poor application performance When it comes to troubleshooting application performance issues, there are two steps you can take to make diagnosis easier, faster and more accurate.

More information

Monitoring Tips. for Microsoft Applications and Environments. i Ten Monitoring Tips for Microsoft Applications and Environments

Monitoring Tips. for Microsoft Applications and Environments. i Ten Monitoring Tips for Microsoft Applications and Environments 10 Monitoring Tips for Microsoft Applications and Environments i Ten Monitoring Tips for Microsoft Applications and Environments 10 Monitoring Tips For Microsoft Applications and Environments Are you battling

More information

White Paper. The Ten Features Your Web Application Monitoring Software Must Have. Executive Summary

White Paper. The Ten Features Your Web Application Monitoring Software Must Have. Executive Summary White Paper The Ten Features Your Web Application Monitoring Software Must Have Executive Summary It s hard to find an important business application that doesn t have a web-based version available and

More information

Diagnosing the cause of poor application performance

Diagnosing the cause of poor application performance Diagnosing the cause of poor application performance When it comes to troubleshooting application performance issues, there are two steps you can take to make diagnosis easier, faster and more accurate.

More information

Go beyond basic up/down monitoring

Go beyond basic up/down monitoring Go beyond basic up/down monitoring Extending the value of SCOM with Foglight for SQL Server Introduction Microsoft Systems Center Operations Manager (SCOM) allows IT professionals to manage and monitor

More information

Performance Management for Enterprise Applications

Performance Management for Enterprise Applications performance MANAGEMENT a white paper Performance Management for Enterprise Applications Improving Performance, Compliance and Cost Savings Teleran Technologies, Inc. 333A Route 46 West Fairfield, NJ 07004

More information

BMC ProactiveNet Performance Management Application Diagnostics

BMC ProactiveNet Performance Management Application Diagnostics BMC ProactiveNet Performance Management Application Diagnostics BMC, BMC Software, and the BMC Software logo are the exclusive properties of BMC Software, Inc., are registered with the U.S. Patent and

More information

Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle

Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle Introduction I ve always been interested and intrigued by the processes DBAs use to monitor

More information

SQL Server Performance Tuning for DBAs

SQL Server Performance Tuning for DBAs ASPE IT Training SQL Server Performance Tuning for DBAs A WHITE PAPER PREPARED FOR ASPE BY TOM CARPENTER www.aspe-it.com toll-free: 877-800-5221 SQL Server Performance Tuning for DBAs DBAs are often tasked

More information

effective performance monitoring in SAP environments

effective performance monitoring in SAP environments WHITE PAPER September 2012 effective performance monitoring in SAP environments Key challenges and how CA Nimsoft Monitor helps address them agility made possible table of contents executive summary 3

More information

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Citrix EdgeSight User s Guide Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

Network Management and Monitoring Software

Network Management and Monitoring Software Page 1 of 7 Network Management and Monitoring Software Many products on the market today provide analytical information to those who are responsible for the management of networked systems or what the

More information

Measuring end-to-end application performance in an on-demand world. Shajeer Mohammed Enterprise Architect

Measuring end-to-end application performance in an on-demand world. Shajeer Mohammed Enterprise Architect Measuring end-to-end application performance in an on-demand world Shajeer Mohammed Enterprise Architect Agenda 1 Introduction to CA 2 Application Performance Management and its Need 3 How CA Solutions

More information

End Your Data Center Logging Chaos with VMware vcenter Log Insight

End Your Data Center Logging Chaos with VMware vcenter Log Insight End Your Data Center Logging Chaos with VMware vcenter Log Insight By David Davis, vexpert WHITE PAPER Table of Contents Deploying vcenter Log Insight... 4 vcenter Log Insight Usage Model.... 5 How vcenter

More information

Monitoring Microsoft Exchange Server in the Context of the Entire Network

Monitoring Microsoft Exchange Server in the Context of the Entire Network Monitoring Microsoft Exchange Server in the Context of the Entire Network Abstract: Virtually every business process and function relies in some way on messaging applications. Microsoft Exchange is one

More information

Smart wayside management software

Smart wayside management software Smart wayside management software FleetWise is innovative wayside data management software specifically designed to help transit authorities achieve superior fleet performance by collecting, distributing

More information

Oracle Enterprise Manager 13c Cloud Control

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

More information

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 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

More information

Why Alerts Suck and Monitoring Solutions need to become Smarter

Why Alerts Suck and Monitoring Solutions need to become Smarter An AppDynamics Business White Paper HOW MUCH REVENUE DOES IT GENERATE? Why Alerts Suck and Monitoring Solutions need to become Smarter I have yet to meet anyone in Dev or Ops who likes alerts. I ve also

More information

How To Use Ibm Tivoli Monitoring Software

How To Use Ibm Tivoli Monitoring Software Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Help improve uptime and shorten Help optimize IT service delivery by

More information

The Evolution of Load Testing. Why Gomez 360 o Web Load Testing Is a

The Evolution of Load Testing. Why Gomez 360 o Web Load Testing Is a Technical White Paper: WEb Load Testing To perform as intended, today s mission-critical applications rely on highly available, stable and trusted software services. Load testing ensures that those criteria

More information

Using Application Response to Monitor Microsoft Outlook

Using Application Response to Monitor Microsoft Outlook Focus on Value Using Application Response to Monitor Microsoft Outlook Microsoft Outlook is one of the primary e-mail applications used today. If your business depends on reliable and prompt e-mail service,

More information

Capacity planning with Microsoft System Center

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

More information

SolarWinds Network Performance Monitor

SolarWinds Network Performance Monitor SolarWinds Network Performance Monitor powerful network fault & availabilty management Fully Functional for 30 Days SolarWinds Network Performance Monitor (NPM) makes it easy to quickly detect, diagnose,

More information

Network Performance + Security Monitoring

Network Performance + Security Monitoring Network Performance + Security Monitoring Gain actionable insight through flow-based security and network performance monitoring across physical and virtual environments. Uncover the root cause of performance

More information

Predictive Intelligence: Moving Beyond the Crystal Ball BEST PRACTICES WHITE PAPER

Predictive Intelligence: Moving Beyond the Crystal Ball BEST PRACTICES WHITE PAPER Predictive Intelligence: Moving Beyond the Crystal Ball BEST PRACTICES WHITE PAPER Table of Contents Introduction...1 Business Challenge...1 A Solution: Predictive Intelligence...1 > Dynamic Thresholding...2

More information

Cost Effective Network Management for Small and Mid-sized Organizations

Cost Effective Network Management for Small and Mid-sized Organizations Cost Effective Network Management for Small and Mid-sized Organizations Abstract: Regardless of whether or not you are a Fortune 1000 organization, with the financial wherewithal to afford the most elaborate

More information

Stop the Finger-Pointing: Managing Tier 1 Applications with VMware vcenter Operations Management Suite

Stop the Finger-Pointing: Managing Tier 1 Applications with VMware vcenter Operations Management Suite Stop the Finger-Pointing: Managing Tier 1 Applications with VMware vcenter Operations Management Suite By David Davis, VMware vexpert WHITE PAPER There is a tradition of finger-pointing in too many IT

More information

OneSight Voice Quality Assurance

OneSight Voice Quality Assurance OneSight Voice Quality Assurance Benefits Proactively determine voice quality issues as well as other service impacting issues before users complain Comprehensively monitor communications systems with

More information

IBM Tivoli Composite Application Manager for WebSphere

IBM Tivoli Composite Application Manager for WebSphere Meet the challenges of managing composite applications IBM Tivoli Composite Application Manager for WebSphere Highlights Simplify management throughout the Create reports that deliver insight into life

More information

Business Usage Monitoring for Teradata

Business Usage Monitoring for Teradata Managing Big Analytic Data Business Usage Monitoring for Teradata Increasing Operational Efficiency and Reducing Data Management Costs How to Increase Operational Efficiency and Reduce Data Management

More information

How To Create A Help Desk For A System Center System Manager

How To Create A Help Desk For A System Center System Manager System Center Service Manager Vision and Planned Capabilities Microsoft Corporation Published: April 2008 Executive Summary The Service Desk function is the primary point of contact between end users and

More information

A White Paper. Best Practices in Automated Agentless IT Monitoring

A White Paper. Best Practices in Automated Agentless IT Monitoring A White Paper Best Practices in Automated Agentless IT Monitoring Best Practices in Automated Agentless IT Monitoring Introduction Agentless IT monitoring is growing in popularity because of its potential

More information

SAP Performance Management. A Trend Study by Compuware and PAC

SAP Performance Management. A Trend Study by Compuware and PAC SAP Performance Management A Trend Study by Compuware and PAC December 2010 PAC, Month/YY SAP Performance Management A Trend Study by Compuware and PAC 2 Management Summary Many companies run critical

More information

Test Run Analysis Interpretation (AI) Made Easy with OpenLoad

Test Run Analysis Interpretation (AI) Made Easy with OpenLoad Test Run Analysis Interpretation (AI) Made Easy with OpenLoad OpenDemand Systems, Inc. Abstract / Executive Summary As Web applications and services become more complex, it becomes increasingly difficult

More information

IBM Tivoli Composite Application Manager for WebSphere

IBM Tivoli Composite Application Manager for WebSphere Meet the challenges of managing composite applications IBM Tivoli Composite Application Manager for WebSphere Highlights Simplify management throughout the life cycle of complex IBM WebSphere-based J2EE

More information

SolarWinds Network Performance Monitor

SolarWinds Network Performance Monitor SolarWinds Network Performance Monitor powerful network fault & availabilty management Fully Functional for 30 Days SolarWinds Network Performance Monitor (NPM) makes it easy to quickly detect, diagnose,

More information

WHITE PAPER: ENTERPRISE SOLUTIONS. Implementing Proactive Application Performance Management

WHITE PAPER: ENTERPRISE SOLUTIONS. Implementing Proactive Application Performance Management WHITE PAPER: ENTERPRISE SOLUTIONS Implementing Proactive Application Performance Management White Paper: Enterprise Solutions Implementing Proactive Application Performance Management Contents Introduction:

More information

High Availability Server Management

High Availability Server Management High Availability Server Management Maintain high server availability through active performance monitoring and low-impact, on-demand remote management services. Maintain high server availability with

More information

The Impact of Transaction-based Application Performance Management

The Impact of Transaction-based Application Performance Management An AppDynamics Business White Paper MASTERING APPLICATION PERFORMANCE IN FINANCIAL SERVICES The Impact of Transaction-based Application Performance Management Managing applications in the world of Financial

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

Predictive Intelligence: Identify Future Problems and Prevent Them from Happening BEST PRACTICES WHITE PAPER

Predictive Intelligence: Identify Future Problems and Prevent Them from Happening BEST PRACTICES WHITE PAPER Predictive Intelligence: Identify Future Problems and Prevent Them from Happening BEST PRACTICES WHITE PAPER Table of Contents Introduction...1 Business Challenge...1 A Solution: Predictive Intelligence...1

More information

Managing Application Delivery from the User s Perspective

Managing Application Delivery from the User s Perspective Managing Application Delivery from the User s Perspective Essential Monitoring Capabilities and Metrics for Assessing End-User Experience Network managers are tasked with monitoring end-user experience,

More information

Monitoring applications in multitier environment. Uroš Majcen uros@quest-slo.com. A New View on Application Management. www.quest.

Monitoring applications in multitier environment. Uroš Majcen uros@quest-slo.com. A New View on Application Management. www.quest. A New View on Application Management www.quest.com/newview Monitoring applications in multitier environment Uroš Majcen uros@quest-slo.com 2008 Quest Software, Inc. ALL RIGHTS RESERVED. Management Challenges

More information

SolarWinds Network Performance Monitor powerful network fault & availabilty management

SolarWinds Network Performance Monitor powerful network fault & availabilty management SolarWinds Network Performance Monitor powerful network fault & availabilty management Fully Functional for 30 Days SolarWinds Network Performance Monitor (NPM) is powerful and affordable network monitoring

More information

THE VALUE OF NETWORK MONITORING

THE VALUE OF NETWORK MONITORING THE VALUE OF NETWORK MONITORING Why It s Essential to Know Your Network Sponsored by Ipswitch I. Introduction All companies are different, but the value of their network to their business varies little.

More information

Case Study: Load Testing and Tuning to Improve SharePoint Website Performance

Case Study: Load Testing and Tuning to Improve SharePoint Website Performance Case Study: Load Testing and Tuning to Improve SharePoint Website Performance Abstract: Initial load tests revealed that the capacity of a customized Microsoft Office SharePoint Server (MOSS) website cluster

More information

BUSINESS FOCUSED EXCHANGE REPORTING. Guide To Successful Microsoft Exchange Reporting & Analysis

BUSINESS FOCUSED EXCHANGE REPORTING. Guide To Successful Microsoft Exchange Reporting & Analysis BUSINESS FOCUSED EXCHANGE REPORTING Guide To Successful Microsoft Exchange Reporting & Analysis Understanding Business-focused Exchange Reporting Most organizations today rely heavily on email and have

More information

Web Server (Step 1) Processes request and sends query to SQL server via ADO/OLEDB. Web Server (Step 2) Creates HTML page dynamically from record set

Web Server (Step 1) Processes request and sends query to SQL server via ADO/OLEDB. Web Server (Step 2) Creates HTML page dynamically from record set Dawn CF Performance Considerations Dawn CF key processes Request (http) Web Server (Step 1) Processes request and sends query to SQL server via ADO/OLEDB. Query (SQL) SQL Server Queries Database & returns

More information

Optimize Your Microsoft Infrastructure Leveraging Exinda s Unified Performance Management

Optimize Your Microsoft Infrastructure Leveraging Exinda s Unified Performance Management Optimize Your Microsoft Infrastructure Leveraging Exinda s Unified Performance Management Optimize Your Microsoft Infrastructure Leveraging Exinda s Unified Performance Management Executive Summary Organizations

More information

SOLARWINDS NETWORK PERFORMANCE MONITOR

SOLARWINDS NETWORK PERFORMANCE MONITOR DATASHEET SOLARWINDS NETWORK PERFORMANCE MONITOR Fault, Availability, Performance, and Deep Packet Inspection SolarWinds Network Performance Monitor (NPM) is powerful and affordable network monitoring

More information

Online Transaction Processing in SQL Server 2008

Online Transaction Processing in SQL Server 2008 Online Transaction Processing in SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 provides a database platform that is optimized for today s applications,

More information

Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java. An Oracle White Paper December 2007

Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java. An Oracle White Paper December 2007 Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java An Oracle White Paper December 2007 Monitoring and Diagnosing Production Applications Using Oracle Application

More information

Microsoft Lync and SIP trunking - Ensuring multi-vendor technology success with Prognosis

Microsoft Lync and SIP trunking - Ensuring multi-vendor technology success with Prognosis White Paper Microsoft Lync and SIP trunking - Ensuring multi-vendor technology success with Prognosis by Sue Bradshaw: Technology Writer, Integrated Research Ensuring new technology like Lync delivers

More information

Operations Management for Virtual and Cloud Infrastructures: A Best Practices Guide

Operations Management for Virtual and Cloud Infrastructures: A Best Practices Guide Operations Management for Virtual and Cloud Infrastructures: A Best Practices Guide Introduction Performance Management: Holistic Visibility and Awareness Over the last ten years, virtualization has become

More information

SQL Server 2008 Performance and Scale

SQL Server 2008 Performance and Scale SQL Server 2008 Performance and Scale White Paper Published: February 2008 Updated: July 2008 Summary: Microsoft SQL Server 2008 incorporates the tools and technologies that are necessary to implement

More information

Also on the Performance tab, you will find a button labeled Resource Monitor. You can invoke Resource Monitor for additional analysis of the system.

Also on the Performance tab, you will find a button labeled Resource Monitor. You can invoke Resource Monitor for additional analysis of the system. 1348 CHAPTER 33 Logging and Debugging Monitoring Performance The Performance tab enables you to view the CPU and physical memory usage in graphical form. This information is especially useful when you

More information

solution brief NEC Remote Managed Services Prevent Costly Communications Downtime with Proactive Network Monitoring and Management from NEC

solution brief NEC Remote Managed Services Prevent Costly Communications Downtime with Proactive Network Monitoring and Management from NEC NEC Remote Managed Services Prevent Costly Communications Downtime with Proactive Network Monitoring and Management from NEC NEC Remote Managed Services: Removing the Complexities of Communications Network

More information

WhatsUpGold. v12.3.1. NetFlow Monitor User Guide

WhatsUpGold. v12.3.1. NetFlow Monitor User Guide WhatsUpGold v12.3.1 NetFlow Monitor User Guide Contents CHAPTER 1 WhatsUp Gold NetFlow Monitor Overview What is NetFlow?... 1 How does NetFlow Monitor work?... 2 Supported versions... 2 System requirements...

More information

can you improve service quality and availability while optimizing operations on VCE Vblock Systems?

can you improve service quality and availability while optimizing operations on VCE Vblock Systems? SOLUTION BRIEF Service Assurance Solutions from CA Technologies for VCE Vblock Systems can you improve service quality and availability while optimizing operations on VCE Vblock Systems? agility made possible

More information

Top 10 Reasons to Automate your IT Run Books

Top 10 Reasons to Automate your IT Run Books Top 10 Reasons to Automate your IT Run Books DS12 Top 10 Reasons to Automate Your IT Run Books Run Book Automation is an emerging technology space that is being adopted by many of the largest, most sophisticated

More information

Closing The Application Performance Visibility Gap Inherent To Citrix Environments

Closing The Application Performance Visibility Gap Inherent To Citrix Environments Closing The Application Performance Visibility Gap Inherent To Citrix Environments WHITE PAPER: DYNATRACE FOR CITRIX XENAPP/XENDESKTOP Many companies have invested in Citrix XenApp and XenDesktop environments

More information

Datasheet FUJITSU Cloud Monitoring Service

Datasheet FUJITSU Cloud Monitoring Service Datasheet FUJITSU Cloud Monitoring Service FUJITSU Cloud Monitoring Service powered by CA Technologies offers a single, unified interface for tracking all the vital, dynamic resources your business relies

More information

Improve SQL Performance with BMC Software

Improve SQL Performance with BMC Software Improve SQL Performance with BMC Software By Rick Weaver TECHNICAL WHITE PAPER Table of Contents Introduction................................................... 1 BMC SQL Performance for DB2.......................................

More information

WHITE PAPER: ENTERPRISE SOLUTIONS. Symantec Insight Inquire Symantec i 3 Application Availability and Performance Management Solution

WHITE PAPER: ENTERPRISE SOLUTIONS. Symantec Insight Inquire Symantec i 3 Application Availability and Performance Management Solution WHITE PAPER: ENTERPRISE SOLUTIONS Symantec Insight Inquire Symantec i 3 Application Availability and Performance Management Solution Formerly Veritas i 3 Insight Inquire White Paper: Symantec Enterprise

More information

Server & Application Monitor

Server & Application Monitor Server & Application Monitor agentless application & server monitoring SolarWinds Server & Application Monitor provides predictive insight to pinpoint app performance issues. This product contains a rich

More information

STEELCENTRAL APPINTERNALS

STEELCENTRAL APPINTERNALS STEELCENTRAL APPINTERNALS BIG DATA-DRIVEN APPLICATION PERFORMANCE MANAGEMENT BUSINESS CHALLENGE See application performance through your users eyes Modern applications often span dozens of virtual and

More information

APPLICATION VISIBILITY AND CONTROL

APPLICATION VISIBILITY AND CONTROL TELERAN SOLUTION BRIEF Building Better Intelligence APPLICATION VISIBILITY AND CONTROL For Oracle 11g and Exadata Data Warehouse Environments BUILDING BETTER INTELLIGENCE WITH BI/DW VISIBILITY AND CONTROL

More information

CA Service Desk Manager

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

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com WHITE PAPER Distributed Applications Performance Management: The VERITAS i 3 Approach Sponsored by:

More information

Application Visibility and Monitoring >

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

More information

WS_FTP: The smarter way to transfer files

WS_FTP: The smarter way to transfer files WS_FTP: The smarter way to transfer files DATA WEB PAGES IMAGES VIDEO GRAPHICS WS_FTP: A Complete and Secure Data Management Solution The files that you transfer every day over the Internet are vulnerable

More information

Overcoming Obstacles to Retail Supply Chain Efficiency and Vendor Compliance

Overcoming Obstacles to Retail Supply Chain Efficiency and Vendor Compliance Overcoming Obstacles to Retail Supply Chain Efficiency and Vendor Compliance 0 GreenLionDigital.com How process automation, data integration and visibility, advanced analytics, and collaboration improve

More information

How Cisco Actively Manages Voice Availability and Quality

How Cisco Actively Manages Voice Availability and Quality How Cisco Actively Manages Voice Availability and Quality Cisco IT automates daily testing of all voice elements in the global network. Cisco IT Case Study / Unified Communications / Unified Operations

More information

SolarWinds Database Performance Analyzer (DPA) or OEM?

SolarWinds Database Performance Analyzer (DPA) or OEM? SolarWinds Database Performance Analyzer (DPA) or OEM? The DBA Says the Answer Is Both! By Confio Software Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 www.confio.com Did you know 90%

More information

Enterprise Application Performance Monitoring with JENNIFER

Enterprise Application Performance Monitoring with JENNIFER JENNIFER Tech Note Enterprise Application Performance Monitoring with JENNIFER Date: 2009-03-30 Autor: S.J. Kim 1 / 11 http://www.jennifersoft.com In this article, I would like to discuss about the Enterprise

More information

The Network or The Server? How to find out fast!

The Network or The Server? How to find out fast! The Network or The Server? How to find out fast! White Paper Contents Getting to the Bottom of Performance Problems Quickly.2 Collaborating across the IT Performance Boundary...6 Copyright Information...7

More information

Achieving Service Quality and Availability Using Cisco Unified Communications Management Suite

Achieving Service Quality and Availability Using Cisco Unified Communications Management Suite Achieving Service Quality and Availability Using Cisco Unified Communications Management Suite EXECUTIVE SUMMARY CISCOLIVE Europe 2010 Annual Cisco IT and communications conference Event held at Barcelona,

More information

Optimizing Your Database Performance the Easy Way

Optimizing Your Database Performance the Easy Way Optimizing Your Database Performance the Easy Way by Diane Beeler, Consulting Product Marketing Manager, BMC Software and Igy Rodriguez, Technical Product Manager, BMC Software Customers and managers of

More information

Troubleshooting.NET Applications - Knowing Which Tools to Use and When

Troubleshooting.NET Applications - Knowing Which Tools to Use and When Troubleshooting.NET Applications - Knowing Which Tools to Use and When Document Version 1.0 Abstract There are three fundamental classifications of problems encountered with distributed applications deployed

More information

IT Service Management Real-time Enduser Context Has A Dramatic Affect On Incident and Problem Resolution Times

IT Service Management Real-time Enduser Context Has A Dramatic Affect On Incident and Problem Resolution Times ITSM SOLUTION SUMMARY If systems management monitoring takes care of servers, Nexthink presents you all you need to know about the end-user side of the coin. Nexthink sits apart from the nuts and bolts

More information

Microsoft SQL Server on Stratus ftserver Systems

Microsoft SQL Server on Stratus ftserver Systems W H I T E P A P E R Microsoft SQL Server on Stratus ftserver Systems Security, scalability and reliability at its best Uptime that approaches six nines Significant cost savings for your business Only from

More information

Taming Microsoft Environments with HP SiteScope Exchange and Active Directory Solution Templates

Taming Microsoft Environments with HP SiteScope Exchange and Active Directory Solution Templates Taming Microsoft Environments with HP SiteScope Exchange and Active Directory Solution Templates Quick and economical troubleshooting and performance management for Microsoft environments Business white

More information

Five Reasons to Take Your Virtualization Environment to a New Level

Five Reasons to Take Your Virtualization Environment to a New Level Five Reasons to Take Your Virtualization Environment to a New Level Study finds the addition of robust management capabilities drives 20 to 40 percent increases in key performance metrics WHITE PAPER Table

More information

Remote Control/Problem Resolution

Remote Control/Problem Resolution Remote Control/Problem Resolution Have the best of all worlds secure, reliable remote control with robust information gathering and problem resolution tools Solve user problems the first time anytime,

More information

MEASURING FOR PROBLEM MANAGEMENT

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

More information

AUTOMATED STORAGE MANAGEMENT: WHY IS IT SO IMPORTANT?

AUTOMATED STORAGE MANAGEMENT: WHY IS IT SO IMPORTANT? AUTOMATED STORAGE MANAGEMENT: WHY IS IT SO IMPORTANT? S. Hussain April 22, 2003 VERITAS ARCHITECT NETWORK TABLE OF CONTENTS Introduction... 3 What is Automated Storage Provisioning?... 3 Storage Resource

More information

ORACLE ENTERPRISE MANAGER 10 g CONFIGURATION MANAGEMENT PACK FOR ORACLE DATABASE

ORACLE ENTERPRISE MANAGER 10 g CONFIGURATION MANAGEMENT PACK FOR ORACLE DATABASE ORACLE ENTERPRISE MANAGER 10 g CONFIGURATION MANAGEMENT PACK FOR ORACLE DATABASE CONFIGURATION MANAGEMENT PACK FEATURES Automated discovery of dependency relationships between services, systems and Oracle

More information

Response Time Analysis

Response Time Analysis Response Time Analysis A Pragmatic Approach for Tuning and Optimizing SQL Server Performance By Dean Richards Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 866.CONFIO.1 www.confio.com

More information

Network Management In. Challenges and Opportunities for Enterprises

Network Management In. Challenges and Opportunities for Enterprises Network Management In Distributed Environments Challenges and Opportunities for Enterprises I. Introduction As networks have grown in size and capabilities, they also have grown in terms of their importance

More information

A TECHNICAL WHITE PAPER ATTUNITY VISIBILITY

A TECHNICAL WHITE PAPER ATTUNITY VISIBILITY A TECHNICAL WHITE PAPER ATTUNITY VISIBILITY Analytics for Enterprise Data Warehouse Management and Optimization Executive Summary Successful enterprise data management is an important initiative for growing

More information

Quick Start Guide. Ignite for SQL Server. www.confio.com. Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 866.CONFIO.

Quick Start Guide. Ignite for SQL Server. www.confio.com. Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 866.CONFIO. Quick Start Guide Ignite for SQL Server 4772 Walnut Street, Suite 100 Boulder, CO 80301 866.CONFIO.1 www.confio.com Introduction Confio Ignite gives DBAs the ability to quickly answer critical performance

More information

SolarWinds Virtualization Manager

SolarWinds Virtualization Manager SolarWinds Virtualization Manager Powerful, Heterogeneous Virtualization Management That Won t Break the Bank! At SolarWinds, we ve improved the way that IT professionals around the world manage their

More information

Six Steps to Improved SharePoint Performance & Operations

Six Steps to Improved SharePoint Performance & Operations Accelerating SharePoint Performance The guys at Application Performance quickly understood our SharePoint problem. They demonstrated that the combination of WebTuna and Riverbed SteelApp Web Accelerator

More information

Physicians are fond of saying Treat the problem, not the symptom. The same is true for Information Technology.

Physicians are fond of saying Treat the problem, not the symptom. The same is true for Information Technology. Comprehensive Consulting Solutions, Inc. Business Savvy. IT Smar Troubleshooting Basics: A Practical Approach to Problem Solving t. White Paper Published: September 2005 Physicians are fond of saying Treat

More information

IntraVUE Diagnostics. Device Failure

IntraVUE Diagnostics. Device Failure IntraVUE provides a method to record and capture the issues that occur in the Ethernet networks being used for automation applications. Automation networks are susceptible to subtle disturbances due to

More information

Best Practices from Deployments of Oracle Enterprise Operations Monitor

Best Practices from Deployments of Oracle Enterprise Operations Monitor Best Practices from Deployments of Oracle Enterprise Operations Monitor September 2014 Prepared by: Zeus Kerravala Best Practices from Deployments of Oracle Enterprise Operations Monitor by Zeus Kerravala

More information

HOLISTIC PERFORMANCE MANAGEMENT: A FAST-GROWING NECESSITY IN APJ

HOLISTIC PERFORMANCE MANAGEMENT: A FAST-GROWING NECESSITY IN APJ HOLISTIC PERFORMANCE MANAGEMENT: A FAST-GROWING NECESSITY IN APJ IMPROVING THE END-USER EXPERIENCE DRIVES COMPETITIVE ADVANTAGE IN ASIA-PACIFIC/ JAPAN As business in nearly every industry becomes increasingly

More information