N-Tier Application Performance Issue
  • 23 Mar 2022
  • 1 Minute to read
  • Contributors
  • PDF

N-Tier Application Performance Issue

  • PDF

Article summary

Hypothesis

Users are complaining about slow response time from an in-house web application. This application being an N-tier architecture, its performance as seen by a client is tied to several parameters:

  • DNS latency to resolve web server name from the client host (see** DNS Response Time**)
  • Connection time to server
  • Data Transfer Time between these hosts
  • DNS latency to resolve other server names accessed from the web server (database servers for instance, see DNS Response Time)
  • Connection and data transfer times between these hosts
  • Server response time of these servers

Identifying the culprit

First, we need to find out if the experienced slowdown is due to the web front-end itself. To this end, check every component of the EURT:

  • If SRT is fast but RTT and/or DTT (see also Connection Time), then we are facing a network slowdown. Refer to previous sections of this guide to further track down the problem.
  • If SRT is preponderant compared to DTT and RTT, then the application itself is to blame. Proceed to find out what is affecting performance.
  • Then check the EURT between web server and each other involved servers (databases, etc.)

If some of these EURTs appear to be degraded then check recursively these other hosts. If not, then check the web server’s load average.

© 2024 Cisco and/or its affiliates. All rights reserved.
 
For more information about trademarks, please visit: Cisco trademarks
For more information about legal terms, please visit: Cisco legal terms

For legal information about Accedian Skylight products, please visit: Accedian legal terms and tradmarks



Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.