Class AvailableRAM
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.OS.Instrumentation
Assembly: NFX.dll
Syntax
[Serializable]
[BSONSerializable("C94378D4-8334-496D-AB28-ADF620071E97")]
public class AvailableRAM : OSLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, IMemoryInstrument, IOperationClass, IInstrumentClass
Constructors
AvailableRAM(String, Int64)
Declaration
protected AvailableRAM(string src, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | src | |
System.Int64 | value |
Properties
Description
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ValueUnitName
Declaration
public override string ValueUnitName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
MakeAggregateInstance()
Declaration
protected override Datum MakeAggregateInstance()
Returns
Type | Description |
---|---|
Datum |
Overrides
Record(Int64, String)
Declaration
public static void Record(long value, string src = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | value | |
System.String | src |