Class: OsCtl::Lib::Zfs::ObjsetStats::Objset::AggregatedStats

Inherits:
Struct
  • Object
show all
Defined in:
lib/libosctl/zfs/objset_stats/objset.rb

Instance Attribute Summary collapse

Instance Attribute Details

#read_bytesObject

Returns the value of attribute read_bytes

Returns:

  • (Object)

    the current value of read_bytes



3
4
5
# File 'lib/libosctl/zfs/objset_stats/objset.rb', line 3

def read_bytes
  @read_bytes
end

#read_iosObject

Returns the value of attribute read_ios

Returns:

  • (Object)

    the current value of read_ios



3
4
5
# File 'lib/libosctl/zfs/objset_stats/objset.rb', line 3

def read_ios
  @read_ios
end

#write_bytesObject

Returns the value of attribute write_bytes

Returns:

  • (Object)

    the current value of write_bytes



3
4
5
# File 'lib/libosctl/zfs/objset_stats/objset.rb', line 3

def write_bytes
  @write_bytes
end

#write_iosObject

Returns the value of attribute write_ios

Returns:

  • (Object)

    the current value of write_ios



3
4
5
# File 'lib/libosctl/zfs/objset_stats/objset.rb', line 3

def write_ios
  @write_ios
end