ExFacts v0.1.5 ExFacts.System.Disk.IOCounterStat

Provides a struct to hold IO counters data.

## Examples

iex> i = %IOCounterStat{name: "somedrive", read_count: "14"}
  ...> i.name
  "somedrive"

Summary

Types

t()
t() :: %ExFacts.System.Disk.IOCounterStat{io_time: float, iops_in_progress: float, merged_read_count: float, merged_write_count: float, name: binary, read_bytes: float, read_count: float, read_time: float, serial_number: binary, weighted_io: float, write_bytes: float, write_count: float, write_time: float}