[teiid-issues] [JBoss JIRA] Updated: (TEIID-580) Add ability to monitor Connector Connection Pool

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Fri Jun 5 14:19:56 EDT 2009


     [ https://jira.jboss.org/jira/browse/TEIID-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins updated TEIID-580:
---------------------------------

    Fix Version/s: 6.1.1
                       (was: 6.1.0)


These have been partially implemented for 6.1.0, but will have docs and full testing in 6.1.1

> Add ability to monitor Connector Connection Pool 
> -------------------------------------------------
>
>                 Key: TEIID-580
>                 URL: https://jira.jboss.org/jira/browse/TEIID-580
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: AdminApi, Query Engine, Server
>    Affects Versions: 6.1.0
>            Reporter: Van Halbert
>            Assignee: Van Halbert
>             Fix For: 6.1.1
>
>
> Here are the discussed changes to enable connection pool monitoring:
> -   Create a new stat's class to expose the information: ConnectionPoolStats
> -   Enable the ConnectionPool to monitor the following pieces of information:
> a.   Total Connections  - Total Number of Connections for the Connection Pool
> b   Available Connections  - Number of available connections in the connection pool.
> c   Active Connections - Number of Connections currently supporting clients.
> d   Connections Created - Number of Connections created since the Connection Pool was created.
> e  Connections Destroyed  -     Number of Connections destroyed since the Connection Pool was created. 
> In the config.xml for the base Connector component type
> a.  Rename the ConnectorMaxThreads to MaxConnections so that it
> relates better to the user
> -  Expose the ConnectionPoolStats out the adminAPI

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list