IVMGuestOS::HeartbeatPercentage property
The HeartbeatPercentage property contains the percentage of expected heartbeats received over the past minute.
This property is read-only.
Syntax
HRESULT get_HeartbeatPercentage(
[out] long *heartbeatPercentage
);
VB |
---|
|
Property value
The percentage of expected heartbeats received over the past minute.
This property value is read-only.
Error codes
Name | Meaning |
---|---|
|
The operation was successful. |
|
heartbeatPercentage is NULL. |
|
The configuration is unknown. |
|
The virtual machine is not running. |
|
The virtual machine is not fully booted, Additions are not installed, or the installed version does not support this feature. |
|
An unexpected error occurred. |
Remarks
The Additions will send a periodic heartbeat to Virtual Server while the guest operating system is running. If the guest operating system is heavily loaded, it's possible that Virtual Server will receive fewer heartbeats than expected. If the heartbeat percentage drops to zero, it's possible that the guest operating system has stopped responding or has crashed. The virtual machine must be running (that is, fully booted and not shutting down) and Additions must be installed when this property is invoked.
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|