cpu_usage (Host-Side System CPU Usage)
The host-side system CPU usage data does not contain the timeline information. The summary information is summarized in the cpu_usage_*.csv file.
Availability
Atlas 200/500 A2 Inference Product
Atlas Inference Series Product
Atlas Training Series Product
Atlas A2 Training Series Product/Atlas 800I A2 Inference Product
Atlas A3 Training Series Product
cpu_usage_*.csv File
The file content is formatted as follows.

Field |
Description |
|---|---|
Device_id |
Device ID. host is displayed for data on the host. |
Cpu Type |
CPU type. |
User(%) |
Percentage of time taken to execute user-mode processes. |
Sys(%) |
Percentage of time taken to execute kernel-mode processes. |
IoWait(%) |
Percentage of I/O wait time. |
Irq(%) |
Percentage of hardware interrupt time. |
Soft(%) |
Percentage of software interrupt time. |
Idle(%) |
Percentage of idle time. |