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, RoCE, UB 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. Abnormal signal quality is detected on PCIe, HCCS, RoCE, or UB (one or more of these). Contact Huawei engineers for assistance. |
FAIL |
The eye diagram detection fails. |
Note: In the SignalQuality diagnosis, for the Ascend 950PR and 950DT products, an SNR value of 0 indicates that a link has not been established between the specified devices. For other products, SNR and HEH values of 0 indicate that a link has not been established between the specified devices. |
|