Skip to content

Devices ​

Feature Overview ​

ItemContent
Applicable RoleModel Provider and Model Consumer
Navigation PathAI Infra(On-Prem) > Monitoring > Devices
Page Route/powerone/user-monitor/device
Managed ObjectConfiguration, status, and relationships on Devices

Beginner Explanation ​

Device monitoring is like a health check table for each GPU/NPU. It shows device type, health status, temperature, and VRAM usage to determine whether accelerators affect task execution.

Terms ​

TermDescription
Device NameIdentifier of a single GPU/NPU or accelerator device.
Device TypeAccelerator model or vendor type, such as GPU or NPU.
VRAM UsageDevice VRAM occupation ratio, which affects whether models can start.

Confirm prerequisites for Utilization, VRAM, and health status of GPU/NPU and other devices within the user-visible scope, follow Main Operations, run Result Validation, and continue to the next page.

First-Time User Notes ​

Confirm that the task involves Configuration, status, and relationships on Devices, and then follow the recommended order. If fields or state differ from expectations, check prerequisites before continuing downstream.

Prerequisites ​

  1. The current account has device monitoring view permissions.
  2. The target region has visible GPU/NPU resources.
  3. Device plugin and monitoring collection data are normally reported.
  4. The device type or specification used by the task to troubleshoot has been clarified.

Page Description ​

Use this page to inspect GPU and NPU utilization, device memory, and health state within the current user's scope.

Devices

The page displays device monitoring capability for the selected region. When the capability is opened, users can view metric trends, list data, or key status. When the capability is not opened, the page shows a capability prompt.

Expected Page Elements When Capability Is Open ​

Page ElementExampleDescription
Device ListGPU 0 / NPU 0Displays accelerators within the user-visible scope.
Utilization ChartGPU Util 85%Determines whether the device is busy or idle for a long time.
VRAM Metric60GiB / 80GiBDetermines whether the model or training task is close to the VRAM limit.
Temperature and Health Status72C / HealthyDetermines hardware health, cooling, or driver risk.
Update Time2026-07-03 10:00Determines whether collection is delayed.

Main Operations ​

View Device Monitoring ​

  1. Go to AI Infrastructure > On-Prem > Monitoring > Device Monitoring.
  2. Confirm the region and time range in the upper-right corner, and filter by device model, status, or keyword.
  3. View the device list and utilization charts, checking GPU/NPU utilization, memory usage, and temperature health status.
  4. If monitoring capability is not open, return to specific job or instance detail pages to view related status and logs.

Troubleshoot Abnormal Device Metrics ​

  1. If device utilization remains 0% while marked as occupied, or memory usage triggers high alerts, record the device identifier and time range.
  2. Switch to Job Monitoring to verify whether jobs occupying this device have deadlocks or memory leak risks.
  3. If a device shows offline status, abnormal high temperatures, or driver faults, contact operations administrators promptly to inspect physical nodes and hardware health.

Key Focus When Capability Is Open ​

  • Whether GPU/NPU utilization is empty or continuously abnormal.
  • Whether VRAM usage is close to the limit.
  • Whether temperature and health status have alerts.

Parameter Quick Reference ​

Field NameRequiredField TypeExampleDescription
Device NameYesTextGPU-0Locates a single device.
Device TypeYesEnumNVIDIA A800Displays accelerator model or type.
Node IPConditionally requiredText10.0.0.*Locates the node where the device resides. Documentation and screenshots should sanitize it.
Health StatusSystem-generatedStatusNormalShows whether the device is available or abnormal.
TemperatureSystem-generatedNumber71°CHelps judge hardware health and cooling.
VRAM UsageSystem-generatedPercentage78%Determines model or job VRAM pressure.
GPU/NPU UtilizationSystem-generatedPercentage63%Determines compute unit load.

Pitfalls ​

  • Empty utilization may mean not collected, no task, or device plugin exception. Do not directly judge it as idle.
  • High VRAM directly affects model startup even when total cluster capacity looks sufficient.
  • Temperature exceptions should be handled as hardware health issues. Avoid relying only on task retry.

Troubleshooting Information to Prepare ​

When device data is abnormal, prepare the following information to distinguish collection, memory-pressure, and hardware-health issues:

InformationExamplePurpose
Device name / IDGPU-0Locates a specific GPU or NPU.
Node IP / Node namenode-gpu-01Locates the node that contains the device.
UtilizationGPU 95%Determines whether the compute unit is under high load.
Device memory76 GB / 80 GBDetermines whether device memory is insufficient.
Temperature / Health state78°C / AlertDetermines whether hardware maintenance is required.

Result Validation ​

Check ItemSuccess SignalIf Abnormal
Page loadDevices charts or lists are visibleCheck monitoring permission and whether collection is available in the selected region
ScopeTime range, region, and object count match the investigationClear filters and restore them one at a time to avoid mixed scopes
FreshnessUpdate time is within the expected collection intervalCheck collection interval, connection, and alerts in system or monitoring configuration
CorrelationAn abnormal metric can be linked to a cluster, node, device, or jobKeep the same time range and cross-check adjacent monitoring pages and object details

FAQ ​

No Data on Devices ​

Symptom:

The page opens, but charts or lists are empty.

Possible Causes:

  • No job ran in the selected time.
  • collection is unavailable in the region.
  • the role lacks metric permission.

Solution:

  1. Expand the time range and reset filters
  2. verify regional monitoring capability
  3. compare an adjacent monitoring page.

Devices Is Not Updating ​

Symptom:

The data does not change for an extended period.

Possible Causes:

  • The next collection cycle has not arrived.
  • the collector is abnormal.
  • the page is cached.

Solution:

  1. Check update time
  2. inspect collector status and alerts
  3. refresh with the same time range.

Devices Differs from Adjacent Pages ​

Symptom:

The same object has different values on two monitoring pages.

Possible Causes:

  • Aggregation granularity differs.
  • time range or time zone differs.
  • filters target different objects.

Solution:

  1. Align time range and time zone
  2. verify aggregation scope
  3. clear and restore filters one at a time.

Symptom:

The metric or details entry does not lead to the expected object.

Possible Causes:

  • The object ended or was removed.
  • the role cannot see it.
  • relationship identifiers differ.

Solution:

  1. Record object and time
  2. check its list state
  3. ask the Operator to verify visibility.

A Spike Cannot Be Reproduced ​

Symptom:

A spike was recorded, but current details are normal.

Possible Causes:

  • The spike was brief.
  • sampling is coarse.
  • the job has ended.

Solution:

  1. Lock the spike interval
  2. compare job and node events
  3. retain a sanitized screenshot and object identifier.

Notes ​

  • Node IP, device ID, and hardware status screenshots should be sanitized.
  • Device monitoring only describes hardware-side status. Model parameter errors still require instance logs.
  • Do not directly equate low single-card utilization with resource waste. It may be caused by sampling window or task type.

Next Steps ​

  1. When VRAM is insufficient, return to instance or job configuration to reduce model size, concurrency, or context length.
  2. When device health is abnormal, avoid continuing to submit high-priority tasks with the same device type.
  3. When operator handling is needed, provide device type, node, time range, and error symptoms.