Class FileStatistics

The file block statistics

Hierarchy

  • FileStatistics

Constructors

  • Parameters

    • u8array: Uint8Array

    Returns FileStatistics

Properties

blockSize: number

The blocks

blockStats: Uint8Array

The blocks

totalFileReadsAhead: number

The file readaheads

totalFileReadsCached: number

The cached file reads

totalFileReadsCold: number

The cold file reads

totalFileWrites: number

The file writes

totalPageAccesses: number

The page accesses

totalPageLoads: number

The page loads

Methods

Generated using TypeDoc