ASP Sql Clients Test
This test reports metrics pertaining to client connections to the ASP .NET objects in the Voyager user interface.
Target of the test : The ASP .NET objects in the Voyager user interface
Agent deploying the test : An internal agent
Outputs of the test : One set of results for the ASP .NET objects in the Voyager user interface being monitored.
Parameter | Description |
---|---|
Test Period |
How often should the test be executed. |
Host |
The IP address of the host for which this test is to be configured. |
Port |
Refers to the port at which the specified host listens to. |
Measurement | Description | Measurement Unit | Interpretation |
---|---|---|---|
Number of connection pools |
Indicates the number of connection pools that have been created. |
Number |
If the connection pool maxes out while new connection requests are still coming in, you willl see connection requests refused, apparently at random. The cure in this case is simply to specify a higher value for the Max Pool Size property. |
Number of connections |
Indicates the number of connections currently in the pool. |
Number |
|
Pooled connections |
Indicates the number of connections that have been pooled. |
Number |
|
Pooled connections peak |
Indicates the highest number of connections that have been used. |
Number |
If the value of this measure is at the Max Pool Size value, and the value of the Failed connects measure increases while the application is running, you might have to consider increasing the size of the connection pool. |
Failed connects |
Indicates the number of connection attempts that have failed. |
Number |
If the connection pool maxes out while new connection requests are still coming in, you will see connection requests refused, apparently at random. The cure in this case is simply to specify a higher value for the Max Pool Size property. |