Cloudslab / cloudsim

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

priority in cloudsim #132

Open golnoosh95 opened 5 years ago

golnoosh95 commented 5 years ago

hello, I want to implement priority in cloudsim by assigning priority to critical cloudlet and then allocate them to the VMs but I dont know what should I do.

skardani commented 5 years ago
  1. You need to extend Cloudlet and add priority attribute based on user requirements.
  2. You can write your own policy (CloudletScheduler) to assign cloudlet to VMs based on the priority.
hetianzhang commented 3 years ago

hello, I want to implement priority in cloudsim by assigning priority to critical cloudlet and then allocate them to the VMs but I dont know what should I do.

There is an example of CloudSim does priority scheduling. Please check: https://github.com/hetianzhang/cloudsim-non-preemptive-edf