--
If you received an answer that worked for you, please be kind and reply to let everybody knows it worked.
http://cloudsimplus.org
---
You received this message because you are subscribed to the Google Groups "CloudSim Plus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloudsim-plu...@googlegroups.com.
To post to this group, send email to clouds...@googlegroups.com.
Visit this group at https://groups.google.com/group/cloudsim-plus.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloudsim-plus/08ccc83a-9fef-43a3-9e58-fc5df6f3f521%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The behaviour that I was expecting is that if at least one of the cloudlets has its UitlizationModelBw set to UtilizationModelFull(), then the other cloudlets would have to stall until it finishes its transmission(?), simulating a bandwidth bottleneck.
However, I am not able to create this kind of effect even if I set every cloudlets' UitlizationModelBw to UtilizationModelFull().
It just seems that bandwidth utilization model doesn't affect execution time at all.
Maybe the simulator considers this value to transfer the cloudlet from the Broker to the VM itself.
However, I've built something similar for the IOPS resource. An approach that I believe you could follow to consider bandwidth on the execution time.First, Cloudlet should have an information of how much data it should consume to finish (for instance, 1TB).Then, you could augment the function "updateProcessing" in CloudletSchedulerAbstract so that in each "simulation turn" (I believe it's scheduling time) the cloudlet consumes some info according to the amount of bandwidth it was allocated to it.
Manoel Campos da Silva Filho Software Engineer
Computer Science and Engineering Ph.D. Student at University of Beira Interior (Portugal)
Professor at Federal Institute of Education, Science and Technology of Tocantins (Brazil)
http://manoelcampos.com
Manoel Campos da Silva Filho Software Engineer
Computer Science and Engineering Ph.D. Student at University of Beira Interior (Portugal)
Professor at Federal Institute of Education, Science and Technology of Tocantins (Brazil)
http://manoelcampos.com
--
If you received an answer that worked for you, please be kind and reply to let everybody knows it worked.
http://cloudsimplus.org
---
You received this message because you are subscribed to the Google Groups "CloudSim Plus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloudsim-plu...@googlegroups.com.
To post to this group, send email to clouds...@googlegroups.com.
Visit this group at https://groups.google.com/group/cloudsim-plus.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloudsim-plus/0dac2cec-3159-43f5-a333-4c9442dcd8c5%40googlegroups.com.
Manoel Campos da Silva Filho Software Engineer
Computer Science and Engineering Ph.D. Student at University of Beira Interior (Portugal)
Professor at Federal Institute of Education, Science and Technology of Tocantins (Brazil)
http://manoelcampos.com