Skip to content

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" FloatPercentage : metric
    click FloatPercentage href "../FloatPercentage"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
metric 1
FloatPercentage or 
QuantityKind or 
RdfsDatatype
Percentage of lost packets compared to the total number of exchanged packets 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: Percentage of lost packets compared to the total number of exchanged
      packets.
    title: Metric
    range: FloatPercentage
    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: Percentage of lost packets compared to the total number of exchanged
      packets.
    title: Metric
    range: FloatPercentage
    required: true
attributes:
  metric:
    name: metric
    description: Percentage of lost packets compared to the total number of exchanged
      packets.
    title: Metric
    from_schema: https://w3id.org/gaia-x/development#qos
    alias: metric
    owner: PacketLoss
    domain_of:
    - QoSMetric
    range: FloatPercentage
    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: PacketLoss
    domain_of:
    - QoSMetric
    range: FloatPercentage