GigaSpaces XAP.NET Documentation
IVirtualMachineStatistics Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.VirtualMachineIVirtualMachineStatistics
Holds statistics of a single virtual machine level.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IVirtualMachineStatistics
Public Interface IVirtualMachineStatistics
public interface class IVirtualMachineStatistics
public interface IVirtualMachineStatistics
Members
All MembersProperties



IconMemberDescription
CpuPerc
Gets the virtual machine's usage cpu precentage.

CpuPercFormatted
Gets the virtual machine's usage cpu precentage formatted as a string.

Details
Gets the details of the virtual machine.

GcCollectionCount
Gets the virtual machine's garbage collections count.

GcCollectionPerc
Gets the percentage of the gc collection time between the current sampled statistics and the previous one. the value is -1 if there's no previous gc collection time.

GcCollectionTime
Gets the virtual machine's garbage collections duration in milliseconds.

MemoryHeapCommittedInBytes
Gets the virtual machine's commited heap memory in bytes.

MemoryHeapCommittedInGB
Gets the virtual machine's commited heap memory in giga bytes.

MemoryHeapCommittedInMB
Gets the virtual machine's commited heap memory in mega bytes.

MemoryHeapCommittedUsedPerc
Gets the memory heap percentage from used to committed.

MemoryHeapUsedInBytes
Gets the virtual machine's used heap memory in bytes.

MemoryHeapUsedInGB
Gets the virtual machine's used heap memory in giga bytes.

MemoryHeapUsedInMB
Gets the virtual machine's used heap memory in mega bytes.

MemoryHeapUsedPerc
Gets the memory heap percentage from used to maximum.

MemoryNonHeapCommittedInBytes
Gets the virtual machine's commited non-heap memory in bytes.

MemoryNonHeapCommittedInGB
Gets the virtual machine's commited non-heap memory in giga bytes.

MemoryNonHeapCommittedInMB
Gets the virtual machine's commited non-heap memory in mega bytes.

MemoryNonHeapCommittedUsedPerc
Gets the memory non heap percentage from used to committed.

MemoryNonHeapUsedInBytes
Gets the virtual machine's used non-heap memory in bytes.

MemoryNonHeapUsedInGB
Gets the virtual machine's used non-heap memory in giga bytes.

MemoryNonHeapUsedInMB
Gets the virtual machine's used non-heap memory in mega bytes.

MemoryNonHeapUsedPerc
Gets the memory non heap percentage from used to maximum.

NA
Gets whether the statistics are not available.

PeakThreadCount
Gets the virtual machine's threads count at peak.

Previous
Gets the previous statistics sampled. the value is null if this is the first one or bounded by the history size.

PreviousTimestamp
Gets the previous timestamp of the statistics sampled. the value is -1 if this is the first one.

ThreadCount
Gets the virtual machine's threads count.

Timestamp
Gets the timestamp of the sampled statistics.

Uptime
Gets the uptime of the virtual machine in milliseconds.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)