|
Measures reported by MsSqlCluUptimeTest
This test reports the current status (whether running or not) and uptime of the cluster service. This way, administrators can quickly find out if the cluster service was restarted recently. In addition, the test also indicates whether/not fail-over occurred recently. The IP address of the ‘active’ server in the cluster is also revealed as part of detailed diagnosis.
Note:
This test is applicable only to Microsoft SQL Server version 2008 and above.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| Status |
Indicates whether/not the cluster is currently running. |
|
The values that this measure can report and their corresponding numeric values are listed in the table below:
| Measure Value |
Numeric Value |
| Yes |
1 |
| No |
0 |
Note:
By default, the test reports the Measure Values in the table above to indicate whether/not the cluster is running currently. In the graph of this measure however, the same is represented using the numeric equivalents only.
The detailed diagnosis of this measure reveals the IP address of the currently ‘active’ node in the cluster and the date/time at which the active node was last started. |
| Is_switched |
Indicates whether/not fail-over occurred in the last measurement period. |
Boolean |
The values that this measure can report and their corresponding numeric values are listed in the table below:
| Measure Value |
Numeric Value |
| Yes |
1 |
| No |
0 |
Note:
By default, the test reports the Measure Values in the table above to indicate whether/not fail-over occurred. In the graph of this measure however, the same is represented using the numeric equivalents only. |
| Uptime |
Indicates the total time the SQL cluster has been up since its last reboot. |
|
This measure displays the number of years, months, days, hours, minutes and seconds since the last reboot. Administrators may wish to be alerted if a cluster has been running without a reboot for a very long period. Setting a threshold for this metric allows administrators to determine such conditions. |
| Diff_uptime |
Indicates how long the SQL cluster has been up since the last measurement period. |
Secs |
If the cluster has not been rebooted during the last measurement period and the agent has been running continuously, this value will be equal to the measurement period. If the cluster was rebooted during the last measurement period, this value will be less than the measurement period of the test. For example, if the measurement period is 300 secs, and if the cluster was rebooted 120 secs back, this metric will report a value of 120 seconds. The accuracy of this metric is dependent on the measurement period - the smaller the measurement period, greater the accuracy. |
| Rebooted |
Indicates whether the SQL cluster server has been rebooted during the last measurement period or not. |
|
The values that this measure can report and their corresponding numeric values are listed in the table below:
| Measure Value |
Numeric Value |
| Yes |
1 |
| No |
0 |
Note:
By default, the test reports the Measure Values in the table above to indicate whether/not the cluster was restarted in the last measure period. In the graph of this measure however, the same is represented using the numeric equivalents only. |
|