https://bz.apache.org/bugzilla/show_bug.cgi?id=58816
Bug ID: 58816 Summary: additional jdbc pool mbean attributes - CreatedCount, BorrowedCount Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: it-operati...@handll.com Add the BorrowedCount and CreatedCount attributes to the tomcat.jdbc mbean pools. These attributes exist as incrementing values in the standalone Commons Pool implementation. It would be nice to have them in the built-in tomcat version. CreatedCount The total number of objects created for this pool over the lifetime of the pool. Name: CreatedCount Description: CreatedCount Readable: true Writable: false Is: false Type: long BorrowedCount The total number of objects successfully borrowed from this pool over the lifetime of the pool. Name: BorrowedCount Description: BorrowedCount Readable: true Writable: false Is: false Type: long Thanks! -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org