You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare main.py by modifying the global simulation parameters (line 59), as shown in the figure:
Select the scheduling algorithm to run (line 96). For example, to run random scheduler use RandomScheduler(). To run GOBI scheduler use GOBIScheduler(‘energy_latency’+str(HOSTS))
Set datacenter (line 85). Currently the simulator supports SimpleFog, BitbrainFog and AzureFog datacenter characteristics.
Set workload generator (line 92). Currently supports a simple workload generator (SWSD) and BitBrain workload traces (BWGD).
Run main.py (Same command in Linux/Windows)
python main.py
All results would be stored in logs/ folder. The .pk file in logs/*/ directory is the same as all_datasets/simulator/$ALGO/*.pk where $ALGO is the algorithm.