Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

priority in cloudsim #132

Open
golnoosh95 opened this issue Apr 24, 2019 · 2 comments
Open

priority in cloudsim #132

golnoosh95 opened this issue Apr 24, 2019 · 2 comments

Comments

@golnoosh95
Copy link

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
Copy link
Contributor

skardani commented Jun 7, 2019

  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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants