server.http-service
server.resources
server.thread-pools
Thelist of monitorable components includes thread-pools,http-service,resources, and all
deployed(and enabled) applications.
Listthe monitorable subcomponents in the PetStore application(-m canbe used instead of
--monitor):
asadmin> list -m server.applications.petstore
Returns:
server.applications.petstore.signon-ejb_jar
server.applications.petstore.catalog-ejb_jar
server.applications.petstore.uidgen-ejb_jar
server.applications.petstore.customer-ejb_jar
server.applications.petstore.petstore-ejb_jar
server.applications.petstore.petstore\.war
server.applications.petstore.AsyncSenderJAR_jar
server.applications.petstore.cart-ejb_jar
Listthe monitorable subcomponents in the EJB module signon-ejb_jar ofthe PetStore
application:
asadmin> list -m server.applications.petstore.signon-ejb_jar
Returns:
server.applications.petstore.signon-ejb_jar.SignOnEJB
server.applications.petstore.signon-ejb_jar.UserEJB
Listthe monitorable subcomponents in the entity bean UserEJB forthe EJB module
signon-ejb_jarof the PetStore application:
asadmin> list -m server.applications.petstore.signon-ejb_jar.UserEJB
Returns(with dotted name removed for space considerations):
server.applications.petstore.signon-ejb_jar.UserEJB.bean-cache
server.applications.petstore.signon-ejb_jar.UserEJB.bean-methods
server.applications.petstore.signon-ejb_jar.UserEJB.bean-pool
Listthe monitorable subcomponents in the method getUserName forthe entity bean UserEJB in
theEJB module signon-ejb_jar ofthe PetStore application:
asadmin> list -m
server.applications.petstore.signon-ejb_jar.UserEJB.bean-methods.getUserName
4
5
6
7
ViewingMonitoringData
SunGlassFishEnterprise Ser ver2.1 Administration Guide • December 2008200