How to find the response time of a server?
In Applications Manager, we can find the response time in two ways:
- ICMP Ping : We will execute the ping command, based on the time taken for the command, the response time of the server is measured.
- TCP\UDP Port check : If the ICMP Ping fails, we will do a TCP\UDP Port check in the remote system. Port is taken based on the mode of the monitoring you have configured for the remote system. Say for example, if the mode is "TELNET", we will try connect to the default port 23 and check whether the system is up. The time taken for connnecting to the above port is taken as Response Time.
New to ADSelfService Plus?
Related Articles
How to find the response time of a server ?
We have two ways to find the response time: 1. ICMP Ping : We will execute the following command. ping <hostname> based on the time taken for the above command, the response time of the server is measured. 2. If the ICMP Ping fails, we will do a ...
Mail Server Monitor - Troubleshooting
Common Mail Server Monitor Errors and Troubleshooting Guide 1. Unknown Host Error Description: This error occurs when the mail client cannot resolve the hostname of the mail server to an IP address. The issue typically arises from DNS resolution ...
Troubleshooting Bad Request and Internal Server error
When a server responds with a Bad Request (400) or Internal Server Error (500), it typically indicates issues with how the request is being made or processed. The reasons for these errors can vary, but the most common causes are: Incorrectly ...
How Server Time and Time Difference is Calculated?
Server Time displays the current date & time of the monitor which is getting monitored along with its Time Zone. Time Difference calculates the amount of minutes that differs between the APM Server Time and the monitoring server time(i.e, absolute ...
DNS Monitor - Troubleshooting
Common DNS Monitor Errors and Troubleshooting Guide 1. Host Not Found Description: The DNS server was unable to locate the requested lookup address. Possible Causes: This may happen if the hostname is incorrect, the domain does not exist, or there is ...