The availability data table (availabilityDataTable) stores the result of each availability query.
Table 1 lists the row objects in availabilityDataTable.
Row object |
Description |
|---|---|
Available |
The result of the availability query: true(1) - a response was received during the sample interval. false(2) - no response was received by the end of the sample interval. |
Percentage |
The average number of successful connections since the last history interval expired, expressed as a percentage of all connections attempted. |
ResponseTime |
The average time taken for the availability query to return a positive response. A value of -1 means the query has not been performed yet or that the query failed. No response time is recorded for queries that fail. |
Time |
The value of sysUpTime at which the most recent availability test was started. |