nic (NIC Summary)
The timeline information of NIC summary is displayed at the NIC level in the msprof_*.json file. The summary information is summarized in the nic_*.csv file.
Availability
Due to hardware limitations, the Atlas 300I inference card does not support NIC data collection.
Data at NIC Level in msprof_*.json
The following figure shows data at the NIC level in the msprof_*.json file.
|
Field |
Description |
|---|---|
|
Tx/Rx Dropped Rate |
Received/Transmitted packet loss rate. |
|
Tx/Rx Error Rate |
Received/Transmitted packet error rate. |
|
Tx/Rx Packets |
Packet receive/transmit rate. |
|
Tx/Rx Bandwidth Efficiency |
Receive/Transmit bandwidth. |
nic_*.csv File
The file content is formatted as follows.
|
Field |
Description |
|---|---|
|
Device_id |
Device ID. |
|
Timestamp(us) |
Time node, in μs. |
|
Bandwidth(MB/s) |
Bandwidth (MB/s). |
|
Rx Bandwidth efficiency(%) |
Receive bandwidth. |
|
rxPacket/s |
Packet receive rate. |
|
rxError rate(%) |
Received packet error rate. |
|
rxDropped rate(%) |
Received packet loss rate. |
|
Tx Bandwidth efficiency(%) |
Transmit bandwidth. |
|
txPacket/s |
Packet transmit rate. |
|
txError rate(%) |
Transmitted packet error rate. |
|
txDropped rate(%) |
Transmitted packet loss rate. |
|
funcId |
Node ID. |