Hi @FrancJP ,
I have upgraded to 6.10 now. It was not such an easy answer as one would expect, but nevertheless it seems that there are still running VMs with empty MONITORING section in onevm list
.
$ onevm list --extended --json | jq '.VM_POOL.VM[] | select(.ID=="8895") | .MONITORING,.STATE'
{}
"3"
What I am trying to do is to get monitoring info from all VMs in order to evaluate which ones impose the highest IOPS load on the back-end storage. Querying each VM with a distinct onevm show
is quite slow. Is there more efficient way how to extract this information from OpenNebula?
Thanks,
-Yenya