Holds statistics of a single virtual machine level.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public interface IVirtualMachineStatistics
Public Interface IVirtualMachineStatistics
public interface class IVirtualMachineStatistics
public interface IVirtualMachineStatistics
![](../icons/collapse_all.gif)
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | 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.
|