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

How to obtain the online service time for scheduling/load balancing algorithm? #73

Open
sharlec opened this issue Nov 22, 2022 · 2 comments

Comments

@sharlec
Copy link

sharlec commented Nov 22, 2022

Hello,

Thanks for the work, this is an amazing tool for the study of edge computing research.

I am researching real-time adaptive task-scheduling algorithms. As a part of my algorithm, I hope to observe the service time(communication + processing) of each task and save the data to the edge orchestrator. May I have some tips to implement this?

@CagataySonmez
Copy link
Owner

Hi,

I have another repository named PerformanceEvaluationWithEdgeCloudSim:

https://github.com/CagataySonmez/PerformanceEvaluationWithEdgeCloudSim

In this repository you can find 5 engineering problems and their implementation.
There is also a presentation under the docs folder that explains all the use cases.

Maybe this repository will give you an idea.

@sharlec
Copy link
Author

sharlec commented Nov 24, 2022

Thanks for sharing the repository, the presentation with examples is helpful.

To narrow my question into the code, I hope to understand which file calculates the service time of each task and write it into the result.log, and can we pass the service time to edge orchestrator?

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

2 participants