Configuring Tables
Use this procedure to select the table entries to be shown for each tab in the JARM runtime.
...
1. Choose Server → Services → Performance Tracing →Runtime → JARM.
2.
Choose
Table settings.
The Configure Tables dialog appears. This dialog has four panes corresponding to the Request Overview, Component Overview, User Overview, and Thread Overview tabs of the JARM runtime.

A description of each table entry is available at the end of this document.
3. Use the checkboxes to select or deselect a table entry.
If you want all entries to be available, choose the Select all option.
4. Choose OK to save your configuration.
The table below provides descriptions of each table entry that is available in the JARM runtime. The descriptions are presented according to the views where they are located:
Request Overview
Table Entry |
Description |
Request Name |
The name of the request. |
Response Time |
Duration of the request (elapsed)(ms). |
Outbound Data |
Amount of outbound data (main task); (-1: no information was provided)(bytes). |
Components |
Number of component entries. |
Comp (Max Time) |
Component that needs the most processing time (elapsed); without subcomponents (net time). |
Max Time |
Processing time (elapsed) of most expensive component (ms). |
Comp (Max Data) |
Component with largest amount of outbound data (excluding the component that belongs directly to the request (level = 0); the data for this component is shown in reqOutData). |
Data |
The amount of outbound data for this component (bytes). If no outbound data is given for any component, the value = -1. |
Status |
Request Monitoring Status: · 0 – ok; · 1 – not all components are closed correctly; · 2 – closed because of too many components (REQCOMPTOOMANYLOW); · 3 – closed because of too many components (REQCOMPTOOMANYHIGH). |
Start Time |
Timestamp when request started. |
User |
The user ID. |
Description |
Description of the request. |
Level |
Component monitor level used for request. |
Component Overview
Table Entry |
Description |
Component Name |
The name of the component. |
Avg Gross Time |
Average gross time for the component (ms). |
Avg Net Time |
Average net time for the component (ms). |
Avg outbound Data |
Average amount of outbound data (bytes). |
Calls |
Number of component calls. |
Sum Gross Time |
Amount of gross time for all calls (ms). |
Sum Net Time |
Amount of net time for all calls (ms). |
Sum outbound Data |
Accumulated amount of outbound data (bytes). |
Comp Gross Time provided |
Number of calls which are closed correctly so that gross time information can be provided. |
Comp Net Time provided |
Number of calls where all direct subcomponents are closed correctly so that net time information can be provided. |
Comp Data provided |
Number of calls with provided outbound data amount. |
Properties |
Specific properties for this component. |
Properties calls |
Number of calls to condense component properties. |
Description |
Description of this component. |
User Overview
Table Entry |
Description |
User Name |
The name of the user. |
Avg Time |
Average time of a request (in ms). |
Total Time |
Amount of time for all requests (in ms). |
Num of Requests |
Number of requests since userFirstTS. |
First Request |
Timestamp of first request issued by this user |
Last Request |
Timestamp of last request issued by this user. |
Thread Overview
Table Entry |
Description |
Thread |
The name of the thread. |
User |
The user ID. |
Request |
The name of the request. |
Req Time |
Elapsed time already spent for the request (ms). |
Component |
The name of the currently processed component. |
Comp Time |
Elapsed time already spent for the component (ms). |
Action |
Currently processed action. |
Start Time |
Start timestamp of first request in this thread. |
Sum active Time |
Elapsed time used by requests in this thread. |