|
Measures reported by PgNetTest
This test emulates a client executing a configured query on the database server, and in the process reports whether the server is available, and if so, how quickly it responds to the client queries. The unavailability of a network connection to the server and bottlenecks to responsiveness can thus be promptly isolated.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Availability |
Indicates whether this database server is currently available or not. |
Percent |
The availability is 100% when the server is responding to a request and 0% when it is not. Availability problems may be caused by a misconfiguration/malfunctioning of the database server, or because the server has not been started. |
| Response_time |
Indicates the time taken by this database to respond to a user query during the last measurement period. |
Secs |
A sudden increase in response time is indicative of a performance bottleneck at the database server. |
|