JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Application statistic service

List of MBean attributes:

Name Type Access Value Description
SlowestApplications [Ljava.lang.String; R
null
null
null
null
null
null
null
null
null
null
The list of the 10 slowest applications
MostExecutedApplications [Ljava.lang.String; R
null
null
null
null
null
null
null
null
null
null
The list of the 10 most executed applications
FastestApplications [Ljava.lang.String; R
null
null
null
null
null
null
null
null
null
null
The list of the 10 fastest applications
ApplicationList [Ljava.lang.String; R
The list of application identifiers sorted alphabetically

List of MBean operations:


double getMaxTime()

The maximum execution time of a specified application in seconds

Param ParamType ParamValue ParamDescription
applicationId java.lang.String The application id

double getAverageTime()

Return the average execution time of a specified application in seconds

Param ParamType ParamValue ParamDescription
applicationId java.lang.String The application id

double getMinTime()

The minimum execution time of a specified application in seconds

Param ParamType ParamValue ParamDescription
applicationId java.lang.String The application id

long getExecutionCount()

The execution count of a specified application

Param ParamType ParamValue ParamDescription
applicationId java.lang.String The application id