Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Administering CloudStreams | webMethods CloudStreams Documentation | Administering webMethods CloudStreams | Admin Folder | pub.cloudstreams.admin.connection:getConnectionStatistics
 
pub.cloudstreams.admin.connection:getConnectionStatistics
Returns current usage statistics for a connection node.
Input Parameters
connectionAlias
String. Name of the connection node for which you want usage statistics returned.
Output Parameters
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).