#include <flaim.h>
Public Attributes | |
DISKIO_STAT | BlockReads |
Statistics on block reads. | |
DISKIO_STAT | OldViewBlockReads |
Statistics on block reads that resulted in an old view error. | |
FLMUINT | uiBlockChkErrs |
Number of times we had errors checking the block after it was read in - either checksum errors or other problems validating data in the block. | |
FLMUINT | uiOldViewBlockChkErrs |
Number of times we had errors checking the block after it was read in - either checksum errors or other problems validating data in the block. This statistic is for older versions of a block as opposed to the current version. | |
FLMUINT | uiOldViewErrors |
Number of times we had an old view error when reading blocks. | |
DISKIO_STAT | BlockWrites |
Statistics on block writes. |