Show / Hide Table of Contents

Class HostMemoryConfiguration

Memory Configuration metric for the host

Inheritance
object
HostConfigurationMetricGroup
HostMemoryConfiguration
Inherited Members
HostConfigurationMetricGroup.TimeCollected
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 HostMemoryConfiguration : HostConfigurationMetricGroup

Properties

HugePageSizeInKB

Declaration
[JsonProperty(PropertyName = "hugePageSizeInKB")]
public double HugePageSizeInKB { get; set; }
Property Value
Type Description
double

Size of huge pages in kilobytes

HugePagesTotal

Declaration
[JsonProperty(PropertyName = "hugePagesTotal")]
public int? HugePagesTotal { get; set; }
Property Value
Type Description
int?

Total number of huge pages

PageSizeInKB

Declaration
[JsonProperty(PropertyName = "pageSizeInKB")]
public double PageSizeInKB { get; set; }
Property Value
Type Description
double

Page size in kilobytes

PageTablesInKB

Declaration
[JsonProperty(PropertyName = "pageTablesInKB")]
public double PageTablesInKB { get; set; }
Property Value
Type Description
double

Amount of memory used for page tables in kilobytes

SwapTotalInKB

Declaration
[JsonProperty(PropertyName = "swapTotalInKB")]
public double SwapTotalInKB { get; set; }
Property Value
Type Description
double

Amount of total swap space in kilobytes

In this article
Back to top