QoS Metric
A quantity representing a performance level that is guaranteed to be met at least X% of the time.
URI: gx:QoSMetric
classDiagram
class QoSMetric
click QoSMetric href "../QoSMetric"
QoSMetric <|-- BandWidth
click BandWidth href "../BandWidth"
QoSMetric <|-- RoundTripTime
click RoundTripTime href "../RoundTripTime"
QoSMetric <|-- Availability
click Availability href "../Availability"
QoSMetric <|-- PacketLoss
click PacketLoss href "../PacketLoss"
QoSMetric <|-- Jitter
click Jitter href "../Jitter"
QoSMetric <|-- Latency
click Latency href "../Latency"
QoSMetric <|-- TargetPercentile
click TargetPercentile href "../TargetPercentile"
QoSMetric <|-- Throughput
click Throughput href "../Throughput"
QoSMetric <|-- IOPS
click IOPS href "../IOPS"
QoSMetric : guaranteed
QoSMetric --> "0..1" FloatPercentage : guaranteed
click FloatPercentage href "../FloatPercentage"
QoSMetric : metric
QoSMetric --> "1" String : metric
click String href "../String"
Inheritance
- QoSMetric
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
metric | 1 xsd:string or QuantityKind or RdfsDatatype |
Quantity usually representing a performance level | direct |
guaranteed | 0..1 FloatPercentage |
Minimum percentage of time where a performance-level is guaranteed to be met | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#qos
LinkML Source
Direct
name: QoSMetric
description: A quantity representing a performance level that is guaranteed to be
met at least X% of the time.
title: QoS Metric
from_schema: https://w3id.org/gaia-x/development#qos
slots:
- metric
attributes:
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
domain_of:
- QoSMetric
range: FloatPercentage
Induced
name: QoSMetric
description: A quantity representing a performance level that is guaranteed to be
met at least X% of the time.
title: QoS Metric
from_schema: https://w3id.org/gaia-x/development#qos
attributes:
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: QoSMetric
domain_of:
- QoSMetric
range: FloatPercentage
metric:
name: metric
description: Quantity usually representing a performance level
title: Metric
from_schema: https://w3id.org/gaia-x/development#qos
alias: metric
owner: QoSMetric
domain_of:
- QoSMetric
range: string
required: true
any_of:
- range: QuantityKind
- range: RdfsDatatype