I am trying to figure out based on the VM template information like
NAME = vm-example CPU = 2 MEMORY = 1024 DISK = [ type = swap, size = 2048, readonly = "no" ] How can I calculate the load it have on the host before deploying it to the actual machine?
Is there a formula? Or a software tool?