The following detailed information is available about events for monitoring Enterprise Server:
The event's signature
A description of the event, including an indication of what the event signifies and an explanation of what causes the event to be sent
A description of each parameter in the event
Ensure that the server is running.
Remote subcommands require a running server.
If necessary, obtain the event ID of the event for which you want detailed information.
For details, see To Obtain a List of Events That Provide Monitoring Data.
Specify the --details option of the list-probes subcommand and the ID of the event as the operand of the subcommand.
This example displays detailed information about the glassfish:web:web-module:webModuleStartedEvent event.
asadmin list-probes --details glassfish:web:web-module:webModuleStartedEvent |
Information similar to the following is displayed.
Events glassfish:web:web-module:webModuleStartedEvent(5GFP)
NAME
glassfish:web:web-module:webModuleStartedEvent - web module
started event
SYNOPSIS
glassfish:web:web-module:webModuleStartedEvent(
java.lang.String appName,
java.lang.String hostName)
DESCRIPTION
This event is sent whenever an application has been started
(for example, as part of its deployment).
PARAMETERS
appName
The name of the web application that has been started.
hostName
The name of the virtual server on which the application
has been deployed.
Java EE 6 Last change: 19 Nov 2009 1
Command list-probes executed successfully.
|