Monitoring Application Response Time Components and analysis of various approaches

Size: px
Start display at page:

Download "Monitoring Application Response Time Components and analysis of various approaches"

Transcription

1 Monitoring Application Response Time Components and analysis of various approaches Explores the components and analysis of application response time; describes new approaches that can simplify the analysis of sources of delay for networked applications. Executive summary Client/server applications are rapidly proliferating There are an increased number of application response time issues, caused by a variety of reasons. Specialists may be required to address the problem. IT staffs are shrinking Solutions previously available solved the problem technically, but they were so difficult to deploy and maintain that they gained no real market traction This paper will explore the components of application response time, the approaches available, and how new approaches can greatly simplify the process of analyzing sources of delay in networked applications Table of Contents Executive Summary 1 Understanding Application Response Time The End User Experience 1 Importance of Monitoring Application Response Time 1 Components of Application Response Time 2 Response Time Analysis Approaches 2 SuperAgent A Passive, -Side Approach 3 Business Value of Response Time Analysis 4 Conclusion 5 Instant vision into application performance. That s Network SuperVision. That s Fluke Networks promise to you. Understanding application response time - the end user experience Computer users hate to wait. For heavy transactional environments, response times longer than three seconds significantly impact worker productivity. End users, however, are concerned with more than absolute times. Response time expectations tend to be defined by past experiences. These experiences are relative to the baseline performance users have come to expect from the applications they use. If their current experience differs significantly from their expectations, support calls and complaints increase dramatically. Importance of monitoring application response time Application response time problems have grown with the proliferation of server-based applications. Pinpointing the source of application delays has turned out to be a difficult task. A network manager at a Fortune 500 financial services company states that too much time is spent isolating problems. The manager adds, And even after the help desk has supposedly isolated the problem as being in the network, only about 50% of the time does it actually turn out to be a network problem. Sometimes we have to dispatch complete teams of people just to figure out where the problems are. Network, application and MIS managers are motivated to keep business-critical applications running smoothly across their networks. Determining where performance problems lie and who has the responsibility of solving the problems is one of the time consuming challenges facing IT groups. Companies would like the maintenance and management of any response time monitoring process to have a low man-hour cost due to the critical shortage of human expertise. What is needed is: A clear understanding of response time components An understanding of tools and approaches available, and An understanding of the business uses for response time tools. Application Note

2 Components of application response time Response time defined Consider a user sitting at a PC (client), using an application that is communicating with a server across the network. The client sends a request to the server, and the server responds with one or more packets in reply. If it is a reliable application using positive acknowledgements, the client acknowledges receipt of the response message. The client may then send another request to the server. In general, a transaction (e.g., placing an order, performing a query) may consist of a number of client requests and corresponding server responses. The time elapsed from when the client sends the request (packet-level or transaction-level) to when it receives the last packet in the response is referred to herein as the Total Response Time. Network, server and application behavior all contribute to the Total Response Time. The network The network contributes to Total Response Time through a variety of mechanisms. The selection of protocols (e.g. Frame Relay or ATM, EIGRP or OSPF, FIFO or CBWFQ) strongly influence the delay experienced by a packet as it traverses the network. There is processing delay (a catch-all term for the various actions taken once a packet is received by a node until it is assigned to a transmission queue), queueing delay (when other packets are present), transmission or serialization delay (the time lapsed from when the first and last bits in the frame are transmitted, captured by the link capacity), and propagation delay (the time it takes a bit to travel across the link, dependent on the physical medium and distance). Packet corruption and loss will either degrade the quality of information or introduce additional delay due to the need for retransmissions. In enterprise terrestrial networks, queueing and transmission delay are often the dominant components of network delay. In satellite networks, the propagation delay (coupled with the access protocol) can dominate. The server delay is affected both by server and application design. performance is affected by processor speed, memory, I/O performance, disk drive speed, as well as configuration settings. Application design includes architecture and algorithms. The application Application delay is affected by interdependent factors such as application design (e.g., are sessions persistent or transient?), transaction size, protocol selection (e.g., UDP or TCP, Tahoe or Reno), and network infrastructure. The fewer round-trips an application requires to complete a given transaction, the less sensitive it will be to the network infrastructure. However, the number of round-trips can itself be dependent on the network infrastructure due to retransmissions. Response time analysis approaches There are several different approaches to response time analysis based on the type of monitoring (passive vs. active) and the location of the monitor (server-side vs. clientside). The approach selection impacts total cost of ownership, the effectiveness and accuracy of response time measurements, and complexity of deployment. Both approaches have merit and there are several vendors in the marketplace supporting each methodology. -side vs. client-side monitors side: -side monitors are deployed on a server (an agent) or near it (an appliance). Because these monitors need not be installed at client sites, they greatly reduce deployment and management costs. Since they are deployed on or near the servers, they can provide an unrestricted view of all clients and all transactions to/from the server farm. They can also provide the most accurate server delay statistics due to their proximity. A server-side agent is installed on the server to be monitored. Care should be taken to ensure that it does not interfere with the server s operation. A server-side appliance may either be a pass-through (in-line) or pass-by (tap) device. In-line tools pass data through the device similar to a router, and they are an additional source of failure for the application service. Tools that tap into the line cause no additional issues should they fail. Client-side: Client-side monitors are deployed at the various client sites of interest. They provide the most accurate measure of end-to-end delay but have difficulty separating the network and server delay components. Two common client-side approaches are to ping the server periodically or to assign the TCP connection setup time to the network round-trip time and assume it is constant throughout the session. The first method introduces possibly gross inaccuracies because network devices may handle ICMP pings differently from the application packets (routing, queueing, discarding, servicing). Both methods rely on sampling that may not be representative of network conditions experienced by the actual application packets. Deployment of client-side monitors, while rarely easy, poses particular challenges for ISPs. Passive vs. active monitors Passive: A passive monitor is a non-intrusive device that observes actual application traffic. It typically either decodes the packets (minimally to the transport and possibly to the application layer) or uses the ARM API to identify the beginning and end of an application transaction. Since the analyzed data is actual end-user activity, this approach provides a representative measurement of the end user experience. Passive monitors are available as either client-side Monitoring Application Response Time 2

