We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To implement new workload model, you should
Derive from IVMWorkloadModel
IVMWorkloadModel
Override GetWorkload() method. This method gives struct VMWorkload (RAM, CPU%, bandwidth) for given time.
GetWorkload()
VMWorkload
Override Setup() method. It accepts dictionary with strings.
Setup()
Register this Workload in custom/custom-code.h
Workload
custom/custom-code.h