WLST Script to monitor active Connection Pool sessions of a JDBC data source
Hi,When I go to monitoring page (on WebLogic Console), to monitor
activity on a particular managed server (JDBC tab) I see thre collumns: Active Connections Average Count, Active Connections Current Count and Active Connections High Count.
I would like to have a job, some WLST script, that will run on a schedule and provide me information about the statistics associated with a particular JDBC data source.
This will help me with my decisions to either increase the number of connections in the connection pool or stay with the what I already have.
It would be very hepfull if somebody aready has this kind of script and would not mind sharing it.
I would like to have a job, some WLST script, that will run on a schedule and provide me information about the statistics associated with a particular JDBC data source.
This will help me with my decisions to either increase the number of connections in the connection pool or stay with the what I already have.
It would be very hepfull if somebody aready has this kind of script and would not mind sharing it.
2