Stores the CPU performance KPI metrics for related hardware definitions. Attributes consist of the unique hardware definition identifier and a value for average, maximum and minimum values for CPU utilization for each of three eight hour time periods gathered over thirty days.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| hwuuid | byte(16) | not null | Unique identifier for related hardware definition |
| earlyavg | float | not null | Early period average CPU usage. |
| earlymax | float | not null | Early period maximum CPU usage. |
| earlymin | float | not null | Early period minimum CPU usage. |
| coreavg | float | not null | Core period average CPU usage. |
| coremax | float | not null | Core period maximum CPU usage. |
| coremin | float | not null | Core period minimum CPU usage. |
| lateavg | float | not null | Late period average CPU usage. |
| latemax | float | not null | Late period maximumCPU usage. |
| latemin | float | not null | Late period minimum CPU usage. |
Product Name: Unicenter Asset Intelligence
Table Type: Table