3 or server-side tools. A passive server-side monitor has the capability to monitor all users, all transactions, all the time. A limitation of the passive approach is that it cannot be used for verifying service availability. Because there are no scheduled transactions, it cannot with 100% accuracy determine whether there is a connectivity failure or users are simply on holiday. It can, however, use historical information with correlation to arrive at a reasonable conclusion assuming the failure does not occur when users are normally inactive. Active: An active monitor is an emulated client normally installed on select desktops in a client-side approach. Active monitors provide the ability to replay a simulated transaction(s) on a scheduled basis. Their scheduled nature allows them to serve as a 24x7 check of network availability, regardless of client daily usage patterns. The active monitors execute scripts that in turn generate emulated transactions. The scripts must be constructed for each transaction of each application to be monitored. This results in additional management to ensure that the transactions accurately reflect user behavior over time. It also introduces additional load to the network and servers. Because of the repetitive nature of the requests, the effect of caching (on server, network, or monitor) may significantly skew results. SuperAgent - a passive, server-side approach Overview SuperAgent is a passive server-side appliance that analyzes response-time behavior for TCP applications. SuperAgent identifies the source of slow application performance across wide area networks with no need for endpoint agents and without adding additional load to the network or servers. SuperAgent measures real end-user experience for all locations, all the time. The measurements are continuously updated during client-server interactions to reflect changing network conditions. Switch Mirrored Port Database Transaction Application Fig. 1 - Standalone configuration SuperAgent is available in a standalone or multiunit configuration. It connects to a mirrored port on a switch near the server farm and examines TCP packet header information. The SuperAgent solution is not restricted to specific applications such as HTTP or SAP/R3; it can monitor any TCP-based application. The response time delay is separated into network, application and server components to clearly identify bottlenecks. Application response time measurement SuperAgent separates response time into application, network, and server delay components, giving a full view of where time is being spent during a transaction. It calculates the network component of Round-Trip Response Time by tracking the time differential between the server s response and corresponding acknowledgement from the client. SuperAgent s algorithms compensate for the fact that TCP does not need an acknowledgement for every packet, nor does it need to respond immediately. SuperAgent also compensates for client processing time. Response time composition HTML User Interface Data Store SuperAgent Engine A view of a typical response time graph (Fig. 2) reveals how SuperAgent separates key delay components to assess network, server and application response time. STANDALONE SUPERAGENT Fig. 2 - SuperAgent response time graph SuperAgent collects the response times by monitoring all the TCP/IP packets to and from the servers associated with the application. Packets are analyzed to decompose into the following components: Connection Time (Conn Time) represents the time it takes for a TCP session to be established. This value measures the time it takes to establish a TCP session (a communication path) between the client and server before data transfer can begin. Delay (Srv Delay) represents the amount of time it takes for the server to process the request. Data Transfer (Data Xfer) represents the time after the server begins responding to a request (i.e., first packet sent) until the time that all of the information is placed upon the network (last packet sent). Response flow is governed by the TCP protocol configuration as well as the application s design. This delay normally includes multiple round-trip times across the network to complete the transaction. Round-Trip Time Retry (RTT Retry) represents the additional delay due to retransmissions. Network Round-Trip Time (Network RTT) represents the amount of time it takes for a packet to traverse a round-trip on the network. Client and server processing time are excluded when calculating this value. Monitoring Application Response Time 3

