-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVMPerformanceMonitor.ucls
More file actions
95 lines (95 loc) · 5.98 KB
/
Copy pathVMPerformanceMonitor.ucls
File metadata and controls
95 lines (95 loc) · 5.98 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="UTF-8"?>
<class-diagram version="1.1.6" icons="true" automaticImage="JPEG" always-add-relationships="false"
generalizations="true" realizations="true" associations="true" dependencies="false" nesting-relationships="true">
<class id="1" language="java" name="edu.infrastructure.InfraEndpoints" project="VMPerformanceMonitor"
file="/VMPerformanceMonitor/src/main/java/edu/infrastructure/InfraEndpoints.java" binary="false"
corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="139" y="279"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="2" language="java" name="edu.infrastructure.Infrastructure" project="VMPerformanceMonitor"
file="/VMPerformanceMonitor/src/main/java/edu/infrastructure/Infrastructure.java" binary="false"
corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="516" y="277"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<package id="3" language="java" name="edu.infrastructure" project="VMPerformanceMonitor"
file="/VMPerformanceMonitor/src/main/java/edu/infrastructure" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="377" y="39"/>
<display autosize="true" stereotype="true" accessors="true"/>
</package>
<package id="4" language="java" name="edu.logCollector" project="VMPerformanceMonitor"
file="/VMPerformanceMonitor/src/main/java/edu/logCollector" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="944" y="52"/>
<display autosize="true" stereotype="true" accessors="true"/>
</package>
<class id="5" language="java" name="edu.logCollector.CounterIDCounterInfoMapper" project="VMPerformanceMonitor"
file="/VMPerformanceMonitor/src/main/java/edu/logCollector/CounterIDCounterInfoMapper.java" binary="false"
corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="496" y="593"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="6" language="java" name="edu.logCollector.RealtimePerfMonitor" project="VMPerformanceMonitor"
file="/VMPerformanceMonitor/src/main/java/edu/logCollector/RealtimePerfMonitor.java" binary="false"
corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="1114" y="197"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="7" language="java" name="edu.perfMonitor.LogsCollectorStarter" project="VMPerformanceMonitor"
file="/VMPerformanceMonitor/src/main/java/edu/perfMonitor/LogsCollectorStarter.java" binary="false"
corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="1011" y="548"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="8" language="java" name="edu.perfMonitor.PerfMonitor" project="VMPerformanceMonitor"
file="/VMPerformanceMonitor/src/main/java/edu/perfMonitor/PerfMonitor.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="908" y="347"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<association id="9">
<end type="SOURCE" refId="7" navigable="false">
<attribute id="10" name="ccm"/>
<multiplicity id="11" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="5" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<association id="12">
<end type="SOURCE" refId="2" navigable="false">
<attribute id="13" name="instance"/>
<multiplicity id="14" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="2" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</classifier-display>
<association-display labels="true" multiplicity="true"/>
</class-diagram>