SAP ABAP Data Element MSSIOBUSY (SQL Server IO busy 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 | MSSIOBUSY |
Short Description | SQL Server IO busy 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 | IO busy |
Medium | 15 | IO busy |
Long | 25 | SQL Server IO busycounter |
Heading | 26 | SQL Server IO busy counter |
Documentation
Definition
Counter is derived from @@IO_BUSY ( see also in SQL Server BOL). The @@IO_BUSY counter shows the time since SQL Server was started that the sqlservr.exe was busy doing I/O operations. SAP normalized this value by considering @@IDLE and @@CPU_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.
If the value of the counter is consistently close to the number of processors, an i/o bottleneck may exist.
If the i/o is completely busy with other processes than sqlserver.exe you will not see it here in this busy counter.
Use
Dependencies
Example
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 640 |