I have some suggestions for improving the stats reporting in trunk. Any objections to the following:
0) We now report the global max for getMaxBorrowWaitTimeMillis, i.e., the max since the GOP/GKOP was created. The other statistics (e.g. getMeanBorrowWaitTimeMillis) are based on rolling windows. It would probably be better to report the max the same way - i.e., compute it based on the cache values the same way the mean is. 1) The cache size should be configurable 2) The cached values should be retrievable - i.e. double[] getRecentXxxTimes. Phil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org