JBoss.orgCommunity Documentation
Various applications are exposed to provide relevant statistics.
The JMX name template of Application statistics MBeans: exo:portal="portal",service=statistic,view=portal,type=application.
Attribute | Description |
---|---|
ApplicationList
| The list of loaded applications. |
SlowestApplications
| The list of the 10 slowest applications. |
MostExecutedApplications
| The list of the 10 most executed applications. |
FastestApplications
| The list of the 10 fastest applications. |
Operation | Description |
---|---|
getAverageTime(applicationId)
| Return the average time spent of the specified application. |
getExecutionCount(applicationId)
| Return the number of times the specified application has been executed. |
getMinTime(applicationId)
| Return the minimum time spent of the specified application. |
getMaxTime(applicationId)
| Return the maximum time spent of the specified application. |
getSlowestApplications
| Return the list of the 10 slowest applications. |
getMostExecutedApplications
| Return the list of the 10 most executed applications. |
getFastestApplications
| Return the list of the 10 fastest applications. |
getApplicationList
| Return the list of application identifiers classified in the alphabetic order. |
Template statistics, Template management, Skin management, Portal statistics and Application statistics can be controlled through the following paths respectively:
However, the REST View management of TokenStore is currently not exposed in this version.