components: schemas: IOStatistics_v1_0_2_IOStatistics: additionalProperties: false description: The properties of this type represent IO statistics. properties: NonIORequestTime: description: The time that the resource is busy processing write requests. nullable: true readOnly: false type: string x-longDescription: The value shall be an ISO 8601 conformant duration describing the time that the resource is busy processing non IO requests from the time of last reset or wrap. NonIORequests: description: Count of non IO requests. format: int64 nullable: true readOnly: false type: integer x-longDescription: The value shall represent the total count from the time of last reset or wrap of non IO requests. x-units: '{tot}' ReadHitIORequests: description: Count of read IO requests satisfied from memory. format: int64 nullable: true readOnly: false type: integer x-longDescription: The value shall represent the total count from the time of last reset or wrap of read IO requests satisfied from memory. x-units: '{tot}' ReadIOKiBytes: description: Number of kibibytes read. format: int64 nullable: true readOnly: false type: integer x-longDescription: The value shall represent the total number of kibibytes read from the time of last reset or wrap. x-units: KiBy ReadIORequestTime: description: The time that the resource is busy processing read requests. nullable: true readOnly: false type: string x-longDescription: The value shall be an ISO 8601 conformant duration describing the time that the resource is busy processing read requests from the time of last reset or wrap. ReadIORequests: description: Count of read IO requests. format: int64 nullable: true readOnly: false type: integer x-longDescription: The value shall represent the total count from the time of last reset or wrap of read IO requests satisfied from either media or memory (i.e. from a storage device or from a cache). x-units: '{tot}' WriteHitIORequests: description: Count of write IO requests coalesced into memory. format: int64 nullable: true readOnly: false type: integer x-longDescription: The value shall represent the total count from the time of last reset or wrap of write IO requests coalesced into memory. x-units: '{tot}' WriteIOKiBytes: description: Number of kibibytes written. format: int64 nullable: true readOnly: false type: integer x-longDescription: The value shall represent the total number of kibibytes written from the time of last reset or wrap. x-units: KiBy WriteIORequestTime: description: The time that the resource is busy processing write requests. nullable: true readOnly: false type: string x-longDescription: The value shall be an ISO 8601 conformant duration describing the time that the resource is busy processing write requests from the time of last reset or wrap. WriteIORequests: description: Count of write IO requests. format: int64 nullable: true readOnly: false type: integer x-longDescription: The value shall represent the total count from the time of last reset or wrap of write IO requests. x-units: '{tot}' type: object x-longDescription: The properties of this type shall be used to represent the IO statistics of the requested object. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_]*$: description: This property shall specify a valid odata or Redfish property. title: '#IOStatistics.v1_0_2' x-copyright: Copyright 2015-2024 Storage Networking Industry Association (SNIA), USA. All rights reserved. x-owningEntity: SNIA x-release: 1.0.5