Class AwrDatabaseCpuUsageSummary
A summary of the AWR CPU resource limits and metrics.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class AwrDatabaseCpuUsageSummary
Properties
AvgUsageInSecs
Declaration
[JsonProperty(PropertyName = "avgUsageInSecs")]
public double AvgUsageInSecs { 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. |