JBoss.orgCommunity Documentation
The JMX name template of Portal statistics MBeans: exo:portal="portal",service=statistic,view=portal,type=portal.
Attribute | Description |
---|---|
PortalList
| The list of identifiers of loaded portals. |
Operation | Description |
---|---|
getThroughput(portalId)
| Return the number of requests for the specified portal per second. |
getAverageTime(portalId)
| Return the average execution time of the specified portal in seconds. |
getExecutionCount(portalId)
| Return the number of times the specified portal has been executed. |
getMinTime(portalId)
| Return the minimum time of the specified portal in seconds. |
getMaxTime(portalId)
| Return the maximum time of the specified portal in seconds. |
getPortalList
| Return the list of identifiers of loaded portals. |