---
title: 交换机存在流量拥塞反压或丢包重传
description: "若在Profiling数据中观察到有长达4秒左右的notify wait任务，一般对应的网络配置出现问题，导致出现了丢包重传的现象，可以通过hccn_tool工具查看统计值中的roce_new_pkt_rty_num字段来定位。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/hcclug/hcclug_000021.html
sourcePath: /source/zh/canncommercial/900/API/hcclug/hcclug_000021.html
indexId: 7a4f5261b28ed1377351920fde2c8a20594ae7a8c802a2855e3e250057915a4a59
---
# 交换机存在流量拥塞反压或丢包重传

若在Profiling数据中观察到有长达4秒左右的notify wait任务，一般对应的网络配置出现问题，导致出现了丢包重传的现象，可以通过hccn_tool工具查看统计值中的roce_new_pkt_rty_num字段来定位。

若在任务执行过程中该字段统计值增加，则说明了网络出现了丢包重传现象，此时需进一步排查交换机的配置。

执行如下指令查看统计值：

```
hccn_tool -i {
DeviceId
} -stat -g
```
