SAP ABAP Data Element SWLNQUEUMTA (N3 Workload: Average Wait Time per Transaction (ms))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON (Application Component) Monitoring
     SAPWL_FRONTEND (Package) SAP: Workload Display, Enjoy & OO Version - ST03N
Basic Data
Data Element SWLNQUEUMTA
Short Description N3 Workload: Average Wait Time per Transaction (ms)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SAPWLTIME1    
Data Type DEC   Counter or amount field with comma and sign 
Length 15    
Decimal Places 1    
Output Length 20    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 ØWait Time 
Medium 17 Ø Wait Time (ms) 
Long 35 Average Wait Time/Transaction (ms) 
Heading 40 Average Wait Time per Transaction (ms) 
Documentation

Definition

This field specifies the average wait time per transaction for all requests from a particular service, a particular action, or a particular user to a component. The time is given in milliseconds.

Use

The wait time specifies how long a request has waited for example, in a dispatcher queue of a component for the resource that is responsible for processing. Resources can be threads or processes.

Within the DSR, the component measures the wait time in milliseconds and writes it in the statistics main record. The collector aggregates this data for the total wait time. The wait time can, however, only be determined in components in which resource assignment is performed using a dispatcher or similar process, and in which this assignment is not controlled directly by the operating system.

Dependencies

To be able to determine the average response time per transaction, the component must set the transaction start and transaction end indicators. In some components, the start and end of a business process cannot be identified using the incoming requests. The term "transaction" must be redefined in these components (see also the field Number of transactions).

Example

  • For the Internet Transaction Server, the wait time is the time from the arrival of the request in the AGate Dispatcher to the acceptance of the request by a work thread.
  • In SAP R/3 Systems, the wait time is the time that a request spends in the dispatcher queue of the application server before it is passed to a free work process.

History
Last changed by/on SAP  20040312 
SAP Release Created in 620