SAP ABAP Data Element SWLNSTCPUTI (N3 Workload: CPU Time of Step (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 SWLNSTCPUTI
Short Description N3 Workload: CPU Time of Step (ms)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SAPWLTIME0    
Data Type DEC   Counter or amount field with comma and sign 
Length 15    
Decimal Places 0    
Output Length 19    
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 CPU Time 
Medium 15 CPU Time (ms) 
Long 30 CPU Time of Step (ms) 
Heading 40 CPU Time of Step (in ms) 
Documentation

Definition

This field shows the CPU time of a particular request for a component per transaction. The time is displayed in milliseconds.

Use

Within the DSR, every component measures the total CPU time required for the complete processing of a request and writes this to the statistics main record of the request. The collector aggregates this data for the total CPU time, from which the average values are calculated.

Dependencies

The component must be able to measure the CPU usage. There are problems with this particularly with process changes during a query.

Example

For ABAP systems, the CPU of the application server is required to process a step. This includes, for example, loading and generating objects or database requests and the processing of ABAP commands. The CPU time is determined by the operating system. At the end of a step, the work process queries the used CPU time from the operating system. The CPU time is therefore not an additive component of the response time (unlike wait time, roll-in time, load time, and database time).

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