NodeInterfaceStatisticsProperties
NodeInterfaceStatisticsProperties
Provides statistics of the specified network interface on a transport node since the time the system has been UP. The statistics will be reset on transport node restart. It includes the following information:
- Incoming packet count.
- Outgoing packet count.
- Dropped packet count.
- Error/Failure reason for the dropped packet.
AllOf
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"interface_id": "string",
"rx_bytes": 0,
"rx_drop_no_match": 0,
"rx_dropped": 0,
"rx_errors": 0,
"rx_frame": 0,
"rx_misses": 0,
"rx_nombufs": 0,
"rx_packets": 0,
"source": "string",
"tx_bytes": 0,
"tx_carrier": 0,
"tx_colls": 0,
"tx_dropped": 0,
"tx_drops": 0,
"tx_errors": 0,
"tx_packets": 0
}
Property Of