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

Inheritance

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