Class AwrDatabaseCpuUsageCollection
The AWR CPU usage data.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class AwrDatabaseCpuUsageCollection : AwrQueryResult
Properties
DatabaseCpuCount
Declaration
[JsonProperty(PropertyName = "databaseCpuCount")]
public int? DatabaseCpuCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of CPUs available for the database to use. |
HostCpuCount
Declaration
[JsonProperty(PropertyName = "hostCpuCount")]
public double HostCpuCount { get; set; }
Property Value
Type | Description |
---|---|
double | The number of available CPUs or processors. |
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<AwrDatabaseCpuUsageSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<AwrDatabaseCpuUsageSummary> | A list of AWR CPU usage summary data. |
NumCpuCores
Declaration
[JsonProperty(PropertyName = "numCpuCores")]
public int? NumCpuCores { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of available CPU cores, which include subcores of multicore and single-core CPUs. |