|
Spring Monitor: Application Context
Configuration Options Related Tasks Related Topics
This page shows statistics for an application context and the bean factory it contains. Statistics are shown for each scope in the bean factory. Not all applications will have beans in each scope.
Statistics are broken down by the method used to get the beans from the application context. Bean creation statistics are broken down by bean scope.
Configuration Options
Name Description Refresh Count The number of refreshes performed
MBean Attribute:
SpringApplicationContextRuntimeMBean.RefreshCountAverage Refresh Time This returns the average elapsed time in milliseconds required to perform a refresh
MBean Attribute:
SpringApplicationContextRuntimeMBean.AverageRefreshTimeGet Bean Count The number of times getBean() was called
MBean Attribute:
SpringApplicationContextRuntimeMBean.GetBeanCountAverage Get Bean Time This returns the average elapsed time in milliseconds required for getBean()
MBean Attribute:
SpringApplicationContextRuntimeMBean.AverageGetBeanTimeGet Beans Of Type Count The number of times getBeansOfType() was called
MBean Attribute:
SpringApplicationContextRuntimeMBean.GetBeansOfTypeCountAverage Get Beans Of Type Time This returns the average elapsed time in milliseconds required for getBeansOfType()
MBean Attribute:
SpringApplicationContextRuntimeMBean.AverageGetBeansOfTypeTimeGet Bean Names For Type Count The number of times getBeanNamesForType() was called
MBean Attribute:
SpringApplicationContextRuntimeMBean.GetBeanNamesForTypeCountAverage Get Bean Names For Type Time This returns the average elapsed time in milliseconds required for getBeanNamesForType()
MBean Attribute:
SpringApplicationContextRuntimeMBean.AverageGetBeanNamesForTypeTime
| |