What is the response time displayed in the agent's application tab?
In Digital Experience Monitoring (DEM), response time refers to the amount of time it takes for the application to respond . It includes:
- Request Time: The time it takes for the request to reach the server.
- Processing Time: The time the server takes to process the request.
- Response Time: The time it takes for the server’s response to travel back to the user.
Related Articles
How can I determine the cause of delays in reaching an application using DEM?
To identify the reason for delays, examine the processing time in DEM. Look at aspects such as stalled connections, DNS lookup, initial connection, request/response times, and content download times. You can easily access this information by clicking ...
Why do I observe a spike in my website response time?
Response time is a combination of DNS time, connection time, SSL Handshake time (for HTTPS) and download time. Spikes in response time could be due to increase in DNS time or connection time or download time. Some factors to consider: 1. Server may ...
Resolving "Agent Heartbeat Failed" Due to Time Synchronization Mismatch
Agent Troubleshooting Resolving "Agent Heartbeat Failed" Due to Time Synchronization Mismatch Diagnose and fix heartbeat failures caused by a system clock mismatch between the Cloudmon Agent and the Cloudmon Controller by verifying and correcting NTP ...
What threshold value should I configure for an application in cloudmon?
To set the threshold value for your application's performance, aim to achieve excellent results when the total response time falls within that threshold. For instance, if you set a threshold of 100 milliseconds for your application, any application ...
How does DEM monitor the HTTPS response of an application?
To monitor the HTTPS response of an application, DEM examines the application's HTTP response, which includes details such as the HTTP status code, content type, and character encoding of the response body.