SlideShare a Scribd company logo
1 of 12
Download to read offline
Troubleshoot ing Common Web Appl icat ion Performance Problems 
GUIDE 
Troubleshooting Common Web Application 
Performance Problems 
Abstract 
Traditional methods of troubleshooting web application performance involve looking at each tier of the 
web application stack individually, including the network, web servers, databases, and storage devices. 
Analyzing wire data is a far simpler and more effective way to troubleshoot. This troubleshooting guide 
shows how to leverage wire data analytics to troubleshoot common web application performance issues— 
including overloaded servers, changed APIs, crashed equipment, and network bandwidth constraints— 
using the free ExtraHop Discovery Edition.
Troubleshoot ing Common Web Appl icat ion Performance Problems 
Introduction 
Troubleshooting poor web application performance can be frustrating. It’s bad enough when the 
site, application, or service is down completely. But in many ways, it’s even worse when users 
simply tell you that things are running slowly. 
There are many things that can go wrong with modern web applications. Is the problem a 
changed VLAN tag, an overloaded web server or database, authentication failure, or something 
wrong with the client device? Normally, you’d have to access the log data for each potential 
point of failure to answer those questions. But you likely have other things to do besides waste 
time hunting a ghost in the machine. 
With a platform for wire data analytics, you can quickly narrow down the root cause of web 
application performance issues. Wire data contains all L2 through L7 communications between 
devices and provides the definitive record of web application activity. 
This troubleshooting guide provides step-by-step instructions for identifying the root cause of 
four common web application performance problems: 
• Network issues 
• Crashed or overloaded servers 
• Misconfigurations or application errors 
• Bandwidth constraints 
You can identify these issues and more by analyzing wire data with the ExtraHop platform. The 
ExtraHop Discovery Edition is a free virtual appliance available for download from 
www.extrahop.com/discovery. There is no limit on how long you can use the Discovery Edition.
Troubleshoot ing Common Web Appl icat ion Performance Problems 
Problem #1 – Network Connectivity and VLAN Issues 
“The network is slow” is an all-too-common lament. Despite its frequent vilification, the network 
is worth the time to investigate. A quick look at the ExtraHop Discovery Edition will show 
anomalous network activity caused by unplugged cables, rebooted network switches, or 
modified VLAN tags, for instance. The steps below demonstrate how you can identify a low-level 
network issue. 
Example Scenario 
Looking at the Summary page, we can see what appears to be two minutes (14:47 to 14:49) of 
almost no activity on the network. 
Selecting Network and then L2 in the tree control, we can verify that both the number of packets 
per second and throughput dropped to near zero (12.73 packets/second and 12Kbps, 
respectively) during that time period. Most likely, this trickle of traffic is localized broadcast traffic. 
* Layer 2 is the 
data link layer of 
the OSI model, 
representing 
Ethernet and 
802.11 wireless 
traffic over a 
LAN or WAN.
Troubleshoot ing Common Web Appl icat ion Performance Problems 
Layer 2 traffic was virtually nil for two minutes, indicating a network equipment problem. 
Synopsis: A network switch rebooted, preventing users from connecting to the web server. 
Looking at Layer 2 activity helped to quickly identify this issue. 
Problem #2 – Crashed or Overloaded Servers 
You might use some sort of basic server monitoring already, but there can still be delays 
between the time a server crashes and when the IT team is notified. More commonly, a web or 
database server responds to requests slowly because of heavy load. By observing the 
communications between servers, you can detect crashed or overloaded servers. 
Suppose the database server is shared among several other applications in addition to your web 
application, and a development team member pushes out an ill-advised bit of code that soaks up 
the database server CPU resources. Now your web application is responding slowly, but how 
can you find the root cause? 
Example Scenario 
When trying to identify a crashed or overloaded server, the best place to start is the Summary 
page, which displays a high-level overview of activity at various tiers of your web application 
stack, including network, web, database, storage, authentication, and domain name services. 
From the Summary page, you want to look for abnormalities in activity. Make sure to use the 
Time Interval options to make variances more apparent. In this scenario, we have noticed a 
suspicious dip in traffic. Narrowing the time interval, we can see that the volume of HTTP traffic 
suddenly disappears for a period of several minutes. To investigate, we click HTTP on the Bytes 
by L7 Protocol chart. 
Tip: When a 
database is 
shared among 
multiple 
applications, you 
need to be able 
to see which 
queries are 
associated with 
different 
applications. 
The same 
principle applies 
to other shared 
services.
Troubleshoot ing Common Web Appl icat ion Performance Problems 
Here, we see a list of all devices communicating using the HTTP protocol. The first two devices 
in the list stand out because their volume of HTTP traffic is significantly higher than the others, 
and also because their inbound and outbound traffic counts are inversely correlated. One client 
is requesting 70GB of HTTP data. There is definitely something suspicious going on here. 
Tip: When 
examining wire 
data, look at 
anomalous 
activity for each 
protocol, and 
then drill down 
to see which 
devices are 
involved.
Troubleshoot ing Common Web Appl icat ion Performance Problems 
Clicking the first device—the one requesting 70 GB of HTTP data—pulls up metrics specific to 
that device. 
Click the Protocol Breakdown tab and hover over the chart to see the exact traffic 
measurements for each L7 protocol at specified times. We can see that even when HTTP traffic 
dropped off, this device was still online and communicating, receiving over 7MB of HTTP traffic. 
Because this device has been functioning during the time period under investigation, we close 
this window and look at the other device that is sending 70GB of HTTP data during this time 
period. 
Note: The ExtraHop Discovery Edition shows summary metrics for specific devices, but with the 
full edition of the ExtraHop platform, you can drill down to see transaction details for specific 
devices such as error counts, methods used, users, and files accessed.
Troubleshoot ing Common Web Appl icat ion Performance Problems 
Clicking the Protocol Breakdown tab for the second device tells a different story. 
During the same time period, this second device stopped communicating not only over HTTP but 
all other protocols as well. This indicates that the device lost network connectivity, rebooted, or 
crashed. In any case, by viewing L2-L7 communications for all systems, we were able to quickly 
isolate the problem server with just a few clicks. 
Summary: A server lost connectivity, rebooted, or crashed for several minutes. Visibility into 
application-layer (Layer 7) traffic for each device helps to identify the server experiencing 
problems, as well as the devices it is communicating with. 
Problem #3 – Misconfigurations and Application Errors 
As discussed earlier, many issues can affect web application performance, from errors in the 
application code and inability to access resources, to authentication failures and 
misconfigurations. Some of these problems affect all users, so you find out about them very 
quickly. But some problems are intermittent or affect only certain segments of users. To catch 
these intermittent issues and make sure that all your users have a great experience, it is 
important to monitor HTTP errors.
Troubleshoot ing Common Web Appl icat ion Performance Problems 
HTTP errors help IT teams find out when something odd is happening with the web application. 
Wikipedia contains an exhaustive list of HTTP status codes, but these are the ones that users 
complain about most and that indicate an error: 
• 3xx – Redirection: The server did not handle the request normally and the request was 
redirected to another server. 
• 4xx – Client error: The client request was not accepted because it was not authorized 
(HTTP status code 401), the client was forbidden access even with authorization (HTTP 
status code 403), or the requested resource was not found (HTTP status code 404). 
• 5xx – Server error: The server could not fulfill a valid request. 
Example Scenario 
Investigating HTTP errors is easy using the ExtraHop platform. Go to the Summary page, and 
click HTTP Server in the Server Activity Group list. The resulting page provides an aggregate 
analysis of all HTTP server activity, including the transaction counts for different HTTP status 
codes. The full edition of the ExtraHop platform enables you to dig deeper than aggregate 
analysis and see HTTP transaction metrics for each device, but the Discovery Edition provides 
sufficiently deep analysis for this scenario. 
To get a quick sense of where HTTP errors are coming from, we click the Errors button at the 
top of the screen. Doing so provides a ranked list of uniform resource identifiers (URIs), 
including URLs, that are returning error messages to users. 
We can see that the top two URIs generating errors are from the main application server. During 
the time period selected, these two URIs generated more than 300 HTTP errors. 
Tip: Monitoring 
HTTP errors on 
the wire is a good 
way to detect 
intermittent 
problems or 
issues that affect 
only a subsection 
of users.
Troubleshoot ing Common Web Appl icat ion Performance Problems 
Returning to the HTTP Server page, we can see that the count for HTTP 501 codes is 
suspiciously high. Clicking the link, we can see a ranked list of web servers returning HTTP 501 
errors. 
Just two servers are generating all of the HTTP 501 errors. From their device names, we 
recognize two of the servers as our main application servers. 
As it turns out, HTTP 501s errors are defined as “Not Implemented” and returned when a 
request uses a method that is not understood by the server or that the application has not 
implemented. For example, the user receives a HTTP 501 error if the client uses the PUT 
method to access a URI but our application has implemented only the GET method. In this case, 
we had recently made an API change at the application tier, and likely some of the components 
at the web tier are trying to access this API using an old version. 
Synopsis: Some components of the web application did not update to the latest API. By 
periodically examining HTTP errors in your environment, you can catch issues that might 
inconvenience some users even before they call the service desk. Without this visibility, you 
would not know about these problems until someone was frustrated enough to log a ticket. 
Problem #4 – A Device Soaking Up Bandwidth 
One reason that the network gets blamed so frequently for performance issues is because it is a 
shared resource. The bandwidth consumption of one activity leaves less bandwidth for other 
users and applications, and it is hard to police how well users and applications are behaving on 
the network just by looking at ports, bytes, and packets. 
Tip: Examine 
HTTP errors 
regularly to 
catch issues that 
users might 
tolerate and 
never bother to 
report. Oil the 
wheel before it 
squeaks!
Troubleshoot ing Common Web Appl icat ion Performance Problems 
IT teams need a real-time view of all L2 through L7 communications to answer important 
questions: 
• Are people downloading large files from your site? 
• Is there an ill-timed backup running? 
• Is a logging script behaving badly? 
• Is a search engine crawling the site? 
The ExtraHop platform can answer these questions by revealing not just which users and 
applications are using the network, but also how efficiently they are using it. 
Example Scenario 
In an earlier scenario that involved network connectivity and VLAN issues, we investigated a 
network outage caused by a switch rebooting. Before and after the reboot, there was a spike in 
HTTP traffic. It would be interesting to see what caused that spike in HTTP traffic. 
On the Summary page, click the Bytes by L7 Protocol chart. We can see that HTTP traffic 
spikes up to 13Mbps, which is worrisome considering that we have only a 15Mbps link with our 
ISP. If this traffic passes over this ISP link, it negatively affects our locally hosted web 
application. The devices listed below represent the top talkers during the time period selected.
Troubleshoot ing Common Web Appl icat ion Performance Problems 
If we click the second device in the list, we see incoming and outgoing traffic for this device 
alone. Most of the traffic is HTTP. Clicking HTTP in the chart narrows the list of servers below to 
only those that are communicating with this particular device using the HTTP protocol. 
This view reveals that this particular user is browsing multiple content-heavy web sites. We can 
also see that all this traffic goes through our HP networking switch, which is our main uplink 
switch to our ISP. Given this information, we can look into obtaining a dedicated link just for our 
web application or educating our users on our Internet usage policy. 
Synopsis: A particular user was consuming too much bandwidth, leaving less bandwidth 
available for our locally hosted web application. Application-layer (Layer 7) visibility is required to 
understand how well users and applications are using (or abusing) network bandwidth. With the 
full edition of the ExtraHop platform, you can dig deeper into the client device to see which web 
services the user is accessing. There is also a free add-on module available from the ExtraHop 
customer forum (http://forum.extrahop.com) that provides a dashboard to monitor public cloud 
applications such as Dropbox, Google Drive, Salesforce.com, Gmail, YouTube, Pandora, and 
more.
Troubleshoot ing Common Web Appl icat ion Performance Problems 
Conclusion 
Examining wire data is the most efficient way to troubleshoot web application performance 
issues. The ExtraHop wire data analytics platform enables you to easily identify and investigate 
anomalous activity at the network, web, database, or storage tiers in order to find the root cause 
of performance problems. This method saves you time and effort when troubleshooting issues, 
and also minimizes inconvenience for end users. 
You can solve the problem scenarios described in this troubleshooting guide using the ExtraHop 
Discovery Edition, a free virtual appliance. Deployment is easy, requiring just four steps: 
1. Fill out the form at www.extrahop.com/discovery. 
2. Receive your product key, and download the .ova file. 
3. Install the virtual appliance on a machine with a bare-metal hypervisor, your desktop, or 
in AWS. 
4. Direct traffic to the appliance using a port mirror or ExtraHop’s software tap. 
You can upgrade the ExtraHop Discovery Edition to the full version at any time, which adds a 
minimum of 30-day lookback, device-level transaction metrics, customizable alerts, and up to a 
sustained 20Gbps throughput. 
ExtraHop is the global leader in real-time wire data analytics. The ExtraHop Operational Intelligence platform analyzes 
all L2-L7 communications, including full bidirectional transactional payloads. This innovative approach provides the 
correlated, cross-tier visibility essential for application performance, availability, and security in today's complex and 
dynamic IT environments. The winner of numerous awards from Interop and others, the ExtraHop platform scales up 
to 20 Gbps, deploys without agents, and delivers tangible value in less than 15 minutes. 
ExtraHop Networks, Inc. 
520 Pike Street, Suite 1700 
Seattle, WA 98101 USA 
www.extrahop.com 
© 2014 ExtraHop Networks, Inc. All rights reserved.

More Related Content

What's hot

Exception handling
Exception handlingException handling
Exception handlingIblesoft
 
Security in distributed systems
Security in distributed systems Security in distributed systems
Security in distributed systems Haitham Ahmed
 
Object Oriented Programming Using C++
Object Oriented Programming Using C++Object Oriented Programming Using C++
Object Oriented Programming Using C++Muhammad Waqas
 
Finalize() method
Finalize() methodFinalize() method
Finalize() methodJadavsejal
 
Constructor in java
Constructor in javaConstructor in java
Constructor in javaHitesh Kumar
 
Need of OOPs and Programming,pop vs oop
Need of OOPs and Programming,pop vs oopNeed of OOPs and Programming,pop vs oop
Need of OOPs and Programming,pop vs oopJanani Selvaraj
 
Abstract class and Interface
Abstract class and InterfaceAbstract class and Interface
Abstract class and InterfaceHaris Bin Zahid
 
Basic Concepts of OOPs (Object Oriented Programming in Java)
Basic Concepts of OOPs (Object Oriented Programming in Java)Basic Concepts of OOPs (Object Oriented Programming in Java)
Basic Concepts of OOPs (Object Oriented Programming in Java)Michelle Anne Meralpis
 
Standard Libraries in Python Programming
Standard Libraries in Python ProgrammingStandard Libraries in Python Programming
Standard Libraries in Python ProgrammingRohan Chougule
 
Implementation levels of virtualization
Implementation levels of virtualizationImplementation levels of virtualization
Implementation levels of virtualizationGokulnath S
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to pythonMohammed Rafi
 
Genesis and Overview of Java
Genesis and Overview of Java Genesis and Overview of Java
Genesis and Overview of Java Ravi_Kant_Sahu
 
Intro to Python Programming Language
Intro to Python Programming LanguageIntro to Python Programming Language
Intro to Python Programming LanguageDipankar Achinta
 
Linux practicals T.Y.B.ScIT
Linux practicals T.Y.B.ScITLinux practicals T.Y.B.ScIT
Linux practicals T.Y.B.ScITvignesh0009
 

What's hot (20)

Method overloading and constructor overloading in java
Method overloading and constructor overloading in javaMethod overloading and constructor overloading in java
Method overloading and constructor overloading in java
 
Exception handling
Exception handlingException handling
Exception handling
 
Constants in java
Constants in javaConstants in java
Constants in java
 
Security in distributed systems
Security in distributed systems Security in distributed systems
Security in distributed systems
 
Object Oriented Programming Using C++
Object Oriented Programming Using C++Object Oriented Programming Using C++
Object Oriented Programming Using C++
 
Finalize() method
Finalize() methodFinalize() method
Finalize() method
 
Constructor in java
Constructor in javaConstructor in java
Constructor in java
 
Need of OOPs and Programming,pop vs oop
Need of OOPs and Programming,pop vs oopNeed of OOPs and Programming,pop vs oop
Need of OOPs and Programming,pop vs oop
 
Abstract class and Interface
Abstract class and InterfaceAbstract class and Interface
Abstract class and Interface
 
Encapsulation
EncapsulationEncapsulation
Encapsulation
 
Presentation On Com Dcom
Presentation On Com DcomPresentation On Com Dcom
Presentation On Com Dcom
 
Basic Concepts of OOPs (Object Oriented Programming in Java)
Basic Concepts of OOPs (Object Oriented Programming in Java)Basic Concepts of OOPs (Object Oriented Programming in Java)
Basic Concepts of OOPs (Object Oriented Programming in Java)
 
Block 1 ms-034 unit-1
Block 1 ms-034 unit-1Block 1 ms-034 unit-1
Block 1 ms-034 unit-1
 
Python ppt
Python pptPython ppt
Python ppt
 
Standard Libraries in Python Programming
Standard Libraries in Python ProgrammingStandard Libraries in Python Programming
Standard Libraries in Python Programming
 
Implementation levels of virtualization
Implementation levels of virtualizationImplementation levels of virtualization
Implementation levels of virtualization
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
Genesis and Overview of Java
Genesis and Overview of Java Genesis and Overview of Java
Genesis and Overview of Java
 
Intro to Python Programming Language
Intro to Python Programming LanguageIntro to Python Programming Language
Intro to Python Programming Language
 
Linux practicals T.Y.B.ScIT
Linux practicals T.Y.B.ScITLinux practicals T.Y.B.ScIT
Linux practicals T.Y.B.ScIT
 

Viewers also liked

O Futuro do Atendimento na Era do Cliente Conectado: Salesforce WT 2016
O Futuro do Atendimento na Era do Cliente Conectado: Salesforce WT 2016O Futuro do Atendimento na Era do Cliente Conectado: Salesforce WT 2016
O Futuro do Atendimento na Era do Cliente Conectado: Salesforce WT 2016Salesforce Brasil
 
AppDynamics VS New Relic – The Complete Guide
AppDynamics VS New Relic – The Complete GuideAppDynamics VS New Relic – The Complete Guide
AppDynamics VS New Relic – The Complete GuideTakipi
 
Gizi ibu hamil berdasarkan trimester kehamilan
Gizi ibu hamil berdasarkan trimester kehamilanGizi ibu hamil berdasarkan trimester kehamilan
Gizi ibu hamil berdasarkan trimester kehamilanSyaloom Gorga Napitupulu
 
118052664 modul-1
118052664 modul-1118052664 modul-1
118052664 modul-1yes ican
 
PONCHECREMA
PONCHECREMA PONCHECREMA
PONCHECREMA ponchcrem
 
Why all deadlines are bad for quality
Why all deadlines are bad for qualityWhy all deadlines are bad for quality
Why all deadlines are bad for qualityJohan Hoberg
 
Аппаратно-програмный комплекс для урологии
Аппаратно-програмный комплекс для урологииАппаратно-програмный комплекс для урологии
Аппаратно-програмный комплекс для урологииkulibin
 
Tribute to Graduates 2016
Tribute to Graduates 2016Tribute to Graduates 2016
Tribute to Graduates 2016marikina4square
 
ываываываывфы фы вфы фыв фыв фыв фыв
ываываываывфы фы вфы фыв фыв фыв фывываываываывфы фы вфы фыв фыв фыв фыв
ываываываывфы фы вфы фыв фыв фыв фывSkillary
 
Social Media Workshop
Social Media WorkshopSocial Media Workshop
Social Media WorkshopBeth Kanter
 
Keynote_HITC_March2015
Keynote_HITC_March2015Keynote_HITC_March2015
Keynote_HITC_March2015Geri Kimoto
 
La Flora del Promontorio di Portofino-ISBN-9789077634004
La Flora del Promontorio di Portofino-ISBN-9789077634004La Flora del Promontorio di Portofino-ISBN-9789077634004
La Flora del Promontorio di Portofino-ISBN-9789077634004Fergus-On
 
MobileTechTalk - Android application troubleshooting
MobileTechTalk - Android application troubleshootingMobileTechTalk - Android application troubleshooting
MobileTechTalk - Android application troubleshootingGlobalLogic Ukraine
 
Agile Lean Conference 2015 - Lean & Startup (Canessa)
Agile Lean Conference 2015 - Lean & Startup (Canessa)Agile Lean Conference 2015 - Lean & Startup (Canessa)
Agile Lean Conference 2015 - Lean & Startup (Canessa)Agile Lean Conference
 

Viewers also liked (16)

O Futuro do Atendimento na Era do Cliente Conectado: Salesforce WT 2016
O Futuro do Atendimento na Era do Cliente Conectado: Salesforce WT 2016O Futuro do Atendimento na Era do Cliente Conectado: Salesforce WT 2016
O Futuro do Atendimento na Era do Cliente Conectado: Salesforce WT 2016
 
AppDynamics VS New Relic – The Complete Guide
AppDynamics VS New Relic – The Complete GuideAppDynamics VS New Relic – The Complete Guide
AppDynamics VS New Relic – The Complete Guide
 
Gizi ibu hamil berdasarkan trimester kehamilan
Gizi ibu hamil berdasarkan trimester kehamilanGizi ibu hamil berdasarkan trimester kehamilan
Gizi ibu hamil berdasarkan trimester kehamilan
 
118052664 modul-1
118052664 modul-1118052664 modul-1
118052664 modul-1
 
PONCHECREMA
PONCHECREMA PONCHECREMA
PONCHECREMA
 
Why all deadlines are bad for quality
Why all deadlines are bad for qualityWhy all deadlines are bad for quality
Why all deadlines are bad for quality
 
Аппаратно-програмный комплекс для урологии
Аппаратно-програмный комплекс для урологииАппаратно-програмный комплекс для урологии
Аппаратно-програмный комплекс для урологии
 
Tribute to Graduates 2016
Tribute to Graduates 2016Tribute to Graduates 2016
Tribute to Graduates 2016
 
Tecnología
Tecnología Tecnología
Tecnología
 
ываываываывфы фы вфы фыв фыв фыв фыв
ываываываывфы фы вфы фыв фыв фыв фывываываываывфы фы вфы фыв фыв фыв фыв
ываываываывфы фы вфы фыв фыв фыв фыв
 
Pam Tilson
Pam TilsonPam Tilson
Pam Tilson
 
Social Media Workshop
Social Media WorkshopSocial Media Workshop
Social Media Workshop
 
Keynote_HITC_March2015
Keynote_HITC_March2015Keynote_HITC_March2015
Keynote_HITC_March2015
 
La Flora del Promontorio di Portofino-ISBN-9789077634004
La Flora del Promontorio di Portofino-ISBN-9789077634004La Flora del Promontorio di Portofino-ISBN-9789077634004
La Flora del Promontorio di Portofino-ISBN-9789077634004
 
MobileTechTalk - Android application troubleshooting
MobileTechTalk - Android application troubleshootingMobileTechTalk - Android application troubleshooting
MobileTechTalk - Android application troubleshooting
 
Agile Lean Conference 2015 - Lean & Startup (Canessa)
Agile Lean Conference 2015 - Lean & Startup (Canessa)Agile Lean Conference 2015 - Lean & Startup (Canessa)
Agile Lean Conference 2015 - Lean & Startup (Canessa)
 

Similar to Web Application Troubleshooting Guide

Web technology-guide
Web technology-guideWeb technology-guide
Web technology-guideSrihari
 
Starting Your DevOps Journey – Practical Tips for Ops
Starting Your DevOps Journey – Practical Tips for OpsStarting Your DevOps Journey – Practical Tips for Ops
Starting Your DevOps Journey – Practical Tips for OpsDynatrace
 
Atlas Services Remote Analysis Report Sample
Atlas Services Remote Analysis Report SampleAtlas Services Remote Analysis Report Sample
Atlas Services Remote Analysis Report SampleExtraHop Networks
 
Multiple_Vendors_Part-1
Multiple_Vendors_Part-1Multiple_Vendors_Part-1
Multiple_Vendors_Part-1Philip Storey
 
Assignment #2 Lab Exercise – HTTP INT6143, Enterpr.docx
Assignment #2 Lab Exercise – HTTP   INT6143, Enterpr.docxAssignment #2 Lab Exercise – HTTP   INT6143, Enterpr.docx
Assignment #2 Lab Exercise – HTTP INT6143, Enterpr.docxdavezstarr61655
 
Web Server Hardware and Software
Web Server Hardware and SoftwareWeb Server Hardware and Software
Web Server Hardware and Softwarewebhostingguy
 
Slow_Throughput_Best_Practice_Guides_v1.pdf
Slow_Throughput_Best_Practice_Guides_v1.pdfSlow_Throughput_Best_Practice_Guides_v1.pdf
Slow_Throughput_Best_Practice_Guides_v1.pdfsombatse
 
Testing web applications
Testing web applicationsTesting web applications
Testing web applicationsmsksaba
 
Flow questions and answers
Flow questions and answersFlow questions and answers
Flow questions and answersProQSys
 
Web Technologies Notes - TutorialsDuniya.pdf
Web Technologies Notes - TutorialsDuniya.pdfWeb Technologies Notes - TutorialsDuniya.pdf
Web Technologies Notes - TutorialsDuniya.pdfRaghunathan52
 
Web Technologies Notes - TutorialsDuniya.pdf
Web Technologies Notes - TutorialsDuniya.pdfWeb Technologies Notes - TutorialsDuniya.pdf
Web Technologies Notes - TutorialsDuniya.pdfRaghunathan52
 
Queues, Pools and Caches - Paper
Queues, Pools and Caches - PaperQueues, Pools and Caches - Paper
Queues, Pools and Caches - PaperGwen (Chen) Shapira
 
How do I - Networking and Webservices - Transcript.pdf
How do I - Networking and Webservices - Transcript.pdfHow do I - Networking and Webservices - Transcript.pdf
How do I - Networking and Webservices - Transcript.pdfShaiAlmog1
 
system-design-interview-an-insiders-guide-2nbsped-9798664653403.pdf
system-design-interview-an-insiders-guide-2nbsped-9798664653403.pdfsystem-design-interview-an-insiders-guide-2nbsped-9798664653403.pdf
system-design-interview-an-insiders-guide-2nbsped-9798664653403.pdfParthNavale
 

Similar to Web Application Troubleshooting Guide (20)

Web technology-guide
Web technology-guideWeb technology-guide
Web technology-guide
 
Starting Your DevOps Journey – Practical Tips for Ops
Starting Your DevOps Journey – Practical Tips for OpsStarting Your DevOps Journey – Practical Tips for Ops
Starting Your DevOps Journey – Practical Tips for Ops
 
Atlas Services Remote Analysis Report Sample
Atlas Services Remote Analysis Report SampleAtlas Services Remote Analysis Report Sample
Atlas Services Remote Analysis Report Sample
 
network problem.pptx
network problem.pptxnetwork problem.pptx
network problem.pptx
 
Multiple_Vendors_Part-1
Multiple_Vendors_Part-1Multiple_Vendors_Part-1
Multiple_Vendors_Part-1
 
Assignment #2 Lab Exercise – HTTP INT6143, Enterpr.docx
Assignment #2 Lab Exercise – HTTP   INT6143, Enterpr.docxAssignment #2 Lab Exercise – HTTP   INT6143, Enterpr.docx
Assignment #2 Lab Exercise – HTTP INT6143, Enterpr.docx
 
Web server
Web serverWeb server
Web server
 
0130225347
01302253470130225347
0130225347
 
Web Server Hardware and Software
Web Server Hardware and SoftwareWeb Server Hardware and Software
Web Server Hardware and Software
 
Slow_Throughput_Best_Practice_Guides_v1.pdf
Slow_Throughput_Best_Practice_Guides_v1.pdfSlow_Throughput_Best_Practice_Guides_v1.pdf
Slow_Throughput_Best_Practice_Guides_v1.pdf
 
Restful web services
Restful web servicesRestful web services
Restful web services
 
Testing web applications
Testing web applicationsTesting web applications
Testing web applications
 
Flow questions and answers
Flow questions and answersFlow questions and answers
Flow questions and answers
 
Web Technologies Notes - TutorialsDuniya.pdf
Web Technologies Notes - TutorialsDuniya.pdfWeb Technologies Notes - TutorialsDuniya.pdf
Web Technologies Notes - TutorialsDuniya.pdf
 
Web Technologies Notes - TutorialsDuniya.pdf
Web Technologies Notes - TutorialsDuniya.pdfWeb Technologies Notes - TutorialsDuniya.pdf
Web Technologies Notes - TutorialsDuniya.pdf
 
Queues, Pools and Caches - Paper
Queues, Pools and Caches - PaperQueues, Pools and Caches - Paper
Queues, Pools and Caches - Paper
 
How do I - Networking and Webservices - Transcript.pdf
How do I - Networking and Webservices - Transcript.pdfHow do I - Networking and Webservices - Transcript.pdf
How do I - Networking and Webservices - Transcript.pdf
 
Queues, Pools and Caches paper
Queues, Pools and Caches paperQueues, Pools and Caches paper
Queues, Pools and Caches paper
 
system-design-interview-an-insiders-guide-2nbsped-9798664653403.pdf
system-design-interview-an-insiders-guide-2nbsped-9798664653403.pdfsystem-design-interview-an-insiders-guide-2nbsped-9798664653403.pdf
system-design-interview-an-insiders-guide-2nbsped-9798664653403.pdf
 
System Design
System DesignSystem Design
System Design
 

More from ExtraHop Networks

Democratising Security: Update Your Policies or Update Your CV
Democratising Security: Update Your Policies or Update Your CVDemocratising Security: Update Your Policies or Update Your CV
Democratising Security: Update Your Policies or Update Your CVExtraHop Networks
 
Ransomware: Hard to Stop for Enterprises, Highly Profitable for Criminals
Ransomware: Hard to Stop for Enterprises, Highly Profitable for CriminalsRansomware: Hard to Stop for Enterprises, Highly Profitable for Criminals
Ransomware: Hard to Stop for Enterprises, Highly Profitable for CriminalsExtraHop Networks
 
Fast 360 assessment sample report
Fast 360 assessment sample reportFast 360 assessment sample report
Fast 360 assessment sample reportExtraHop Networks
 
Stream Analytics for Data in Motion
Stream Analytics for Data in MotionStream Analytics for Data in Motion
Stream Analytics for Data in MotionExtraHop Networks
 
ExtraHop for Virtualization Datasheet
ExtraHop for Virtualization DatasheetExtraHop for Virtualization Datasheet
ExtraHop for Virtualization DatasheetExtraHop Networks
 
ExtraHop Product Overview Datasheet
ExtraHop Product Overview DatasheetExtraHop Product Overview Datasheet
ExtraHop Product Overview DatasheetExtraHop Networks
 
How to Use Big Data to Transform IT Operations
How to Use Big Data to Transform IT OperationsHow to Use Big Data to Transform IT Operations
How to Use Big Data to Transform IT OperationsExtraHop Networks
 
Managed Services Provider Serves Customers Better with Wire Data
Managed Services Provider Serves Customers Better with Wire DataManaged Services Provider Serves Customers Better with Wire Data
Managed Services Provider Serves Customers Better with Wire DataExtraHop Networks
 
Conga case study: Application visibility in AWS with ExtraHop
Conga case study: Application visibility in AWS with ExtraHopConga case study: Application visibility in AWS with ExtraHop
Conga case study: Application visibility in AWS with ExtraHopExtraHop Networks
 
ExtraHop Atlas Services Operational Excellence datasheet
ExtraHop Atlas Services Operational Excellence datasheetExtraHop Atlas Services Operational Excellence datasheet
ExtraHop Atlas Services Operational Excellence datasheetExtraHop Networks
 
ExtraHop Atlas Services QuickStart datasheet
ExtraHop Atlas Services QuickStart datasheetExtraHop Atlas Services QuickStart datasheet
ExtraHop Atlas Services QuickStart datasheetExtraHop Networks
 
Clinical and Business Analytics - HIMSS 2015
Clinical and Business Analytics - HIMSS 2015Clinical and Business Analytics - HIMSS 2015
Clinical and Business Analytics - HIMSS 2015ExtraHop Networks
 
Hl7 Analytics for IT and Clinical Insights
Hl7 Analytics for IT and Clinical InsightsHl7 Analytics for IT and Clinical Insights
Hl7 Analytics for IT and Clinical InsightsExtraHop Networks
 
EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...ExtraHop Networks
 
How to Detect Heartbleed with Wire Data Analytics
How to Detect Heartbleed with Wire Data AnalyticsHow to Detect Heartbleed with Wire Data Analytics
How to Detect Heartbleed with Wire Data AnalyticsExtraHop Networks
 

More from ExtraHop Networks (18)

Democratising Security: Update Your Policies or Update Your CV
Democratising Security: Update Your Policies or Update Your CVDemocratising Security: Update Your Policies or Update Your CV
Democratising Security: Update Your Policies or Update Your CV
 
Ransomware: Hard to Stop for Enterprises, Highly Profitable for Criminals
Ransomware: Hard to Stop for Enterprises, Highly Profitable for CriminalsRansomware: Hard to Stop for Enterprises, Highly Profitable for Criminals
Ransomware: Hard to Stop for Enterprises, Highly Profitable for Criminals
 
Fast 360 assessment sample report
Fast 360 assessment sample reportFast 360 assessment sample report
Fast 360 assessment sample report
 
Stream Analytics for Data in Motion
Stream Analytics for Data in MotionStream Analytics for Data in Motion
Stream Analytics for Data in Motion
 
ExtraHop for Virtualization Datasheet
ExtraHop for Virtualization DatasheetExtraHop for Virtualization Datasheet
ExtraHop for Virtualization Datasheet
 
City of Geel Case Study
City of Geel Case StudyCity of Geel Case Study
City of Geel Case Study
 
Zonar Case Study
Zonar Case StudyZonar Case Study
Zonar Case Study
 
ExtraHop Product Overview Datasheet
ExtraHop Product Overview DatasheetExtraHop Product Overview Datasheet
ExtraHop Product Overview Datasheet
 
How to Use Big Data to Transform IT Operations
How to Use Big Data to Transform IT OperationsHow to Use Big Data to Transform IT Operations
How to Use Big Data to Transform IT Operations
 
Managed Services Provider Serves Customers Better with Wire Data
Managed Services Provider Serves Customers Better with Wire DataManaged Services Provider Serves Customers Better with Wire Data
Managed Services Provider Serves Customers Better with Wire Data
 
Conga case study: Application visibility in AWS with ExtraHop
Conga case study: Application visibility in AWS with ExtraHopConga case study: Application visibility in AWS with ExtraHop
Conga case study: Application visibility in AWS with ExtraHop
 
ExtraHop Atlas Services Operational Excellence datasheet
ExtraHop Atlas Services Operational Excellence datasheetExtraHop Atlas Services Operational Excellence datasheet
ExtraHop Atlas Services Operational Excellence datasheet
 
ExtraHop Atlas Services QuickStart datasheet
ExtraHop Atlas Services QuickStart datasheetExtraHop Atlas Services QuickStart datasheet
ExtraHop Atlas Services QuickStart datasheet
 
ExtraHop Splunk datasheet
ExtraHop Splunk datasheetExtraHop Splunk datasheet
ExtraHop Splunk datasheet
 
Clinical and Business Analytics - HIMSS 2015
Clinical and Business Analytics - HIMSS 2015Clinical and Business Analytics - HIMSS 2015
Clinical and Business Analytics - HIMSS 2015
 
Hl7 Analytics for IT and Clinical Insights
Hl7 Analytics for IT and Clinical InsightsHl7 Analytics for IT and Clinical Insights
Hl7 Analytics for IT and Clinical Insights
 
EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...
 
How to Detect Heartbleed with Wire Data Analytics
How to Detect Heartbleed with Wire Data AnalyticsHow to Detect Heartbleed with Wire Data Analytics
How to Detect Heartbleed with Wire Data Analytics
 

Recently uploaded

Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)Julian Hyde
 
Strategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsStrategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsUXDXConf
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxJennifer Lim
 
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...FIDO Alliance
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCzechDreamin
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityScyllaDB
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024Stephanie Beckett
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FIDO Alliance
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty SecureFemke de Vroome
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomCzechDreamin
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfFIDO Alliance
 
Demystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyDemystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyJohn Staveley
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfFIDO Alliance
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...FIDO Alliance
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoTAnalytics
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfFIDO Alliance
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastUXDXConf
 
Buy Epson EcoTank L3210 Colour Printer Online.pdf
Buy Epson EcoTank L3210 Colour Printer Online.pdfBuy Epson EcoTank L3210 Colour Printer Online.pdf
Buy Epson EcoTank L3210 Colour Printer Online.pdfEasyPrinterHelp
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...FIDO Alliance
 

Recently uploaded (20)

Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
 
Strategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsStrategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering Teams
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
 
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through Observability
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
 
Demystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyDemystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John Staveley
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdf
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at Comcast
 
Buy Epson EcoTank L3210 Colour Printer Online.pdf
Buy Epson EcoTank L3210 Colour Printer Online.pdfBuy Epson EcoTank L3210 Colour Printer Online.pdf
Buy Epson EcoTank L3210 Colour Printer Online.pdf
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 

