Show / Hide Table of Contents

Class AwrDbCpuUsageSummary

A summary of the AWR CPU resource limits and metrics.

Inheritance
object
AwrDbCpuUsageSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top