4 In order to provide a thorough analysis of the response time breakdowns mentioned earlier, SuperAgent presents a comprehensive view of application performance through the following measurements: Average response times providing a view of overall response time. Standard deviations to measure the variability of response time measurements. This measurement helps determine whether responses are clustered within a narrow range or whether there are wide variances from the norm that could affect the average. Data volume to measure how much data (bytes and packets) are flowing to and from the servers. For example, data volume provides an indication whether there was enough usage to merit investigation of a high response time. Response size to measure response time by specific transaction sizes. This measurement provides insight into whether delays were caused by abnormally large responses or whether a large volume of small responses caused the problem. It allows alarms to be configured differently for large and small downloads. Percentiles to measure the percentage of users experiencing a given response time. By viewing percentiles, the scope of the problem can be established. For example, are 50% of users experiencing excessive response times or are less than 10% of users seeing the problem? Number of observations to measure the statistical significance of the response times being viewed. If the response time is high, but is based on only one measurement, probably no action need be taken. If the response time is high and it is based on a high number of observations, then there is a real problem. Session reports to analyze the TCP session data by measuring open, complete, timed out, and refused session counts. Open, complete, and timed out sessions provide insight into end user usage patterns. Refused session counts can be an indication of a SYN attack or a server that cannot respond to all requests. QoS graphs to analyze Quality of Service. This data provides metrics for understanding the impact of response time on users. Data analyzed includes rates per user, number of users, data loss rate, and server goodput. Once a detailed view of traffic traversing the network is established, SuperAgent can then be used to deliver value for the enterprise. Business value of response time analysis SuperAgent is designed to integrate well into existing network infrastructure. SuperAgent complements other tools used for a company s overall network performance management strategy by using an open database, standard formats for exporting data (CSV, XML), and through the use of SNMP traps. A response time analyzer such as SuperAgent lends itself to various business applications. Network and application managers can expect to be responsible for some or all of the areas detailed below. An effective, easy to implement tool will help in accomplishing the assigned tasks. Daily monitoring Through the use of meaningful alerts, SuperAgent can be used on a daily basis to assist IT departments in monitoring the response times of applications and to identify critical times where network and application bottlenecks can occur. Alarms can be set based on automatic baselines collected by SuperAgent. When using the auto-baselining feature, users are able to dial in the sensitivity levels they desire, customizing the alarms to their specific environment. Such information can assist Help Desks in responding to end-user calls with correct and timely information, and will increase overall client satisfaction. Troubleshooting IT Departments can use SuperAgent s powerful ability to analyze the performance of critical applications and network transit times. They can isolate response time issues and determine if such issues are due to network infrastructure or application/server capabilities. Using SuperAgent to identify the source of response time problems can save hours of troubleshooting and thousands of dollars in lost productivity. Trouble assignment In a typical company, network support is distributed across multiple IT teams, each responsible for a different technology of the network. For example, typical IT departments are composed of groups: a WAN group that handles routing and transport issues; LAN groups that handle switching, client, and patching issues; application groups to manage client applications; and perhaps several server groups that handle computer room operations across a multi-tiered network. When response time problems occur in the network, isolating the type and location of the problem (and thus which team is responsible for resolution) can cause logistical confusion and waste valuable resources and time. SuperAgent gives IT departments the ability to quickly identify whether the problem is related to the network, a specific server, or a specific application running on that server and which region of the network is affected. Geographically dispersed clients Many problems faced by IT departments and service providers involve response issues with geographically dispersed clients. SuperAgent provides data and analysis by region using subnet groupings, and can pinpoint application response delays associated with diverse network topologies. An analysis of the SuperAgent data may demonstrate the need to upgrade a remote link servicing a group of users or to offload Monitoring Application Response Time 4

5 application processes to additional servers. SuperAgent may also be used to target locations for new servers, such as database servers, mail servers, domain controllers, and intranet web sites. N-Tier application analysis N-Tier applications are those applications that act across several different computer systems in a distributed network topology. For example, an applet composed of scripts might be installed on a client that accesses an application containing powerful algorithms on a server. The server in turn will query a database system located on yet another server. Isolating response issues in such an architecture can be time-consuming and errorprone, as response issues may be a function of available bandwidth, transit topology, back-office processing, and/or server sizing. One would need to view the network interdependencies and application conversations between the three computers to identify and resolve problems. Such an analysis is a core capability of SuperAgent. SuperAgent can also be used in the prototyping of custom N-tier applications, as programmers can see how various approaches effect application performance across multiple servers and diverse WAN and LAN topologies. Service Level Agreements (SLAs) IT departments often have performancebased SLAs, which are hard to measure. They are faced with the task of ensuring that external entities such as service providers are meeting SLAs. They must also demonstrate to company executives, directors, and managers that internal SLAs for user groups within their own company are being met. With alarms that can be configured to specific thresholds, SuperAgent can notify IT staff of slow response, instead of waiting for end users to do so. SuperAgent can then measure, analyze, and document user experienced response times in terms of contribution from the server or application being accessed by the user versus network contribution. This quantification can then be used to determine if response time issues may lie in other areas of the network, such as leased portions of a network (such as public framerelay networks), or within the application server environment itself. Thus, SLA compliance can be monitored for exceptions and causes; associated solutions can be empirically measured for effectiveness by comparing SuperAgent data before and after remedy implementation. Service Providers often have different priorities for various customers. SuperAgent allows classes of users to be defined and separate SLAs applied to each class. This provides support for companies using multiple connection technologies such as LAN, WAN and satellite or having different grades of service. SuperAgent can also be used to tailor SLAs to the actual performance characteristics of different services provided by Application Service Providers (ASPs). Setting reasonable and expected levels to SLAs can allow IT departments to cost efficiently purchase the level of service required, while assisting ASPs in providing a layered service model containing multiple cost/service points. Conclusion This white paper has described response time components as well as monitoring approaches. We believe that, while each approach has its benefits and drawbacks, overall the passive, server-side approach provides the best blend of accurate measurement and ease of deployment. Response time monitoring and the ability to quickly determine the source of a problem provides business value to IT departments in terms of productivity and minimized downtime. NETWORKSUPERVISION Fluke Networks P.O. Box 777, Everett, WA USA Fluke Networks operates in more than 50 countries worldwide. To find your local office contact details, go to Fluke Corporation. All rights reserved. Printed in U.S.A. 10/ D-ENG-N Rev A

SuperAgent and Siebel

SuperAgent and Siebel SuperAgent and Siebel Executive summary Siebel Systems provides a comprehensive family of multichannel ebusiness applications services, all within a single architecture. The Siebel architecture is an n-tier

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 your WAN When, What and How

