CagataySonmez / EdgeCloudSim

EdgeCloudSim: An Environment for Performance Evaluation of Edge Computing Systems
GNU General Public License v3.0
415 stars 229 forks source link

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

Open sharlec opened 1 year ago

sharlec commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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?