-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconcepts.tex
49 lines (48 loc) · 887 Bytes
/
concepts.tex
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
43
44
45
46
47
48
49
\begin{figure}[!th]
\centering
\resizebox{1\columnwidth}{!}{%
\begin{forest}
skan tree
[Cloud\\ Scheduling Model
[Compute-Resource-based
[Workflow-based]
[Job-based]
[VM-based]
[Task based]
[Container-based]
[Function-based]
[Platform-based]
]
[Data-based
[Storage Type]
[Volume]
[Redundancy]
[Bandwidth]
[Latency]
]
[Location-based
[Processor-based]
[Server-based]
[Room-based]
[Datacenter-based]
[Region-based]
[Global-based]
]
[Energy-based
[HVAC]
[Green IT]
[PUE]
[Energy Source]
[VM Migration]
]
[Security-based
[Public]
[Private]
]
]
]
\end{forest}
}
\caption{Cloud Scheduling Model Metrics}
\label{F:graph-taxonomy}
\end{figure}