Packet Loss
Contractual packet loss of connection defined in the SLA agreement. If not specified, then best effort is assumed. packetLoss measured in the pseudo-unit "percent"
URI: gx:PacketLoss
classDiagram
class PacketLoss
click PacketLoss href "../PacketLoss"
QoSMetric <|-- PacketLoss
click QoSMetric href "../QoSMetric"
PacketLoss : guaranteed
PacketLoss --> "0..1" FloatPercentage : guaranteed
click FloatPercentage href "../FloatPercentage"
PacketLoss : metric
PacketLoss --> "1" LostPackets : metric
click LostPackets href "../LostPackets"
Inheritance
- QoSMetric
- PacketLoss
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
metric | 1 LostPackets |
Lost packets during a transaction | 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 | packetLoss | range | PacketLoss |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#qos
LinkML Source
Direct
name: PacketLoss
description: Contractual packet loss of connection defined in the SLA agreement. If
not specified, then best effort is assumed. packetLoss measured in the pseudo-unit
"percent"
title: Packet Loss
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
metric:
name: metric
description: Lost packets during a transaction.
title: Metric
range: LostPackets
required: true
Induced
name: PacketLoss
description: Contractual packet loss of connection defined in the SLA agreement. If
not specified, then best effort is assumed. packetLoss measured in the pseudo-unit
"percent"
title: Packet Loss
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
metric:
name: metric
description: Lost packets during a transaction.
title: Metric
range: LostPackets
required: true
attributes:
metric:
name: metric
description: Lost packets during a transaction.
title: Metric
from_schema: https://w3id.org/gaia-x/development#slots
alias: metric
owner: PacketLoss
domain_of:
- QoSMetric
range: LostPackets
required: true
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#slots
alias: guaranteed
owner: PacketLoss
domain_of:
- QoSMetric
range: FloatPercentage