Hello, Fariborz
Currently, Apache CloudStack does not provide any visualization aside
from the total quota consumption in the quota summary section in the UI
and the parameter *type* of the API *quotaStatement* is not working as
intended. However, there is a planned feature to come in the next major
release, which allows users to see a detailed summary of the usage for
each usage type, including network usage.
---
Beyond this, ACS has VM stats history visualization, introduced in PR
#6401[1], which could be useful for your use case. This feature allows
users to visualize the usage of CPU, memory, and disk usages, as well as
network traffic. For example, the image below presents the network
traffic usage, considering all network bytes send and received by the VM.
network-usage
It is worth mentioning that these metrics are stored according to the
global configurations *vm.stats.max.retention.time* and
*vm.stats.interval* which are better explained in the CloudStack
documentation [2].
[1]: https://github.com/apache/cloudstack/pull/6401
[2]:
http://docs.cloudstack.apache.org/en/latest/adminguide/virtual_machines.html#instance-metrics
On 05/03/2024 08:34, Fariborz Navidan wrote:
Hi,
Does cloudstack usage service logs traffic usage of VMs? If so, how can we
check traffic usage of VMs un a period?
Thanks in advance.
Regards.