Base type: System.StatisticsEntity
Summary: This entity represents historical data for CPU load.
Name | Type | Notes |
---|---|---|
ComponentID | System.Int64 | The unique integer representation of component. |
Date | System.DateTime | The date of poll. |
PercentAvailability | System.Double | The integer value that contains the component availability in percent. |
ComponentStatus | System.String | The string value that contains component status. |
MinPercentCPU | System.Double | The integer value that contains minimum CPU usage in percent. |
AvgPercentCPU | System.Double | The integer value that contains average CPU usage in percent. |
MaxPercentCPU | System.Double | The integer value that contains maximum CPU usage in percent. |
ApplicationAvailability | System.Double | The integer value that contains the application availability. |
Description | System.String | The string value that contains historical data for CPU load entity description. |
ObservationTimestamp | System.DateTime | |
ObservationFrequency | System.DateTime | |
Weight | System.Double | Default='1.0'. |
DisplayName | System.String | |
Description | System.String | |
InstanceType | System.Type | |
Uri | System.String | |
InstanceSiteId | System.Int32 | Default='0'. |
Component | Orion.APM.Component | Defined by relationship Orion.APM.ComponentHistoricalCPULoadHosting (System.Hosting) |