- Clone project and open with Eclipse
- Config build path to compile with 2 jar files in
libs
- Edit file
org.cloudbus.cloudsim.simulate.Simulate
, change testcase file path - Run file
org.cloudbus.cloudsim.simulate.Simulate
- The default ratio is the ratio of total virtual machines between them
- See
org.cloudbus.cloudsim.simulate.testcase
- Testcase is a JSON file contains an array of Partners
- Each partner has
name
,datacenters
andcloudlets
(apps) - In
datacenter
, you must define enoughram
+mips
inhosts
to create virtual machines (which are defined belowhosts
)