connectionAlias | String. Name of the connection node for which you want usage statistics returned. |
connectionStatistics | Document List. Information for each connection node. Keys are: totalConnections. String. Current number of connection instances. busyConnections. String. Number of connections currently in use by services, notifications, and listeners. freeConnections. String. Total number of connections created and available for use. totalHits. String. Number of times this connection node successfully provided connections since the last reset. totalMisses. String. Number of times this connection node unsuccessfully provided connections since the last reset (when the request timed out). |