An aggregated statistics view of all the different virtual machines currently discovered.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IVirtualMachinesStatistics
Public Interface IVirtualMachinesStatistics
public interface class IVirtualMachinesStatistics
public interface IVirtualMachinesStatistics
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
Count |
Gets the number of statistics (virtual machines) aggregated.
| |
Details |
Gets the details of the all the virtual machines.
| |
GcCollectionCount |
Gets an aggregation of all the different virtual machines GcCollectionCount.
| |
GcCollectionPerc |
Gets the percentage of the gc collection time between the current sampled statistics
and the previous one.
| |
GcCollectionTime |
Gets an aggregation of all the different virtual machines GcCollectionTime.
| |
MemoryHeapCommittedInBytes |
Gets an aggregation of all the different virtual machines MemoryHeapCommittedInBytes.
| |
MemoryHeapCommittedInGB |
Gets an aggregation of all the different virtual machines MemoryHeapCommittedInGB.
| |
MemoryHeapCommittedInMB |
Gets an aggregation of all the different virtual machines MemoryHeapCommittedInMB.
| |
MemoryHeapCommittedUsedPerc |
Gets the memory heap percentage from used to committed.
| |
MemoryHeapUsedInBytes |
Gets an aggregation of all the different virtual machines MemoryHeapUsedInBytes.
| |
MemoryHeapUsedInGB |
Gets an aggregation of all the different virtual machines MemoryHeapUsedInGB.
| |
MemoryHeapUsedInMB |
Gets an aggregation of all the different virtual machines MemoryHeapUsedInMB.
| |
MemoryHeapUsedPerc |
Gets the memory heap percentage from used to the max.
| |
MemoryNonHeapCommittedInBytes |
Gets an aggregation of all the different virtual machines MemoryNonHeapCommittedInBytes.
| |
MemoryNonHeapCommittedInGB |
Gets an aggregation of all the different virtual machines MemoryNonHeapCommittedInGB.
| |
MemoryNonHeapCommittedInMB |
Gets an aggregation of all the different virtual machines MemoryNonHeapCommittedInMB.
| |
MemoryNonHeapCommittedUsedPerc |
Gets the non heap memory percentage from used to committed.
Non-heap memory is a memory allocated outside of the virtual machine.
| |
MemoryNonHeapUsedInBytes |
Gets an aggregation of all the different virtual machines MemoryNonHeapUsedInBytes.
| |
MemoryNonHeapUsedInGB |
Gets an aggregation of all the different virtual machines MemoryNonHeapUsedInGB.
| |
MemoryNonHeapUsedInMB |
Gets an aggregation of all the different virtual machines MemoryNonHeapUsedInMB.
| |
MemoryNonHeapUsedPerc |
Gets the non heap memory percentage from used to the max.
Non-heap memory is a memory allocated outside of the virtual machine.
| |
NA |
Gets whether the statistics are not available.
| |
PeakThreadCount |
Gets an aggregation of all the different virtual machines PeakThreadCount.
| |
Previous |
Gets the previous statistics sampled.
the value is null if this is the first one.
| |
PreviousTimestamp |
Gets the previous timestamp of the statistics sampled.
the value is -1 if this is the first one.
| |
ThreadCount |
Gets an aggregation of all the different virtual machines ThreadCount.
| |
Timestamp |
Gets the timestamp of the sampled statistics.
| |
Uptime |
Gets an aggregation of all the different virtual machines Uptime.
|