-
Notifications
You must be signed in to change notification settings - Fork 28
/
2022-09-04_00-31-19_CodeCacheTest.json
132 lines (132 loc) · 4.52 KB
/
2022-09-04_00-31-19_CodeCacheTest.json
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
[
{
"Name": "Vanilla",
"Command": "F:/JDKs//OpenJDK17U-jre_x64_windows_hotspot_17.0.4_8/jdk-17.0.4+8-jre/bin/java.exe -XX:MaxGCPauseMillis=130 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=28 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=20 -XX:G1MixedGCCountTarget=3 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5 -XX:G1ConcRSHotCardLimit=16 -XX:G1ConcRefinementServiceIntervalMillis=150 -XX:AllocatePrefetchStyle=3 -Xms7G -Xmx7G",
"Path": "C:/Games/mcservers/vevserver",
"Iterations": 3,
"Startup_Times": [
104.28,
104.05,
104.5
],
"Chunkgen_Times": [
208.36,
210.63,
205.49
],
"Average_TPS_Values": [
18.88,
18.87,
19.0
],
"GC_Stop_MS": [
42.12,
42.76,
43.47
],
"GC_Stops": [
51,
51,
51
],
"Oldgen_GCs": [
0,
0,
0
],
"Memory_Usage": [
2.9,
3.0,
4.1
],
"CPU_Usage": [
21.0,
22.0,
22.0
],
"Player_Spawn_Times": [
6.41,
5.786,
5.768
],
"Average_Chunkgen_Time": 208.16,
"Average_Startup_Time": 104.28,
"PVariance_Chunkgen_Time": 4.42,
"Pvariance_Startup_Time": 0.03,
"Average_TPS": 18.92,
"PVariance_TPS": 0.0,
"Average_GC_Stop_MS": 42.78,
"PVariance_GC_Stop_MS": 0.3,
"Average_GC_Stops": 51,
"Average_Memory_Usage_GB": 3.33,
"Average_CPU_Usage": 21.67,
"Average_Oldgen_GCs": 0,
"Average_Spawn_Time": 5.99,
"Player_Spawn_Variance": 0.09
},
{
"Name": "More Code Cache",
"Command": "F:/JDKs//OpenJDK17U-jre_x64_windows_hotspot_17.0.4_8/jdk-17.0.4+8-jre/bin/java.exe -XX:MaxGCPauseMillis=130 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=28 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=20 -XX:G1MixedGCCountTarget=3 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5 -XX:G1ConcRSHotCardLimit=16 -XX:G1ConcRefinementServiceIntervalMillis=150 -XX:AllocatePrefetchStyle=3 -Xms7G -Xmx7G -XX:NmethodSweepActivity=1 -XX:ReservedCodeCacheSize=400M -XX:NonNMethodCodeHeapSize=12M -XX:ProfiledCodeHeapSize=194M -XX:NonProfiledCodeHeapSize=194M -XX:-DontCompileHugeMethods -XX:MaxNodeLimit=240000 -XX:LiveNodeCountInliningCutoff=40000 -XX:NodeLimitFudgeFactor=8000",
"Path": "C:/Games/mcservers/vevserver",
"Iterations": 3,
"Startup_Times": [
104.93,
104.26,
104.64
],
"Chunkgen_Times": [
204.38,
200.49,
208.75
],
"Average_TPS_Values": [
18.97,
19.07,
18.87
],
"GC_Stop_MS": [
44.78,
43.14,
43.64
],
"GC_Stops": [
49,
50,
50
],
"Oldgen_GCs": [
0,
0,
0
],
"Memory_Usage": [
5.0,
3.8,
4.7
],
"CPU_Usage": [
22.0,
22.0,
22.0
],
"Player_Spawn_Times": [
5.641,
5.677,
5.846
],
"Average_Chunkgen_Time": 204.54,
"Average_Startup_Time": 104.61,
"PVariance_Chunkgen_Time": 11.38,
"Pvariance_Startup_Time": 0.08,
"Average_TPS": 18.97,
"PVariance_TPS": 0.01,
"Average_GC_Stop_MS": 43.85,
"PVariance_GC_Stop_MS": 0.47,
"Average_GC_Stops": 49.67,
"Average_Memory_Usage_GB": 4.5,
"Average_CPU_Usage": 22.0,
"Average_Oldgen_GCs": 0,
"Average_Spawn_Time": 5.72,
"Player_Spawn_Variance": 0.01
}
]