%SYS
Disk Class Reference

DEPRECATED: the system no longer captures the statistics that this class represents. More...

Inheritance diagram for Disk:
Collaboration diagram for Disk:

Static Public Member Functions

SYS.Stats.Disk Sample ()
 Instantiate the class and fill in current values for all properties.
 

Public Attributes

 LogBdata
 Logical reads of Big Data blocks. More...
 
 LogBptr
 Logical reads of Bottom-level Pointer blocks. More...
 
 LogData
 Logical reads of Data & Big String Data blocks. More...
 
 LogDir
 Logical reads of Global Directory blocks. More...
 
 LogMap
 Logical reads of Map blocks. More...
 
 LogOther
 Logical reads of Other blocks (may include incremental backup or storage allocation information). More...
 
 LogUptr
 Logical reads of Upper-level Pointer blocks. More...
 
 PhyBdataRd
 Physical reads of Big Data blocks. More...
 
 PhyBdataWt
 Physical writes of Big Data blocks. More...
 
 PhyBptrRd
 Physical reads of Bottom-level Pointer blocks. More...
 
 PhyBptrWt
 Physical writes of Bottom-level Pointer blocks. More...
 
 PhyDataRd
 Physical reads of Data & Big String Data blocks. More...
 
 PhyDataWt
 Physical writes of Data & Big String Data blocks. More...
 
 PhyDirRd
 Physical reads of Global Directory blocks. More...
 
 PhyDirWt
 Physical writes of Global Directory blocks. More...
 
 PhyMapRd
 Physical reads of Map blocks. More...
 
 PhyMapWt
 Physical writes of Map blocks. More...
 
 PhyOtherRd
 Physical reads of Other blocks. More...
 
 PhyOtherWt
 Physical writes of Other blocks. More...
 
 PhyUptrRd
 Physical reads of Upper-level Pointer blocks. More...
 
 PhyUptrWt
 Physical writes of Upper-level Pointer blocks. More...
 

Detailed Description

DEPRECATED: the system no longer captures the statistics that this class represents.

All values will report zero.

This class represents detailed system metrics captured for global disk activity. Each property is a different metric. A class may be instantiated by calling the class method 'Sample', and then the current value of each property can be accessed.

For example:

s ref=##class(SYS.Stats.Disk).Sample() w ref.LogDir ; display number of logical reads for directory blocks


Note that in the ^GLOSTAT utility, the numbers displayed as "Logical Block Requests" are the total of Logical Reads and Physical Reads for a category.

Individual counts for disk blocks read and written

Member Data Documentation

◆ LogBdata

LogBdata

Logical reads of Big Data blocks.

 

◆ LogBptr

LogBptr

Logical reads of Bottom-level Pointer blocks.

 

◆ LogData

LogData

Logical reads of Data & Big String Data blocks.

 

◆ LogDir

LogDir

Logical reads of Global Directory blocks.

 

◆ LogMap

LogMap

Logical reads of Map blocks.

 

◆ LogOther

LogOther

Logical reads of Other blocks (may include incremental backup or storage allocation information).

 

◆ LogUptr

LogUptr

Logical reads of Upper-level Pointer blocks.

 

◆ PhyBdataRd

PhyBdataRd

Physical reads of Big Data blocks.

 

◆ PhyBdataWt

PhyBdataWt

Physical writes of Big Data blocks.

 

◆ PhyBptrRd

PhyBptrRd

Physical reads of Bottom-level Pointer blocks.

 

◆ PhyBptrWt

PhyBptrWt

Physical writes of Bottom-level Pointer blocks.

 

◆ PhyDataRd

PhyDataRd

Physical reads of Data & Big String Data blocks.

 

◆ PhyDataWt

PhyDataWt

Physical writes of Data & Big String Data blocks.

 

◆ PhyDirRd

PhyDirRd

Physical reads of Global Directory blocks.

 

◆ PhyDirWt

PhyDirWt

Physical writes of Global Directory blocks.

 

◆ PhyMapRd

PhyMapRd

Physical reads of Map blocks.

 

◆ PhyMapWt

PhyMapWt

Physical writes of Map blocks.

 

◆ PhyOtherRd

PhyOtherRd

Physical reads of Other blocks.

 

◆ PhyOtherWt

PhyOtherWt

Physical writes of Other blocks.

 

◆ PhyUptrRd

PhyUptrRd

Physical reads of Upper-level Pointer blocks.

 

◆ PhyUptrWt

PhyUptrWt

Physical writes of Upper-level Pointer blocks.