Class: OsCtl::Lib::Zfs::ObjsetStats::Objset::AggregatedStats
- Inherits:
-
Struct
- Object
- Struct
- OsCtl::Lib::Zfs::ObjsetStats::Objset::AggregatedStats
- Defined in:
- lib/libosctl/zfs/objset_stats/objset.rb
Instance Attribute Summary collapse
-
#read_bytes ⇒ Object
Returns the value of attribute read_bytes.
-
#read_ios ⇒ Object
Returns the value of attribute read_ios.
-
#write_bytes ⇒ Object
Returns the value of attribute write_bytes.
-
#write_ios ⇒ Object
Returns the value of attribute write_ios.
Instance Attribute Details
#read_bytes ⇒ Object
Returns the value of attribute read_bytes
3 4 5 |
# File 'lib/libosctl/zfs/objset_stats/objset.rb', line 3 def read_bytes @read_bytes end |
#read_ios ⇒ Object
Returns the value of attribute read_ios
3 4 5 |
# File 'lib/libosctl/zfs/objset_stats/objset.rb', line 3 def read_ios @read_ios end |
#write_bytes ⇒ Object
Returns the value of attribute write_bytes
3 4 5 |
# File 'lib/libosctl/zfs/objset_stats/objset.rb', line 3 def write_bytes @write_bytes end |
#write_ios ⇒ Object
Returns the value of attribute write_ios
3 4 5 |
# File 'lib/libosctl/zfs/objset_stats/objset.rb', line 3 def write_ios @write_ios end |