This is an automated email from the ASF dual-hosted git repository.

sureshanaparti pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.19 by this push:
     new ebe9f4d  vm,metrics: note about behaviour across hypervisors (#413)
ebe9f4d is described below

commit ebe9f4d42c22e808e9b5b868ccbd6c2257b905c6
Author: Abhishek Kumar <[email protected]>
AuthorDate: Fri Jul 19 09:40:19 2024 +0530

    vm,metrics: note about behaviour across hypervisors (#413)
    
    * vm,metrics: note about behaviour across hypervisors
    
    * add statement
    
    Signed-off-by: Abhishek Kumar <[email protected]>
---
 source/adminguide/virtual_machines.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/source/adminguide/virtual_machines.rst 
b/source/adminguide/virtual_machines.rst
index 5a93a54..468ec2c 100644
--- a/source/adminguide/virtual_machines.rst
+++ b/source/adminguide/virtual_machines.rst
@@ -1505,6 +1505,17 @@ Instance disk statistics are shown in the Metrics tab in 
an individual volume vi
 |vm-disk-metrics-ui.png|
 
 
+
+.. note::
+   The metrics or statistics for VMs and VM disks in CloudStack depend on the
+   hypervisor plugin used for each hypervisor. The behavior can vary across
+   different hypervisors. For instance, with KVM, metrics are real-time
+   statistics provided by libvirt. In contrast, with VMware, the metrics are
+   averaged data based on the global configuration parameter
+   `vmware.stats.time.window` and a lower value for the configuration may help
+   observe statistics closer to the real-time values.
+
+
 .. |vm-lifecycle.png| image:: /_static/images/vm-lifecycle.png
    :alt: Instance State Model
 .. |vm-schedule-tab.png| image:: /_static/images/vm-schedule-tab.png

Reply via email to