Class AwrDbCpuUsageSummary
A summary of the AWR CPU resource limits and metrics.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class AwrDbCpuUsageSummary
Properties
AvgValue
Declaration
[JsonProperty(PropertyName = "avgValue")]
public double AvgValue { get; set; }
Property Value
Type | Description |
---|---|
double | The average CPU usage per second. |
Timestamp
Declaration
[JsonProperty(PropertyName = "timestamp")]
public DateTime? Timestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The timestamp for the CPU summary data. |