How Server Time and Time Difference is Calculated?

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 difference between the monitoring server time and the APM Server Time in minutes)

To get the Current Time of the servers we use uptime.vbs script which is located under the <APPMANAGER_HOME_DIR>/working/conf/applications/scripts/

Here is a sample output:

Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
157257 secs
TargetDateTime = 21-08-2020 11:48:38 AM GMT+05:30
LocalDateTime = 21-08-2020 11:48:38 AM GMT+05:30

Minimum Requirement :
Windows Vista & Windows 2008

                  New to ADSelfService Plus?

                    • Related Articles

                    • How is CPU Utilization calculated for AIX server?

                      CPU Utilization We use the following methods of calculation for CPU Utilization when lparstat command is supported: Method 1: If 'type=Dedicated', then we use the vmstat command output. (i.e) cpu=100-Idle Time Method 2: If ...
                    • How is CPU Utilization calculated in the SUN Solaris Server?

                      In SUN Solaris Server, CPU Utilization is calculated based on Idlecputime. Idlecputime is calculated from the command vmstat 1 3 and it is subtracted from 100 to find the CPUUtilization.
                    • Unable to Fetch Time Synchronization Data

                      Overview: In the Active Directory monitor, if the monitored server is not a Primary Domain Controller (PDC), we fetch the name of its Primary DC and the time difference between the Primary DC and the monitored Secondary DC. This information is ...
                    • 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 ...
                    • How is Memory Utilization calculated in SUN Solaris server?

                      Memory Calculation We run the below command to check if the SUN server is a zone-supported server:  /usr/bin/prstat -n 1 -Z 1 1 2> /dev/null|grep -v "PID"|grep -v "Total:"  If the command gives the proper output then we conclude that the server is ...