Files
wlan-ucentral-schema/state/interface.counter.yml
John Crispin ef9f6d1117 state: align schema with messages being sent
Signed-off-by: John Crispin <john@phrozen.org>
2024-05-03 09:00:35 +02:00

41 lines
890 B
YAML

type: object
description:
This section contains the traffic counters of the logical interface.
properties:
collisions:
type: number
multicast:
type: number
rx_bytes:
type: number
description:
The number of bytes received.
rx_packets:
type: number
description:
The number of packets received.
rx_errors:
type: number
description:
The number of receive errors.
rx_dropped:
type: number
description:
The number of received packets that were dropped.
tx_bytes:
type: number
description:
The number of bytes transmitted.
tx_packets:
type: number
description:
The number of packets transmitted.
tx_errors:
type: number
description:
The number of transmit errors.
tx_dropped:
type: number
description:
The number of transmitted packets that were dropped.