Class MemoryInfo
Namespace: Consul
Assembly: Consul.dll
MemoryInfo represents the memory statistics for the agent
public class MemoryInfo
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Active
public long Active { get; set; }
Property Value
Available
public long Available { get; set; }
Property Value
Buffers
public long Buffers { get; set; }
Property Value
Cached
public long Cached { get; set; }
Property Value
CommitLimit
public long CommitLimit { get; set; }
Property Value
CommittedAS
public long CommittedAS { get; set; }
Property Value
Dirty
public long Dirty { get; set; }
Property Value
Free
public long Free { get; set; }
Property Value
HighFree
public long HighFree { get; set; }
Property Value
HighTotal
public long HighTotal { get; set; }
Property Value
HugePageSize
public long HugePageSize { get; set; }
Property Value
HugePagesFree
public long HugePagesFree { get; set; }
Property Value
HugePagesTotal
public long HugePagesTotal { get; set; }
Property Value
Inactive
public long Inactive { get; set; }
Property Value
Laundry
public long Laundry { get; set; }
Property Value
LowFree
public long LowFree { get; set; }
Property Value
LowTotal
public long LowTotal { get; set; }
Property Value
Mapped
public long Mapped { get; set; }
Property Value
PageTables
public long PageTables { get; set; }
Property Value
Shared
public long Shared { get; set; }
Property Value
Slab
public long Slab { get; set; }
Property Value
Sreclaimable
public long Sreclaimable { get; set; }
Property Value
Sunreclaim
public long Sunreclaim { get; set; }
Property Value
SwapCached
public long SwapCached { get; set; }
Property Value
SwapFree
public long SwapFree { get; set; }
Property Value
SwapTotal
public long SwapTotal { get; set; }
Property Value
Total
public long Total { get; set; }
Property Value
Used
public long Used { get; set; }
Property Value
UsedPercent
public double UsedPercent { get; set; }
Property Value
VmallocChunk
public long VmallocChunk { get; set; }
Property Value
VmallocTotal
public long VmallocTotal { get; set; }
Property Value
VmallocUsed
public long VmallocUsed { get; set; }
Property Value
Wired
public long Wired { get; set; }
Property Value
WriteBack
public long WriteBack { get; set; }
Property Value
WriteBackTmp
public long WriteBackTmp { get; set; }