Initialize VMs to create load on cloud environment
# auto on and off 50 VMs
python ces.py --instantiator 50
# Only on 5 VMs
python ces.py --on 5
# Only off 5 VMS
python ces.py --off 5
Start checking loads and manage hosts state
# Set threshold of loads to manage hosts
python ces.py --verifier 70 30
# OR Manage hosts with arima predict model
python ces.py --verifier 70 30 arima
# OR Manage hosts with lstm predict model
python ces.py --verifier 70 30 lstm