imperial-qore / COSCO

[TPDS'21] COSCO: Container Orchestration using Co-Simulation and Gradient Based Optimization for Fog Computing Environments
BSD 3-Clause "New" or "Revised" License
82 stars 47 forks source link

Workload description #7

Closed ndganesan closed 2 years ago

ndganesan commented 2 years ago

Could you please help me to know how the scheduling time for each application is defined in the COSCO simulator. I checked the Bitbrains and Azur workload datasets as well where the scheduling time and end time are not defined. Also, could you please explain to me how the container is allocated in the COSCO simulator?

shreshthtuli commented 2 years ago

Scheduling time is calculated initially 120 of main.py. Container images are present in all worker nodes at the time of installation. For allocation, the corresponding container is initialized at the target worker node.