SAP ABAP Data Element ST04N_IEFF_PTCPU_PTELPS (Parse time CPU to parse time elapsed)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON-ORA (Application Component) Oracle Database Monitors
     S_DBMON_ORA_COCKPIT (Package) Database Monitor for Oracle in Cockpit Framework
Basic Data
Data Element ST04N_IEFF_PTCPU_PTELPS
Short Description Parse time CPU to parse time elapsed  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ST04N_DEC_1_4    
Data Type DEC   Counter or amount field with comma and sign 
Length 5    
Decimal Places 4    
Output Length 6    
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 PT CUP/elp 
Medium 15 PT CPU/elaps. 
Long 20 PTime CPU / PT elps. 
Heading 13 PT CPU/elaps. 
Documentation

Definition

The 'parse time CPU / parse time elapsed' ratio is calculated as quality rate by the formula:
'parse time CPU' / 'parse time elapsed'

Often, this can indicate latch contention. The ratio calculates whether the time spent parsing is allocated to CPU cycles (that is, productive work) or whether the time spent parsing was not spent on CPU cycles. Time spent parsing not on CPU cycles usually indicates that the time was spent sleeping due to latch contention.

Non RAC / RAC Detail: Ratio of the current instance.

RAC Total: Average ratio over all instances.

(Data source: gv$sysstat, 'parse time CPU', parse time elapsed')

The appearance of a light (yellow / red) depends on the key figures deviation from value 1 in percent. Limits for the colors can be maintained in customizing table ST04N_LIM.

Use

Dependencies

Example

History
Last changed by/on SAP  20070813 
SAP Release Created in 700