event
glassfish:web:http-service:requestEndEvent(
java.lang.String appName,
java.lang.String hostName,
java.lang.String serverName,
int serverPort,
java.lang.String contextPath,
java.lang.String servletPath,
int statusCode)
This event is sent whenever an HTTP request has been processed by the web container and the corresponding HTTP response is about to be returned to the client.
Use this event to determine the response time per application.
appNameThe name of the web application that has finished processing the HTTP request and produced an HTTP response.
hostNameThe name of the virtual server on which the application has been deployed.
serverNameThe server name of the HTTP request.
serverPortThe server port of the HTTP request.
contextPathThe context path portion of the URI of the HTTP request.
servletPathThe servlet path portion of the URI of the HTTP request.
statusCodeThe status code of the HTTP response.