Monitoring your WAN When, What and How Monitoring your WAN When, What and How Even though WAN performance monitoring tools have been available for close to a decade, less than a quarter of US WAN links are monitored by enterprises either by

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

Accurate End-to-End Performance Management Using CA Application Delivery Analysis and Cisco Wide Area Application Services

Accurate End-to-End Performance Management Using CA Application Delivery Analysis and Cisco Wide Area Application Services White Paper Accurate End-to-End Performance Management Using CA Application Delivery Analysis and Cisco Wide Area Application Services What You Will Learn IT departments are increasingly relying on best-in-class

More information

Cisco and Visual Network Systems: Implement an End-to-End Application Performance Management Solution for Managed Services

Cisco and Visual Network Systems: Implement an End-to-End Application Performance Management Solution for Managed Services Cisco and Visual Network Systems: Implement an End-to-End Application Performance Management Solution for Managed Services What You Will Learn In today s economy, IT departments are challenged to decide

More information

CiscoWorks Internetwork Performance Monitor 4.0

CiscoWorks Internetwork Performance Monitor 4.0 CiscoWorks Internetwork Performance Monitor 4.0 Product Overview The CiscoWorks Internetwork Performance Monitor (IPM) is a network response-time and availability troubleshooting application. Included

More information

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview This module describes IP Service Level Agreements (SLAs). IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs,

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

SLA para aplicaciones en redes WAN. Alvaro Cayo Urrutia

SLA para aplicaciones en redes WAN. Alvaro Cayo Urrutia SLA para aplicaciones en redes WAN Alvaro Cayo Urrutia Quién es FLUKE NETWORKS? Enterprise SuperVision (ESV) Soluciones portátiles de prueba y análisis LAN y WAN distribuidas Infrastructure SuperVision

More information

Optimizing IT Performance

Optimizing IT Performance Optimizing IT Performance End user based Performance Management Solutions bridge the gap to the business Time and the actual usage of conventional data center or server-based performance management solutions

More information

Ten top problems network techs encounter

Ten top problems network techs encounter Ten top problems network techs encounter Networks today have evolved quickly to include business critical applications and services, relied on heavily by users in the organization. In this environment,

More information

Business case for VoIP Readiness Network Assessment

Business case for VoIP Readiness Network Assessment Business case for VoIP Readiness Network Assessment Table of contents Overview... 2 Different approaches to pre-deployment assessment:.......... 2 Other considerations for VoIP pre-deployment... 3 The

More information

Cisco Application Networking for Citrix Presentation Server

Cisco Application Networking for Citrix Presentation Server Cisco Application Networking for Citrix Presentation Server Faster Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

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

Application-Centric Analysis Helps Maximize the Value of Wireshark

Application-Centric Analysis Helps Maximize the Value of Wireshark Application-Centric Analysis Helps Maximize the Value of Wireshark The cost of freeware Protocol analysis has long been viewed as the last line of defense when it comes to resolving nagging network and

More information

Cisco Application Networking for BEA WebLogic

Cisco Application Networking for BEA WebLogic Cisco Application Networking for BEA WebLogic Faster Downloads and Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

Cisco Application Networking for IBM WebSphere

Cisco Application Networking for IBM WebSphere Cisco Application Networking for IBM WebSphere Faster Downloads and Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

Avaya ExpertNet Lite Assessment Tool

Avaya ExpertNet Lite Assessment Tool IP Telephony Contact Centers Mobility Services WHITE PAPER Avaya ExpertNet Lite Assessment Tool April 2005 avaya.com Table of Contents Overview... 1 Network Impact... 2 Network Paths... 2 Path Generation...

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

SiteCelerate white paper

SiteCelerate white paper SiteCelerate white paper Arahe Solutions SITECELERATE OVERVIEW As enterprises increases their investment in Web applications, Portal and websites and as usage of these applications increase, performance

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

Test Equipment Depot - 800.517.8431-99 Washington Street Melrose, MA 02176 - TestEquipmentDepot.com. Application Advisor

Test Equipment Depot - 800.517.8431-99 Washington Street Melrose, MA 02176 - TestEquipmentDepot.com. Application Advisor Test Equipment Depot - 800.517.8431-99 Washington Street Melrose, MA 02176 - TestEquipmentDepot.com NetAlly Application Advisor Monitor End User Experience for Local and Remote Users, Distributed Sites

More information

Network Performance Management Solutions Architecture

Network Performance Management Solutions Architecture Network Performance Management Solutions Architecture agility made possible Network Performance Management solutions from CA Technologies compliment your services to deliver easily implemented and maintained

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

Transport and Network Layer

Transport and Network Layer Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a

More information

SUNYIT. Reaction Paper 2. Measuring the performance of VoIP over Wireless LAN

SUNYIT. Reaction Paper 2. Measuring the performance of VoIP over Wireless LAN SUNYIT Reaction Paper 2 Measuring the performance of VoIP over Wireless LAN SUBMITTED BY : SANJEEVAKUMAR 10/3/2013 Summary of the Paper The paper s main goal is to compare performance of VoIP in both LAN

More information

Cisco Prime Network Analysis Module Software 5.1 for WAAS VB

Cisco Prime Network Analysis Module Software 5.1 for WAAS VB Cisco Prime Network Analysis Module Software 5.1 for WAAS VB Network administrators need multifaceted visibility into the network and application to help ensure consistent and cost-effective delivery of

