Eye Diagram Diagnosis
Function
Diagnose the signal quality and output the diagnosis result.
Item |
Time Required |
Whether NPU Training or Inference Is Affected |
Application Scenario |
|---|---|---|---|
signalQuality |
10s~2min |
No |
A PCIe, HCCS, or RoCE link fault occurs on a training or inference job. |
Parameters
Table 2 lists only test-specific parameters. For details about other common parameters, see Common Parameters.
Parameter |
Description |
Mandatory |
|---|---|---|
[-i, --items] |
Specifies the diagnosis check item.
|
Yes |
[-lt, --lt ,--link-type] |
Specifies the link type for eye diagram diagnosis. The options are as follows:
|
No |
Example
ascend-dmi -dg -i signalQuality --link-type hccs,pcie
1 2 3 4 5 6 7 8 9 | [***@***]# ascend-dmi -dg -i signalQuality --link-type hccs,pcie Summary: Arch: aarch64 Mode: ****** Time: 20250529-19:24:32 Hardware: signalQuality: PASS |
Fault Check Items
Command Output |
Description |
|---|---|
PASS |
The check is passed, and the signal quality is normal. |
SKIP |
|
IMPORTANT_WARN |
Important warning. At least one of the signal qualities for PCIe, HCCS, or RoCE is abnormal. Contact Huawei technical support. |
FAIL |
The eye diagram detection fails. |
Note: In the signal quality diagnosis, if the values of SNR and HEH are 0, no RoCE or HCCS link is established between the specified devices. |
|