Skip to content

Jobs ​

Feature Overview ​

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

Beginner Explanation ​

Job monitoring is like a personal task queue list. It shows job ID, status, queue duration, runtime duration, GPU occupation, and failure causes.

Terms ​

TermDescription
Job IDIdentifier used to locate a single training, inference, or runtime task.
Queue DurationTime a job waits for resources or scheduling conditions.
Runtime DurationDuration after a job starts running.

Confirm prerequisites for Model instances, online IDEs, runtime instances, and historical jobs 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 Jobs, and then follow the recommended order. If fields or state differ from expectations, check prerequisites before continuing downstream.

Prerequisites ​

  1. The current account has job monitoring view permissions.
  2. The target job belongs to the current account or current tenant visible scope.
  3. The job has been submitted and generated status, events, or monitoring data.
  4. The job ID or submission time to troubleshoot has been clarified.

Page Description ​

Use this page to inspect model instances, online IDEs, runtime instances, and historical jobs within the current user's scope.

Jobs

The page displays job 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
Job Listtrain-job-001Displays jobs associated with model instances, online IDEs, or runtime instances.
Job StatusRunning / Queued / FailedDetermines task lifecycle and current processing stage.
Queue ReasonInsufficient resources / Image pullingHelps locate why creation is slow or cannot start.
Runtime Duration2h 13mDetermines whether the task exceeds expected runtime.
Failure InformationImagePullBackOffDetermines whether logs, events, or operator support is needed.

Main Operations ​

View Job Monitoring ​

  1. Go to AI Infrastructure > On-Prem > Monitoring > Job Monitoring.
  2. Confirm the region and time range in the upper-right corner, and filter by job status or keyword.
  3. View charts and job lists, checking queue duration, run duration, and GPU usage.
  4. If monitoring capability is not open, return to specific instance or task details to view logs, events, and status.

Troubleshoot Abnormal Job Metrics ​

  1. If a job queues for a long time, suddenly aborts, or displays a failed status, record the job ID and time range.
  2. Check whether failure details point to insufficient quota, image pull failures, startup command errors, or OOM.
  3. Check node and device monitoring to determine whether scheduling delays result from unavailable node resources; contact administrators if necessary.

Key Focus When Capability Is Open ​

  • Whether jobs queue for a long time.
  • Whether failure causes point to quota, image, startup command, or insufficient resources.
  • Whether GPU occupation and runtime duration match expectations.

Parameter Quick Reference ​

Field NameRequiredField TypeExampleDescription
Job IDYesTextjob-20260706-001Locates a single job.
StatusSystem-generatedStatusRunningShows queued, running, succeeded, or failed.
Queue DurationSystem-generatedDuration18 minutesDetermines whether scheduling wait exists.
Runtime DurationSystem-generatedDuration2 hours 15 minutesDetermines whether the task exceeds expectations.
GPU OccupationSystem-generatedNumber / specification2 * A800Shows accelerator resources occupied by the job.
Failure CauseSystem-generatedTextImagePullBackOffHelps locate failure direction.
Submission TimeSystem-generatedDate time2026-07-06 09:30Used to align logs, events, and usage.

Pitfalls ​

  • Job queueing is usually related to quotas, specifications, capacity, or scheduling conditions. Do not only refresh the page.
  • When failure cause is empty, view instance events and logs first.
  • When GPU occupation is normal but results are abnormal, return to training scripts or model parameters for troubleshooting.

Troubleshooting Information to Prepare ​

When job data is abnormal, prepare the following information to distinguish queueing, failure, insufficient-resource, and retention issues:

InformationExamplePurpose
Job IDjob-20260713001Locates the exact job record.
Job stateQueued / Failed / RunningDetermines the troubleshooting direction.
Queue duration25 minutesIdentifies scheduling or resource-wait issues.
Failure time2026-07-13 10:15Aligns events, logs, and monitoring curves.
Flavor / Queue2 * A800 / gpu-prodDetermines whether the resource pool and quota match the request.

Result Validation ​

Check ItemSuccess SignalIf Abnormal
Page loadJobs 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 Jobs ​

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.

Jobs 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.

Jobs 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 ​

  • Job IDs, image addresses, data paths, and log contents may contain sensitive information.
  • Before stopping a job, confirm whether output files and logs need to be retained.
  • When the same error appears repeatedly, adjust configuration before retrying to avoid continuous credit consumption.

Next Steps ​

  1. For queueing issues, verify quotas, specifications, and device capacity first.
  2. For failure issues, view events, image, startup command, and mount path first.
  3. For high-duration jobs, evaluate resource consumption together with the usage page.