alibabacloud-ecs-gpu-diagnosis
Installation
SKILL.md
Usage Instructions
Diagnose GPU device status, driver issues, and hardware failures on ECS instances using the following two diagnosis methods, depending on the diagnosis mode:
- Console Diagnosis:
CreateDiagnosticReportAPI, creates a diagnostic report and polls for results. - Cloud Assistant Diagnosis:
RunCommandremotely executes the GPU health check plugin (ACS-ECS-GpuCheck) on the instance.
Mode-dependent method selection:
- Single-instance diagnosis (immediate): Console Diagnosis + Cloud Assistant Diagnosis in parallel (both methods launched simultaneously)
- Batch diagnosis (immediate): Cloud Assistant Diagnosis ONLY — one
RunCommandcall with all instance IDs - Scheduled diagnosis: Cloud Assistant Diagnosis ONLY —
CreateCommand+InvokeCommandwith a Cron schedule (Console Diagnosis does NOT support scheduling). See the "Scheduled Diagnosis (Cloud Assistant Diagnosis ONLY)" section.