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 ADManager Plus?

                    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.
                      • 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 ...
                      • How is Backup Age calculated for MS SQL DB monitor?

                        Backup Age displays the number of hours passed since the backup operation was completed. In simple terms, it is the difference between the current time and the time at which backup was performed. Backup Age (hours) = Current Time - Backup Time By ...
                      • How is Memory Utilization calculated for FreeBSD server?

                        Memory Utilization is calculated using the below formula: Memory Utilization (%) =  (used / total) * 100 where, used - Used Memory total - Total Memory Telnet/SSH mode In Telnet/SSH mode, we use the following commands to obtain the memory usage ...