NIC每个时间节点网络信息数据
每个时间节点网络信息数据timeline信息在msprof_*.json文件的NIC层级展示,summary信息在nic_*.csv文件汇总。
支持的型号
Atlas 200/300/500 推理产品
Atlas 200I/500 A2推理产品
Atlas 训练系列产品
Atlas A2训练系列产品/Atlas 800I A2推理产品
 
     Atlas 300I 推理卡因硬件限制,不支持采集NIC数据。
msprof_*.json文件的NIC层级数据说明
msprof_*.json文件NIC层数据如下图所示。

| 
          字段名  | 
        
          字段含义  | 
       
|---|---|
| 
          tx/rx_dropped_rate  | 
        
          发送/接收包丢包率。  | 
       
| 
          tx/rx_error_rate  | 
        
          发送/接收包错误率。  | 
       
| 
          tx/rx_packets  | 
        
          发送/接收包速率。  | 
       
| 
          tx/rx_bandwidth_efficiency  | 
        
          发送/接收包带宽利用率。  | 
       
nic_*.csv文件说明
nic_*.csv文件内容格式示例如下。

| 
          字段名  | 
        
          字段解释  | 
       
|---|---|
| 
          Device_id  | 
        
          设备ID。  | 
       
| 
          Timestamp(us)  | 
        
          时间节点,单位us。  | 
       
| 
          Bandwidth(MB/s)  | 
        
          带宽大小,单位MB/s。  | 
       
| 
          Rx Bandwidth efficiency(%)  | 
        
          接收包带宽利用率。  | 
       
| 
          rxPacket/s  | 
        
          每秒接收包速率。  | 
       
| 
          rxError rate(%)  | 
        
          接收包错误率。  | 
       
| 
          rxDropped rate(%)  | 
        
          接收包丢包率。  | 
       
| 
          Tx Bandwidth efficiency(%)  | 
        
          发送包带宽利用率。  | 
       
| 
          txPacket/s  | 
        
          每秒发送包速率。  | 
       
| 
          txError rate(%)  | 
        
          发送包错误率。  | 
       
| 
          txDropped rate(%)  | 
        
          发送包丢包率。  | 
       
| 
          funcId  | 
        
          网络节点。  | 
       
     父主题: json和csv文件性能数据说明