In energy aware VM scheduling, we tend to determine current server temperature or load before we activate a VM on that server. Is there a way we can predetermine the temperature change when the incoming VM is activated?
I have already looked at the second one "Prediction Based Proactive Thermal Virtual Machine Scheduling in Green Clouds" and it is not exactly what I am looking for. They simply place the VM in the server that has the biggest difference between CPU threshold temperature and current temperature in the hope that the scheduled VM will not exceed threshold temperature. I will however go through the first one and see if it will help.
What you are looking for is a temperature prediction strategy based on the type of the VM. There are already established models for temperature prediction (see the first link). In order to accurately predict the temperature increase, you should have some information about the VM, such as the utilization level, job size. Given these information, you can make some estimations about the future temperature.