-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
scenario4.2.yml
executable file
·42 lines (42 loc) · 1.03 KB
/
scenario4.2.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#A scenario where there is only the half number of PEs required by all Cloudlets
#running inside a VM. This way, start time of half of the Cloudlets is delayed,
#but the execution times are not affected
#since it's used a CloudletSchedulerSpaceShared.
datacenters:
- !datacenter
vmAllocationPolicy: Simple
vmMigration: enabled
hosts:
- !host
amount: 5000
ram: 1000000
bw: 100000
storage: 80000
pes: 8
mips: 50000
vmScheduler: TimeShared
ramProvisioner: Simple
bwProvisioner: Simple
peProvisioner: Simple
customers:
- !customer
vms:
- !vm
amount: 10000
size: 500
pes: 4
mips: 1000
ram: 2000
bw: 1000
cloudletScheduler: SpaceShared
vmm: Xen
cloudlets:
- !cloudlet
amount: 20000
pes: 2
length: 10000
fileSize: 50
outputSize: 70
utilizationModelCpu: Full
utilizationModelRam: Full
utilizationModelBw: Full