More information

Managing Network Bandwidth to Maximize Performance

Managing Network Bandwidth to Maximize Performance Managing Network Bandwidth to Maximize Performance With increasing bandwidth demands, network professionals are constantly looking to optimize network resources, ensure adequate bandwidth, and deliver

More information

Simplify VoIP Network Setup and Troubleshooting with NetTool VoIP

Simplify VoIP Network Setup and Troubleshooting with NetTool VoIP Simplify VoIP Network Setup and Troubleshooting with NetTool VoIP Introduction As businesses search for new ways to cut costs and increase efficiency, they are moving their phone systems to VoIP (voice

More information

Quality of Service (QoS)) in IP networks

Quality of Service (QoS)) in IP networks Quality of Service (QoS)) in IP networks Petr Grygárek rek 1 Quality of Service (QoS( QoS) QoS is the ability of network to support applications without limiting it s s function or performance ITU-T T

More information

Cisco Bandwidth Quality Manager 3.1

Cisco Bandwidth Quality Manager 3.1 Cisco Bandwidth Quality Manager 3.1 Product Overview Providing the required quality of service (QoS) to applications on a wide-area access network consistently and reliably is increasingly becoming a challenge.

More information

Network Application Performance Alignment to IT Best Practices

Network Application Performance Alignment to IT Best Practices Network Application Performance Alignment to IT Best Practices This white paper briefly describes best practices, highlights IT best practices and discusses in detail; IT business service management, the

More information

STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT

STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT 1. TIMING ACCURACY The accurate multi-point measurements require accurate synchronization of clocks of the measurement devices. If for example time stamps

More information

Alcatel-Lucent VitalSuite Performance Management Software for the Enterprise

Alcatel-Lucent VitalSuite Performance Management Software for the Enterprise Alcatel-Lucent VitalSuite Performance Management Software for the Enterprise Monitor, measure and enhance delivery of carrier-class business services across your multi-vendor, multi-service infrastructure

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

PANDORA FMS NETWORK DEVICES MONITORING

PANDORA FMS NETWORK DEVICES MONITORING NETWORK DEVICES MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS can monitor all the network devices available in the market, like Routers, Switches, Modems, Access points,

More information

Question: 3 When using Application Intelligence, Server Time may be defined as.

Question: 3 When using Application Intelligence, Server Time may be defined as. 1 Network General - 1T6-521 Application Performance Analysis and Troubleshooting Question: 1 One component in an application turn is. A. Server response time B. Network process time C. Application response

More information

OptiView. Total integration Total control Total Network SuperVision. Network Analysis Solution. No one knows the value of an

OptiView. Total integration Total control Total Network SuperVision. Network Analysis Solution. No one knows the value of an No one knows the value of an Network Analysis Solution Total integration Total control Total Network SuperVision integrated solution better than network engineers and Fluke Networks. Our Network Analysis

More information

WANs and Routers. M.Sc. Aleksandra Kanevce M.Sc. Aleksandra Bogojeska

WANs and Routers. M.Sc. Aleksandra Kanevce M.Sc. Aleksandra Bogojeska WANs and Routers M.Sc. Aleksandra Kanevce M.Sc. Aleksandra Bogojeska 1 Introduction to WANs A WAN is a data communications network that spans a large geographic area such as a state, province, or country.

More information

Ranch Networks for Hosted Data Centers

Ranch Networks for Hosted Data Centers Ranch Networks for Hosted Data Centers Internet Zone RN20 Server Farm DNS Zone DNS Server Farm FTP Zone FTP Server Farm Customer 1 Customer 2 L2 Switch Customer 3 Customer 4 Customer 5 Customer 6 Ranch

More information

Networking Systems (10102)

Networking Systems (10102) Networking Systems (10102) Rationale Statement: The goal of this course is to help students understand and participate in the significant impact of computer networking in their lives. Virtually any career

More information

Packet Capture and Expert Troubleshooting with the Viavi Solutions T-BERD /MTS-6000A

Packet Capture and Expert Troubleshooting with the Viavi Solutions T-BERD /MTS-6000A Packet Capture and Expert Troubleshooting with the Viavi Solutions T-BERD /MTS-6000A By Barry Constantine Introduction As network complexity grows, network provider technicians require the ability to troubleshoot

More information

Simac ICT Netherlands ::

Simac ICT Netherlands :: Industry: Managed service provider CASE STUDY Simac ICT Netherlands :: Providing a Differentiated Service Offering with the NetQoS Performance Center Within two weeks of deployment, SuperAgent helped us

More information

Detection of illegal gateways in protected networks

Detection of illegal gateways in protected networks Detection of illegal gateways in protected networks Risto Vaarandi and Kārlis Podiņš Cooperative Cyber Defence Centre of Excellence Tallinn, Estonia firstname.lastname@ccdcoe.org 1. Introduction In this

More information

Using TrueSpeed VNF to Test TCP Throughput in a Call Center Environment

Using TrueSpeed VNF to Test TCP Throughput in a Call Center Environment Using TrueSpeed VNF to Test TCP Throughput in a Call Center Environment TrueSpeed VNF provides network operators and enterprise users with repeatable, standards-based testing to resolve complaints about

More information

Network Simulation Traffic, Paths and Impairment

Network Simulation Traffic, Paths and Impairment Network Simulation Traffic, Paths and Impairment Summary Network simulation software and hardware appliances can emulate networks and network hardware. Wide Area Network (WAN) emulation, by simulating

More information

PANDORA FMS NETWORK DEVICE MONITORING

PANDORA FMS NETWORK DEVICE MONITORING NETWORK DEVICE MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS is able to monitor all network devices available on the marke such as Routers, Switches, Modems, Access points,

More information

Using IPM to Measure Network Performance

Using IPM to Measure Network Performance CHAPTER 3 Using IPM to Measure Network Performance This chapter provides details on using IPM to measure latency, jitter, availability, packet loss, and errors. It includes the following sections: Measuring

More information

Whitepaper. 10 Metrics to Monitor in the LTE Network. www.sevone.com blog.sevone.com info@sevone.com

Whitepaper. 10 Metrics to Monitor in the LTE Network. www.sevone.com blog.sevone.com info@sevone.com 10 Metrics to Monitor in the LTE Network The deployment of LTE increases dependency on the underlying network, which must be closely monitored in order to avert serviceimpacting events. In addition, the

More information

OptiView. Total integration Total control Total Network SuperVision. Network Analysis Solution. No one knows the value of an

OptiView. Total integration Total control Total Network SuperVision. Network Analysis Solution. No one knows the value of an No one knows the value of an Network Analysis Solution Total integration Total control Total Network SuperVision integrated solution better than network engineers and Fluke Networks. Our Network Analysis

More information

WHITE PAPER September 2012. CA Nimsoft Monitor for Servers

WHITE PAPER September 2012. CA Nimsoft Monitor for Servers WHITE PAPER September 2012 CA Nimsoft Monitor for Servers Table of Contents CA Nimsoft Monitor for servers 3 solution overview CA Nimsoft Monitor service-centric 5 server monitoring CA Nimsoft Monitor

More information

WAN Optimization Integrated with Cisco Branch Office Routers Improves Application Performance and Lowers TCO

WAN Optimization Integrated with Cisco Branch Office Routers Improves Application Performance and Lowers TCO WAN Optimization Integrated with Cisco Branch Office Routers Improves Application Performance and Lowers TCO The number of branch-office work sites is increasing, so network administrators need tools to

More information

pc resource monitoring and performance advisor

pc resource monitoring and performance advisor pc resource monitoring and performance advisor application note www.hp.com/go/desktops Overview HP Toptools is a modular web-based device management tool that provides dynamic information about HP hardware

More information

APPLICATION PERFORMANCE MONITORING

APPLICATION PERFORMANCE MONITORING APPLICATION PERFORMANCE MONITORING PRACTICAL WAYS TO MONITOR THE END USER EXPERIENCE WHITE PAPER Performance of key applications is a critical item to monitor in many IT environments where users depend

More information

Testing VoIP on MPLS Networks

Testing VoIP on MPLS Networks Application Note Testing VoIP on MPLS Networks Why does MPLS matter for VoIP? Multi-protocol label switching (MPLS) enables a common IP-based network to be used for all network services and for multiple

More information

WHITE PAPER OCTOBER 2014. CA Unified Infrastructure Management for Networks

WHITE PAPER OCTOBER 2014. CA Unified Infrastructure Management for Networks WHITE PAPER OCTOBER 2014 CA Unified Infrastructure Management for Networks 2 WHITE PAPER: CA UNIFIED INFRASTRUCTURE MANAGEMENT FOR NETWORKS ca.com Table of Contents Solution Overview 3 Specialized Probes

More information

Network Management Deployment Guide

Network Management Deployment Guide Smart Business Architecture Borderless Networks for Midsized organizations Network Management Deployment Guide Revision: H1CY10 Cisco Smart Business Architecture Borderless Networks for Midsized organizations

More information

Cisco Network Analysis Module Software 4.0

Cisco Network Analysis Module Software 4.0 Cisco Network Analysis Module Software 4.0 Overview Presentation Improve Operational Efficiency with Increased Network and Application Visibility 1 Enhancing Operational Manageability Optimize Application

More information

Agenda. Distributed System Structures. Why Distributed Systems? Motivation

Agenda. Distributed System Structures. Why Distributed Systems? Motivation Agenda Distributed System Structures CSCI 444/544 Operating Systems Fall 2008 Motivation Network structure Fundamental network services Sockets and ports Client/server model Remote Procedure Call (RPC)

More information

Lecture 1. Lecture Overview. Intro to Networking. Intro to Networking. Motivation behind Networking. Computer / Data Networks

Lecture 1. Lecture Overview. Intro to Networking. Intro to Networking. Motivation behind Networking. Computer / Data Networks Lecture 1 An Introduction to Networking Chapter 1, pages 1-22 Dave Novak BSAD 146, Introduction to Networking School of Business Administration University of Vermont Lecture Overview Brief introduction

More information

Real vs. Synthetic Web Performance Measurements, a Comparative Study

Real vs. Synthetic Web Performance Measurements, a Comparative Study Real vs. Synthetic Web Performance Measurements, a Comparative Study By John Bartlett and Peter Sevcik December 2004 Enterprises use today s Internet to find customers, provide them information, engage

More information

10 METRICS TO MONITOR IN THE LTE NETWORK. [ WhitePaper ]

10 METRICS TO MONITOR IN THE LTE NETWORK. [ WhitePaper ] [ WhitePaper ] 10 10 METRICS TO MONITOR IN THE LTE NETWORK. Abstract: The deployment of LTE increases dependency on the underlying network, which must be closely monitored in order to avert service-impacting

More information

White Paper: Troubleshooting Remote Site Networks Best Practices

White Paper: Troubleshooting Remote Site Networks Best Practices White Paper: Troubleshooting Remote Site Networks Best Practices Management and remote site employees expect the same level of network service as the headquarters site. However, when IT staff are faced

More information

White Paper: Application and network performance alignment to IT best practices

White Paper: Application and network performance alignment to IT best practices Unpublished White Paper: Application and network performance alignment to IT best practices This white paper briefly describes best practices; highlights IT best practices; and discusses in detail IT business

More information

A TECHNICAL REVIEW OF CACHING TECHNOLOGIES

A TECHNICAL REVIEW OF CACHING TECHNOLOGIES WHITEPAPER Over the past 10 years, the use of applications to enable business processes has evolved drastically. What was once a nice-to-have is now a mainstream staple that exists at the core of business,

More information

Network Management. 8.1 Centralized Monitoring, Reporting, and Troubleshooting. 8.1.1 Monitoring Challenges and Solutions CHAPTER

Network Management. 8.1 Centralized Monitoring, Reporting, and Troubleshooting. 8.1.1 Monitoring Challenges and Solutions CHAPTER CHAPTER 8 The Cisco WAN and application optimization solution provides a powerful set of WAN optimization features. To translate these features into verifiable user benefits, effective network management

More information

WHITEPAPER Best Practices for Monitoring Business Transactions:

WHITEPAPER Best Practices for Monitoring Business Transactions: WHITEPAPER Best Practices for Monitoring Business Transactions: Business transaction monitoring has never been more critical to operational efficiency, yet there remains much confusion over methodology.

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

PROACTIVE PERFORMANCE MANAGEMENT

PROACTIVE PERFORMANCE MANAGEMENT 51-11-99 DATA COMMUNICATIONS MANAGEMENT PROACTIVE PERFORMANCE MANAGEMENT Tim Clark INSIDE The Current State of Performance Management; Proactive Performance Management; Developing a Baseline; Online Utilization

More information

24x7 Monitoring and Troubleshooting Distributed Application Performance

24x7 Monitoring and Troubleshooting Distributed Application Performance 24x7 Monitoring and Troubleshooting Distributed Application Performance WHITE PAPER Gone is the luxury of sending network engineers to physically visit a site to troubleshoot performance issues. Today

More information

Gaining Operational Efficiencies with the Enterasys S-Series

Gaining Operational Efficiencies with the Enterasys S-Series Gaining Operational Efficiencies with the Enterasys S-Series Hi-Fidelity NetFlow There is nothing more important than our customers. Gaining Operational Efficiencies with the Enterasys S-Series Introduction

More information

Cisco Change Management: Best Practices White Paper

Cisco Change Management: Best Practices White Paper Table of Contents Change Management: Best Practices White Paper...1 Introduction...1 Critical Steps for Creating a Change Management Process...1 Planning for Change...1 Managing Change...1 High Level Process

More information

Monitoring, Managing, Remediating

Monitoring, Managing, Remediating MANAGED SERVICES Packages include: Fault management Troubleshooting & escalation Proactive monitoring WAN status 800# Incident & inventory management Quarterly reviews Managed device database Online dashboard

More information

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life Overview Dipl.-Ing. Peter Schrotter Institute of Communication Networks and Satellite Communications Graz University of Technology, Austria Fundamentals of Communicating over the Network Application Layer

More information

Network Client. Troubleshooting Guide FREQUENTLY ASKED QUESTIONS

Network Client. Troubleshooting Guide FREQUENTLY ASKED QUESTIONS Network Client Troubleshooting Guide 1 Network Client Troubleshooting Guide The first section of this guide answers some frequently asked questions (FAQs) about the operation of Intellex and the Network

More information

Lesson 5-2: Network Maintenance and Management

Lesson 5-2: Network Maintenance and Management Unit 5: Network Operating Systems Lesson 5-2: Network Maintenance and Management At a Glance This lesson presents an overview of network planning and management tasks. It also discusses hardware and software

More information

Best Practices for NetFlow/IPFIX Analysis and Reporting

Best Practices for NetFlow/IPFIX Analysis and Reporting WHITEPAPER Best Practices for NetFlow/IPFIX Analysis and Reporting IT managers and network administrators are constantly making decisions affecting critical business activity on the network. Management

More information

This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks.

This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks. This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks. Copyright 2009 Meraki, Inc. All rights reserved. Trademarks Meraki

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

MANAGING NETWORK COMPONENTS USING SNMP

MANAGING NETWORK COMPONENTS USING SNMP MANAGING NETWORK COMPONENTS USING SNMP Abubucker Samsudeen Shaffi 1 Mohanned Al-Obaidy 2 Gulf College 1, 2 Sultanate of Oman. Email: abobacker.shaffi@gulfcollegeoman.com mohaned@gulfcollegeoman.com Abstract:

More information

Computer Networks CS321

Computer Networks CS321 Computer Networks CS321 Dr. Ramana I.I.T Jodhpur Dr. Ramana ( I.I.T Jodhpur ) Computer Networks CS321 1 / 22 Outline of the Lectures 1 Introduction OSI Reference Model Internet Protocol Performance Metrics

More information

The Ecosystem of Computer Networks. Ripe 46 Amsterdam, The Netherlands

The Ecosystem of Computer Networks. Ripe 46 Amsterdam, The Netherlands The Ecosystem of Computer Networks Ripe 46 Amsterdam, The Netherlands Silvia Veronese NetworkPhysics.com Sveronese@networkphysics.com September 2003 1 Agenda Today s IT challenges Introduction to Network

More information

Best of Breed of an ITIL based IT Monitoring. The System Management strategy of NetEye

Best of Breed of an ITIL based IT Monitoring. The System Management strategy of NetEye Best of Breed of an ITIL based IT Monitoring The System Management strategy of NetEye by Georg Kostner 5/11/2012 1 IT Services and IT Service Management IT Services means provisioning of added value for

More information

Per-Flow Queuing Allot's Approach to Bandwidth Management

Per-Flow Queuing Allot's Approach to Bandwidth Management White Paper Per-Flow Queuing Allot's Approach to Bandwidth Management Allot Communications, July 2006. All Rights Reserved. Table of Contents Executive Overview... 3 Understanding TCP/IP... 4 What is Bandwidth

More information

HP End User Management software. Enables real-time visibility into application performance and availability. Solution brief

HP End User Management software. Enables real-time visibility into application performance and availability. Solution brief HP End User Management software Enables real-time visibility into application performance and availability Solution brief Figure 1 HP End User Management lets you proactively identify application performance

More information

Agilent Technologies Performing Pre-VoIP Network Assessments. Application Note 1402

Agilent Technologies Performing Pre-VoIP Network Assessments. Application Note 1402 Agilent Technologies Performing Pre-VoIP Network Assessments Application Note 1402 Issues with VoIP Network Performance Voice is more than just an IP network application. It is a fundamental business and

More information

Cisco Prime Network Analysis Module Software 5.1 for Nexus 1010

Cisco Prime Network Analysis Module Software 5.1 for Nexus 1010 Cisco Prime Network Analysis Module Software 5.1 for Nexus 1010 As mission-critical workloads migrate to virtual servers, visibility into the virtual switching infrastructure becomes critical to manage

More information

Analysis of IP Network for different Quality of Service

Analysis of IP Network for different Quality of Service 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Analysis of IP Network for different Quality of Service Ajith

More information

Understanding Slow Start

Understanding Slow Start Chapter 1 Load Balancing 57 Understanding Slow Start When you configure a NetScaler to use a metric-based LB method such as Least Connections, Least Response Time, Least Bandwidth, Least Packets, or Custom

More information

MPLS WAN Explorer. Enterprise Network Management Visibility through the MPLS VPN Cloud

MPLS WAN Explorer. Enterprise Network Management Visibility through the MPLS VPN Cloud MPLS WAN Explorer Enterprise Network Management Visibility through the MPLS VPN Cloud Executive Summary Increasing numbers of enterprises are outsourcing their backbone WAN routing to MPLS VPN service

More information

MSP Service Matrix. Servers

MSP Service Matrix. Servers Servers MSP Service Matrix Microsoft Windows O/S Patching - Patches automatically updated on a regular basis to the customer's servers and desktops. MS Baseline Analyzer and MS WSUS Server used Server

More information

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R-

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R- MODEL ATC-2004 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2004 is a 4 Port RS232/RS485 to TCP/IP converter integrated with a robust system and network management features

More information

Cisco Wide Area Application Services (WAAS) Software Version 4.0

Cisco Wide Area Application Services (WAAS) Software Version 4.0 Cisco Wide Area Application Services () Software Version 4.0 Product Overview Cisco Wide Area Application Services () is a powerful application acceleration and WAN optimization solution that optimizes

More information

A Tool for Evaluation and Optimization of Web Application Performance

A Tool for Evaluation and Optimization of Web Application Performance A Tool for Evaluation and Optimization of Web Application Performance Tomáš Černý 1 cernyto3@fel.cvut.cz Michael J. Donahoo 2 jeff_donahoo@baylor.edu Abstract: One of the main goals of web application

More information

Communications and Computer Networks

Communications and Computer Networks SFWR 4C03: Computer Networks and Computer Security January 5-8 2004 Lecturer: Kartik Krishnan Lectures 1-3 Communications and Computer Networks The fundamental purpose of a communication system is the

More information

The Evolution of Application Acceleration:

The Evolution of Application Acceleration: WHITE PAPER The Evolution of Application Acceleration: From Server Load Balancers to Application Delivery Controllers www.crescendonetworks.com Corporate Headquarters 6 Yoni Netanyahu Street Or-Yehuda

More information

Datasheet: Visual Performance Manager and TruView Advanced MPLS Package with VoIPIntegrity (SKU 01923)

Datasheet: Visual Performance Manager and TruView Advanced MPLS Package with VoIPIntegrity (SKU 01923) Datasheet: Visual Performance Manager and TruView Advanced MPLS Package with VoIPIntegrity (SKU 01923) Key Features: The everything software bundle for application aware network monitoring for remote sites

More information

Solving complex performance problems in TCP/IP and SNA environments.

Solving complex performance problems in TCP/IP and SNA environments. IBM Global Services Solving complex performance problems in TCP/IP and SNA environments. Key Topics Discusses how performance analysis of networks relates to key issues in today's business environment

More information

Observer Probe Family

Observer Probe Family Observer Probe Family Distributed analysis for local and remote networks Monitor and troubleshoot vital network links in real time from any location Network Instruments offers a complete line of software

More information