Hi all,
I'm looking for a solution that will boot VM's on demand based on the load on other VM's, perhaps in the same resource pool. Essentially, the desired outcome would be something like this:
- When VM01 reaches 75% CPU utilization for 15 minutes,
- Boot VM02
- Once VM01 has been under 40% utilization for 30 minutes,
- Shut down VM02
This could also be a new VM that is spun up from a template and sysprepped, rather than one that is just sitting there off and unused.
Hopefully that makes the end goal clear. Does anyone have a recommendations on how to do this? I just did a quick search on some terms I thought would be relevant and didn't really turn anything up.
Thanks for your input!
-James