Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Spring Monitor: View

Column Display     Related Tasks     Related Topics

This page shows statistics for view and view name resolver beans.

Statistics are shown for each view renderer bean and each view name resolver bean.

NOTE: You must start the application to be able to view its statistics.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Bean ID

Name of the Spring bean.

MBean Attribute:
SpringViewRuntimeMBean.BeanId

Application Context

The display name of the Application Context that this bean is from

MBean Attribute:
SpringViewRuntimeMBean.ApplicationContextDisplayName

Render Count

The number of times render was called

MBean Attribute:
SpringViewRuntimeMBean.RenderCount

Render Failed Count

The number of render calls that failed

MBean Attribute:
SpringViewRuntimeMBean.RenderFailedCount

Average Render Time

This returns the average elapsed time in milliseconds required to render

MBean Attribute:
SpringViewRuntimeMBean.AverageRenderTime

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Bean ID

Name of the Spring bean.

MBean Attribute:
SpringViewResolverRuntimeMBean.BeanId

Application Context

The display name of the Application Context that this bean is from

MBean Attribute:
SpringViewResolverRuntimeMBean.ApplicationContextDisplayName

Resolve Count

The number of times resolveViewName was called

MBean Attribute:
SpringViewResolverRuntimeMBean.ResolveViewNameCount

Resolve Failed Count

The number of resolveViewName calls that failed

MBean Attribute:
SpringViewResolverRuntimeMBean.ResolveViewNameFailedCount

Average Resolve Time

This returns the average elapsed time in milliseconds required to resolve a view name

MBean Attribute:
SpringViewResolverRuntimeMBean.AverageResolveViewNameTime

Related Tasks

Related Topics


Back to Top