SAP ABAP Data Element MSSCPUIDLE (SQL Server CPU idle counter)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-MSS (Application Component) Microsoft SQL Server
     STUN_MSS (Package) Package for new SQL Server monitoring objects
Basic Data
Data Element MSSCPUIDLE
Short Description SQL Server CPU idle counter  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type MSSCOLLSLOPE    
Data Type DEC   Counter or amount field with comma and sign 
Length 16    
Decimal Places 3    
Output Length 21    
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 idle 
Medium 15 CPU idle 
Long 27 SQL Server CPU idle counter 
Heading 27 SQL Server CPU idle counter 
Documentation

Definition

This counter is derived from @@IDLE (see also in the Microsoft books online documentation).

The counter @@IDLE shows the time since SQL Server was started that the sqlservr.exe executable was busy on a cpu. SAP normalized @@IDLE by considering @@CPUBUSY and @@IO_BUSY, and calculating on a per second basis.

The value range of this counter is between 0 and the number of processors on the database server.

Use

Dependencies

Example

History
Last changed by/on SAP  20110908 
SAP Release Created in 640