SAP ABAP Data Element ST04N_IEFF_PARSCPUTOTOT (Parse CPU to total CPU ratio)
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_PARSCPUTOTOT
Short Description Parse CPU to total CPU ratio  
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 PrsCPUTot 
Medium 15 Parse CPU to T. 
Long 20 Parse CPU to Total 
Heading 18 Parse CPU to Total 
Documentation

Definition

The parse-CPU-to-total ratio is calculated as quality rate by the formula:
1 - ('parse time CPU' / 'CPU used by this session')

This shows how much of the total CPU time used was spent on activities other than parsing. When this ratio is low, the system is performing too many parses.

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

RAC Total: Average ratio over all instances.

(Data source: gv$sysstat, 'parse time cpu', 'CPU used by this session')

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