Show / Hide Table of Contents

Class AwrDatabaseCpuUsageSummary

A summary of the AWR CPU resource limits and metrics.

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

In this article
Back to top