vinfra service compute server stat
Display virtual machine statistics:
usage: vinfra service compute server stat <server>
<server>
- Virtual machine ID or name
Example:
# vinfra service compute server stat myvm +----------+----------------------------------+ | Field | Value | +----------+----------------------------------+ | datetime | 2019-05-29T11:39:46.429000+00:00 | | metrics | block_capacity: 1073741824 | | | block_usage: 268435456 | | | cpu_usage: 0 | | | mem_usage: 149876736 | +----------+----------------------------------+
This command shows the statistics for the virtual machine myvm
.