Web Application Troubleshooting Guide

  • 1. Troubleshoot ing Common Web Appl icat ion Performance Problems GUIDE Troubleshooting Common Web Application Performance Problems Abstract Traditional methods of troubleshooting web application performance involve looking at each tier of the web application stack individually, including the network, web servers, databases, and storage devices. Analyzing wire data is a far simpler and more effective way to troubleshoot. This troubleshooting guide shows how to leverage wire data analytics to troubleshoot common web application performance issues— including overloaded servers, changed APIs, crashed equipment, and network bandwidth constraints— using the free ExtraHop Discovery Edition.
  • 2. Troubleshoot ing Common Web Appl icat ion Performance Problems Introduction Troubleshooting poor web application performance can be frustrating. It’s bad enough when the site, application, or service is down completely. But in many ways, it’s even worse when users simply tell you that things are running slowly. There are many things that can go wrong with modern web applications. Is the problem a changed VLAN tag, an overloaded web server or database, authentication failure, or something wrong with the client device? Normally, you’d have to access the log data for each potential point of failure to answer those questions. But you likely have other things to do besides waste time hunting a ghost in the machine. With a platform for wire data analytics, you can quickly narrow down the root cause of web application performance issues. Wire data contains all L2 through L7 communications between devices and provides the definitive record of web application activity. This troubleshooting guide provides step-by-step instructions for identifying the root cause of four common web application performance problems: • Network issues • Crashed or overloaded servers • Misconfigurations or application errors • Bandwidth constraints You can identify these issues and more by analyzing wire data with the ExtraHop platform. The ExtraHop Discovery Edition is a free virtual appliance available for download from www.extrahop.com/discovery. There is no limit on how long you can use the Discovery Edition.
  • 3. Troubleshoot ing Common Web Appl icat ion Performance Problems Problem #1 – Network Connectivity and VLAN Issues “The network is slow” is an all-too-common lament. Despite its frequent vilification, the network is worth the time to investigate. A quick look at the ExtraHop Discovery Edition will show anomalous network activity caused by unplugged cables, rebooted network switches, or modified VLAN tags, for instance. The steps below demonstrate how you can identify a low-level network issue. Example Scenario Looking at the Summary page, we can see what appears to be two minutes (14:47 to 14:49) of almost no activity on the network. Selecting Network and then L2 in the tree control, we can verify that both the number of packets per second and throughput dropped to near zero (12.73 packets/second and 12Kbps, respectively) during that time period. Most likely, this trickle of traffic is localized broadcast traffic. * Layer 2 is the data link layer of the OSI model, representing Ethernet and 802.11 wireless traffic over a LAN or WAN.
  • 4. Troubleshoot ing Common Web Appl icat ion Performance Problems Layer 2 traffic was virtually nil for two minutes, indicating a network equipment problem. Synopsis: A network switch rebooted, preventing users from connecting to the web server. Looking at Layer 2 activity helped to quickly identify this issue. Problem #2 – Crashed or Overloaded Servers You might use some sort of basic server monitoring already, but there can still be delays between the time a server crashes and when the IT team is notified. More commonly, a web or database server responds to requests slowly because of heavy load. By observing the communications between servers, you can detect crashed or overloaded servers. Suppose the database server is shared among several other applications in addition to your web application, and a development team member pushes out an ill-advised bit of code that soaks up the database server CPU resources. Now your web application is responding slowly, but how can you find the root cause? Example Scenario When trying to identify a crashed or overloaded server, the best place to start is the Summary page, which displays a high-level overview of activity at various tiers of your web application stack, including network, web, database, storage, authentication, and domain name services. From the Summary page, you want to look for abnormalities in activity. Make sure to use the Time Interval options to make variances more apparent. In this scenario, we have noticed a suspicious dip in traffic. Narrowing the time interval, we can see that the volume of HTTP traffic suddenly disappears for a period of several minutes. To investigate, we click HTTP on the Bytes by L7 Protocol chart. Tip: When a database is shared among multiple applications, you need to be able to see which queries are associated with different applications. The same principle applies to other shared services.
  • 5. Troubleshoot ing Common Web Appl icat ion Performance Problems Here, we see a list of all devices communicating using the HTTP protocol. The first two devices in the list stand out because their volume of HTTP traffic is significantly higher than the others, and also because their inbound and outbound traffic counts are inversely correlated. One client is requesting 70GB of HTTP data. There is definitely something suspicious going on here. Tip: When examining wire data, look at anomalous activity for each protocol, and then drill down to see which devices are involved.
  • 6. Troubleshoot ing Common Web Appl icat ion Performance Problems Clicking the first device—the one requesting 70 GB of HTTP data—pulls up metrics specific to that device. Click the Protocol Breakdown tab and hover over the chart to see the exact traffic measurements for each L7 protocol at specified times. We can see that even when HTTP traffic dropped off, this device was still online and communicating, receiving over 7MB of HTTP traffic. Because this device has been functioning during the time period under investigation, we close this window and look at the other device that is sending 70GB of HTTP data during this time period. Note: The ExtraHop Discovery Edition shows summary metrics for specific devices, but with the full edition of the ExtraHop platform, you can drill down to see transaction details for specific devices such as error counts, methods used, users, and files accessed.
  • 7. Troubleshoot ing Common Web Appl icat ion Performance Problems Clicking the Protocol Breakdown tab for the second device tells a different story. During the same time period, this second device stopped communicating not only over HTTP but all other protocols as well. This indicates that the device lost network connectivity, rebooted, or crashed. In any case, by viewing L2-L7 communications for all systems, we were able to quickly isolate the problem server with just a few clicks. Summary: A server lost connectivity, rebooted, or crashed for several minutes. Visibility into application-layer (Layer 7) traffic for each device helps to identify the server experiencing problems, as well as the devices it is communicating with. Problem #3 – Misconfigurations and Application Errors As discussed earlier, many issues can affect web application performance, from errors in the application code and inability to access resources, to authentication failures and misconfigurations. Some of these problems affect all users, so you find out about them very quickly. But some problems are intermittent or affect only certain segments of users. To catch these intermittent issues and make sure that all your users have a great experience, it is important to monitor HTTP errors.
  • 8. Troubleshoot ing Common Web Appl icat ion Performance Problems HTTP errors help IT teams find out when something odd is happening with the web application. Wikipedia contains an exhaustive list of HTTP status codes, but these are the ones that users complain about most and that indicate an error: • 3xx – Redirection: The server did not handle the request normally and the request was redirected to another server. • 4xx – Client error: The client request was not accepted because it was not authorized (HTTP status code 401), the client was forbidden access even with authorization (HTTP status code 403), or the requested resource was not found (HTTP status code 404). • 5xx – Server error: The server could not fulfill a valid request. Example Scenario Investigating HTTP errors is easy using the ExtraHop platform. Go to the Summary page, and click HTTP Server in the Server Activity Group list. The resulting page provides an aggregate analysis of all HTTP server activity, including the transaction counts for different HTTP status codes. The full edition of the ExtraHop platform enables you to dig deeper than aggregate analysis and see HTTP transaction metrics for each device, but the Discovery Edition provides sufficiently deep analysis for this scenario. To get a quick sense of where HTTP errors are coming from, we click the Errors button at the top of the screen. Doing so provides a ranked list of uniform resource identifiers (URIs), including URLs, that are returning error messages to users. We can see that the top two URIs generating errors are from the main application server. During the time period selected, these two URIs generated more than 300 HTTP errors. Tip: Monitoring HTTP errors on the wire is a good way to detect intermittent problems or issues that affect only a subsection of users.
  • 9. Troubleshoot ing Common Web Appl icat ion Performance Problems Returning to the HTTP Server page, we can see that the count for HTTP 501 codes is suspiciously high. Clicking the link, we can see a ranked list of web servers returning HTTP 501 errors. Just two servers are generating all of the HTTP 501 errors. From their device names, we recognize two of the servers as our main application servers. As it turns out, HTTP 501s errors are defined as “Not Implemented” and returned when a request uses a method that is not understood by the server or that the application has not implemented. For example, the user receives a HTTP 501 error if the client uses the PUT method to access a URI but our application has implemented only the GET method. In this case, we had recently made an API change at the application tier, and likely some of the components at the web tier are trying to access this API using an old version. Synopsis: Some components of the web application did not update to the latest API. By periodically examining HTTP errors in your environment, you can catch issues that might inconvenience some users even before they call the service desk. Without this visibility, you would not know about these problems until someone was frustrated enough to log a ticket. Problem #4 – A Device Soaking Up Bandwidth One reason that the network gets blamed so frequently for performance issues is because it is a shared resource. The bandwidth consumption of one activity leaves less bandwidth for other users and applications, and it is hard to police how well users and applications are behaving on the network just by looking at ports, bytes, and packets. Tip: Examine HTTP errors regularly to catch issues that users might tolerate and never bother to report. Oil the wheel before it squeaks!
  • 10. Troubleshoot ing Common Web Appl icat ion Performance Problems IT teams need a real-time view of all L2 through L7 communications to answer important questions: • Are people downloading large files from your site? • Is there an ill-timed backup running? • Is a logging script behaving badly? • Is a search engine crawling the site? The ExtraHop platform can answer these questions by revealing not just which users and applications are using the network, but also how efficiently they are using it. Example Scenario In an earlier scenario that involved network connectivity and VLAN issues, we investigated a network outage caused by a switch rebooting. Before and after the reboot, there was a spike in HTTP traffic. It would be interesting to see what caused that spike in HTTP traffic. On the Summary page, click the Bytes by L7 Protocol chart. We can see that HTTP traffic spikes up to 13Mbps, which is worrisome considering that we have only a 15Mbps link with our ISP. If this traffic passes over this ISP link, it negatively affects our locally hosted web application. The devices listed below represent the top talkers during the time period selected.
  • 11. Troubleshoot ing Common Web Appl icat ion Performance Problems If we click the second device in the list, we see incoming and outgoing traffic for this device alone. Most of the traffic is HTTP. Clicking HTTP in the chart narrows the list of servers below to only those that are communicating with this particular device using the HTTP protocol. This view reveals that this particular user is browsing multiple content-heavy web sites. We can also see that all this traffic goes through our HP networking switch, which is our main uplink switch to our ISP. Given this information, we can look into obtaining a dedicated link just for our web application or educating our users on our Internet usage policy. Synopsis: A particular user was consuming too much bandwidth, leaving less bandwidth available for our locally hosted web application. Application-layer (Layer 7) visibility is required to understand how well users and applications are using (or abusing) network bandwidth. With the full edition of the ExtraHop platform, you can dig deeper into the client device to see which web services the user is accessing. There is also a free add-on module available from the ExtraHop customer forum (http://forum.extrahop.com) that provides a dashboard to monitor public cloud applications such as Dropbox, Google Drive, Salesforce.com, Gmail, YouTube, Pandora, and more.
  • 12. Troubleshoot ing Common Web Appl icat ion Performance Problems Conclusion Examining wire data is the most efficient way to troubleshoot web application performance issues. The ExtraHop wire data analytics platform enables you to easily identify and investigate anomalous activity at the network, web, database, or storage tiers in order to find the root cause of performance problems. This method saves you time and effort when troubleshooting issues, and also minimizes inconvenience for end users. You can solve the problem scenarios described in this troubleshooting guide using the ExtraHop Discovery Edition, a free virtual appliance. Deployment is easy, requiring just four steps: 1. Fill out the form at www.extrahop.com/discovery. 2. Receive your product key, and download the .ova file. 3. Install the virtual appliance on a machine with a bare-metal hypervisor, your desktop, or in AWS. 4. Direct traffic to the appliance using a port mirror or ExtraHop’s software tap. You can upgrade the ExtraHop Discovery Edition to the full version at any time, which adds a minimum of 30-day lookback, device-level transaction metrics, customizable alerts, and up to a sustained 20Gbps throughput. ExtraHop is the global leader in real-time wire data analytics. The ExtraHop Operational Intelligence platform analyzes all L2-L7 communications, including full bidirectional transactional payloads. This innovative approach provides the correlated, cross-tier visibility essential for application performance, availability, and security in today's complex and dynamic IT environments. The winner of numerous awards from Interop and others, the ExtraHop platform scales up to 20 Gbps, deploys without agents, and delivers tangible value in less than 15 minutes. ExtraHop Networks, Inc. 520 Pike Street, Suite 1700 Seattle, WA 98101 USA www.extrahop.com © 2014 ExtraHop Networks, Inc. All rights reserved.