IOPS
Metric for IOps.
URI: gx:IOPS
classDiagram
class IOPS
click IOPS href "../IOPS"
QoSMetric <|-- IOPS
click QoSMetric href "../QoSMetric"
IOPS : guaranteed
IOPS --> "0..1" FloatPercentage : guaranteed
click FloatPercentage href "../FloatPercentage"
IOPS : metric
IOPS --> "1" DataRate : metric
click DataRate href "../DataRate"
Inheritance
- QoSMetric
- IOPS
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
metric | 1 DataRate or QuantityKind or RdfsDatatype |
Input/output operations per second expressed as a data-rate | QoSMetric |
guaranteed | 0..1 FloatPercentage |
Minimum percentage of time where a performance-level is guaranteed to be met | QoSMetric |
Usages
used by | used in | type | used |
---|---|---|---|
QoS | iops | range | IOPS |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#qos
LinkML Source
Direct
name: IOPS
description: Metric for IOps.
title: IOPS
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
metric:
name: metric
description: Input/output operations per second expressed as a data-rate.
title: Metric
range: DataRate
required: true
Induced
name: IOPS
description: Metric for IOps.
title: IOPS
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
metric:
name: metric
description: Input/output operations per second expressed as a data-rate.
title: Metric
range: DataRate
required: true
attributes:
metric:
name: metric
description: Input/output operations per second expressed as a data-rate.
title: Metric
from_schema: https://w3id.org/gaia-x/development#qos
alias: metric
owner: IOPS
domain_of:
- QoSMetric
range: DataRate
required: true
any_of:
- range: QuantityKind
- range: RdfsDatatype
guaranteed:
name: guaranteed
description: Minimum percentage of time where a performance-level is guaranteed
to be met.
title: Guaranteed
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
alias: guaranteed
owner: IOPS
domain_of:
- QoSMetric
range: FloatPercentage