A logger for FsStatistics
All operations get logged at offset zero.
final case classFsStatistics(readStats: IoStatistics, writeStats: IoStatistics, syncStats: SyncStatistics, timeMillis: Long) extends Immutable with Product with Serializable
An immutable record of statistics for file system operations.
final case classIoStatistics(sequenceNumber: Long, nanosecondsTotal: Long, bytesTotal: Long, threadsTotal: Int, timeMillis: Long) extends Immutable with Product with Serializable
An immutable record of statistics for I/O operations.
final case classSyncStatistics(sequenceNumber: Long, nanosecondsTotal: Long, threadsTotal: Int, timeMillis: Long) extends Immutable with Product with Serializable
An immutable record of statistics for sync operations.