IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Selected Request - J2EE attributes
The Selected Request - J2EE attribute group provides detailed information about transactions' requests for database (that is, JDBC), messaging (that is, JMS), or EIS (that is, JCA) services.
The attributes within this group are used to build these workspaces:
- Selected Request - Data sources workspace
- Selected Request - JMS Queues workspace
- Selected Request - Resource Adapters workspace
The attributes within this attribute group contain meaningful values only if your site has set the request data monitoring level to Level2 to collect data on nested requests.
The type of request. Valid values are n/a (not applicable), JDBC, JMS, and JCA.
Detailed information about the activity performed by the selected request, for example, the SQL statement being processed. Format is alphanumeric string, maximum 128 characters.
An abbreviated version of Activity Name, used to display the activity name in the chart view. Format is alphanumeric string, with a maximum of 128 characters.
The resource that the request is accessing, for example, the data source name. Format is alphanumeric string, with a maximum of 128 characters.
The type of the resource being requested. Valid values display in the following table:
Activity types
Type Definition n/a not applicable Servlet A call to a servlet's doGet or doPost methods EJB_Method_Call A call to a business method for an EJB class Obtain_SQL_Connection_from_Datasource A call to obtain a connection from a JDBC data source SQL_Query A Query request to a JDBC data source SQL_Update An Update request to a JDBC data source SQL_Other Any other request to a JDBC data source JMS_Message_Browse A call to browse a message from a JMS queue JMS_Message_Get A call to receive a message from a JMS queue (that is, a destructive get) JMS_Message_Put A call to put a message from a JMS queue JMS_Publish_Message A call to publish a publication to a JMS queue JCA_CCI_Execute_interaction A request by a J2EE application to execute a JCA interaction (a JDBC, JMS, or other JCA-supported operation) against a backend system JNDI_Lookup A call to JNDI to build an Initial Context or to perform a lookup Unknown The activity type cannot be determined
The average time (in milliseconds) executing this request, per occurrence. Format is decimal (formatted to 1 decimal place).
The percentage of execution time this activity consumed on average when processing this request. Format is decimal (formatted to 1 decimal place).
The length (in seconds) of the interval. Format is positive integer.
The worst-case response time (in milliseconds) experienced by this request. Format is positive integer.
The name of the system on which the server is running. The value format is an alphanumeric string, with a maximum of 256 characters.
The number of occurrences. Format is positive integer.
The name of the application server subnode. Format is alphanumeric string, with a maximum of 128 characters.
The unique identifier of the JVM process (the class ID of the JVM). Format is positive integer.
The URI for servlet requests, or the method name for EJBs. Format is alphanumeric string, with a maximum of 128 characters.
The URL for servlet requests, or the fully qualified class name for EJBs. Format is alphanumeric string, with a maximum of 128 characters.
The type of transaction being run. Valid values are Servlet and EJB_Method, Custom, All_Workloads, Unknown, Portlet.
The date and time that the monitoring agent for WebLogic Server agent collected data. The valid format is a 12-character timestamp. For the STR and SCAN functions, the format is MM/DD/YY HH:MM:SS; the following table shows the values contained in this character string:
Format of the 12-character timestamp
Character String Meaning MM Month DD Day YY Year HH Hour MM Minute SS Second
Example: 09/13/06 18:32:03 indicates the data was collected on September 13, 2006, at 18:32:03.
This attribute was designed for logging and reporting data-collection times rather than for creating situations. To specify a time and date for comparison and testing, use attributes from the Universal Time or Local Time groups.
The percentage of edge requests-such as servlets and JSPs-that were sampled for nested requests during the interval. Format is positive integer.
The name of the J2EE application server. Format is alphanumeric string, with a maximum of 256 characters.
The total CPU time (in milliseconds) consumed by this request. Format is positive integer.
Additional information:
Parent topic:
Attributes for ITCAM Agent for J2EE