Regarding edge cloudsim tutorial

447 views
Skip to first unread message

Zaineb Naaz

unread,
Jul 14, 2020, 4:24:53 AM7/14/20
to EdgeCloudSim
Hello,
Can anyone please help me to understand and execute edge cloud sim?

naveen chauhan

unread,
Jul 14, 2020, 4:50:22 AM7/14/20
to EdgeCloudSim
Hi..
full details are available on github account: https://github.com/CagataySonmez/EdgeCloudSim
for further details , you can reach to me. 

MEGAT AHMAD SHAMIL

unread,
Jun 17, 2023, 5:32:17 AM6/17/23
to EdgeCloudSim
Hi Navi, Can you help me on task scheduling in edgecloudsim, where can I get a source code example about task scheduling algorithm in edgecloudsim

navi...@gmail.com

unread,
Jun 17, 2023, 11:25:03 AM6/17/23
to EdgeCloudSim
Hi,

Java file " DefaultEdgeServerManager.java"

line no. 107 
EdgeVM vm = new EdgeVM(vmCounter, brokerId, mips, numOfCores, ram, bandwidth, storage, vmm, new CloudletSchedulerTimeShared());
//EdgeVM vm = new EdgeVM(vmCounter, brokerId, mips, numOfCores, ram, bandwidth, storage, vmm, new CloudletSchedulerSpaceShared());

The scheduler is used from the Cloudsim package,  you may find it under org.cloudbus.cloudsim

CloudletSchedulerTimeShared.java
CloudletSchedulerSpaceShared.java files

Happy learning
Reply all
Reply to author
Forward
0 new messages