Cloudslab / cloudsim

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
http://www.cloudbus.org/cloudsim/
810 stars 492 forks source link

Turn on new Host #114

Open M-Razavi opened 6 years ago

M-Razavi commented 6 years ago

Is it possible to turn on some new PM (host) when is needed? and turn off some of them when loads on data-center decreased?

anupinders commented 6 years ago

Dear,

Check power package.

Sent from Mail for Windows 10

From: Razavi Sent: 11 March 2018 17:52 To: Cloudslab/cloudsim Cc: Subscribed Subject: [Cloudslab/cloudsim] Turn on new Host (#114)

Is it possible to turn on some new PM (host) when is needed? and turn off some of them when loads on data-center decreased? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

M-Razavi commented 6 years ago

@anupinders Would you please give some more details? Currently I'm working on Power Host to reduce power consumption of Power data center but I didn't find any method to turn on new Host or Turn off unnecessary host.

anupinders commented 6 years ago

You can check dvfs.java this class has the similar implementation.

On Tue, Mar 13, 2018, 14:42 Razavi notifications@github.com wrote:

@anupinders https://github.com/anupinders Would you please give some more details? Currently I'm working on Power Host to reduce power consumption of Power data center but I didn't find any method to turn on new Host or Turn off unnecessary host.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/Cloudslab/cloudsim/issues/114#issuecomment-372595921, or mute the thread https://github.com/notifications/unsubscribe-auth/AINWBo0Fgl5Y2pjW0Q_-rsvUmKVlsSWAks5td40sgaJpZM4SlqzQ .

--

Regards Anupinder singh

sent from mobile device

M-Razavi commented 6 years ago

DVFS use PowerVmAllocationPolicySimple for it's VMAllocationPolicy. I didn't find any method to turn on new Host or Turn off unnecessary host.