Monitoring - Data Sources¶
The “Data Sources” tab
displays information about the data sources defined in the Virtual
DataPort server. The information about the pool of connections is only
available for JDBC
and ODBC
data sources.

Data Sources tab of a monitored server¶
You can filter the results of this table by defining conditions over its data.
The fields that are available in the “Data Sources” table are:
VDP Database: Name of the Virtual DataPort database that the data source belongs to.
Type: Type of the data source.
Name: Name of the data source.
Active Requests: Number of active requests being currently executed on the data source.
Total Requests: Total number of requests to the data source processed since the launch of the Virtual DataPort server.
Active Connections: Number of connections established with the data source that are being used to execute a query (only for
JDBC
andODBC
data sources). An empty value means there is no pool.Idle Connections: Number of inactive connections in the pool (only for
JDBC
andODBC
data sources). An empty value means there is no pool.Pool Size: Maximum number of connections in the pool (only for
JDBC
andODBC
data sources). An empty value means there is no pool.Pool Load: Ratio of active connections to the pool size (only for
JDBC
andODBC
data sources). An empty value means there is no pool.