-
Notifications
You must be signed in to change notification settings - Fork 8
/
output.txt
252 lines (252 loc) · 15.3 KB
/
output.txt
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
# HELP jvm_info VM version info
# TYPE jvm_info gauge
jvm_info{runtime="OpenJDK Runtime Environment",vendor="Arch Linux",version="21.0.4+7",} 1.0
# HELP jvm_threads_current Current thread count of a JVM
# TYPE jvm_threads_current gauge
jvm_threads_current 37.0
# HELP jvm_threads_daemon Daemon thread count of a JVM
# TYPE jvm_threads_daemon gauge
jvm_threads_daemon 30.0
# HELP jvm_threads_peak Peak thread count of a JVM
# TYPE jvm_threads_peak gauge
jvm_threads_peak 40.0
# HELP jvm_threads_started_total Started thread count of a JVM
# TYPE jvm_threads_started_total counter
jvm_threads_started_total 55.0
# HELP jvm_threads_deadlocked Cycles of JVM-threads that are in deadlock waiting to acquire object monitors or ownable synchronizers
# TYPE jvm_threads_deadlocked gauge
jvm_threads_deadlocked 0.0
# HELP jvm_threads_deadlocked_monitor Cycles of JVM-threads that are in deadlock waiting to acquire object monitors
# TYPE jvm_threads_deadlocked_monitor gauge
jvm_threads_deadlocked_monitor 0.0
# HELP jvm_threads_state Current count of threads by state
# TYPE jvm_threads_state gauge
jvm_threads_state{state="NEW",} 0.0
jvm_threads_state{state="TERMINATED",} 0.0
jvm_threads_state{state="RUNNABLE",} 13.0
jvm_threads_state{state="BLOCKED",} 0.0
jvm_threads_state{state="WAITING",} 11.0
jvm_threads_state{state="TIMED_WAITING",} 13.0
jvm_threads_state{state="UNKNOWN",} 0.0
# HELP jvm_memory_pool_allocated_bytes_total Total bytes allocated in a given JVM memory pool. Only updated after GC, not continuously.
# TYPE jvm_memory_pool_allocated_bytes_total counter
jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'profiled nmethods'",} 3.6362624E7
jvm_memory_pool_allocated_bytes_total{pool="G1 Old Gen",} 4.78535032E8
jvm_memory_pool_allocated_bytes_total{pool="G1 Eden Space",} 4.391436288E9
jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'non-profiled nmethods'",} 2.2636032E7
jvm_memory_pool_allocated_bytes_total{pool="G1 Survivor Space",} 1.09039872E8
jvm_memory_pool_allocated_bytes_total{pool="Compressed Class Space",} 2.016412E7
jvm_memory_pool_allocated_bytes_total{pool="Metaspace",} 1.37973928E8
jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'non-nmethods'",} 4206592.0
# HELP jvm_classes_currently_loaded The number of classes that are currently loaded in the JVM
# TYPE jvm_classes_currently_loaded gauge
jvm_classes_currently_loaded 30019.0
# HELP jvm_classes_loaded_total The total number of classes that have been loaded since the JVM has started execution
# TYPE jvm_classes_loaded_total counter
jvm_classes_loaded_total 30031.0
# HELP jvm_classes_unloaded_total The total number of classes that have been unloaded since the JVM has started execution
# TYPE jvm_classes_unloaded_total counter
jvm_classes_unloaded_total 12.0
# HELP jvm_memory_objects_pending_finalization The number of objects waiting in the finalizer queue.
# TYPE jvm_memory_objects_pending_finalization gauge
jvm_memory_objects_pending_finalization 0.0
# HELP jvm_memory_bytes_used Used bytes of a given JVM memory area.
# TYPE jvm_memory_bytes_used gauge
jvm_memory_bytes_used{area="heap",} 6.1648388E8
jvm_memory_bytes_used{area="nonheap",} 1.9917472E8
# HELP jvm_memory_bytes_committed Committed (bytes) of a given JVM memory area.
# TYPE jvm_memory_bytes_committed gauge
jvm_memory_bytes_committed{area="heap",} 1.203765248E9
jvm_memory_bytes_committed{area="nonheap",} 2.1987328E8
# HELP jvm_memory_bytes_max Max (bytes) of a given JVM memory area.
# TYPE jvm_memory_bytes_max gauge
jvm_memory_bytes_max{area="heap",} 8.376025088E9
jvm_memory_bytes_max{area="nonheap",} -1.0
# HELP jvm_memory_bytes_init Initial bytes of a given JVM memory area.
# TYPE jvm_memory_bytes_init gauge
jvm_memory_bytes_init{area="heap",} 5.24288E8
jvm_memory_bytes_init{area="nonheap",} 7667712.0
# HELP jvm_memory_pool_bytes_used Used bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_bytes_used gauge
jvm_memory_pool_bytes_used{pool="CodeHeap 'non-nmethods'",} 4206592.0
jvm_memory_pool_bytes_used{pool="Metaspace",} 1.38159336E8
jvm_memory_pool_bytes_used{pool="CodeHeap 'profiled nmethods'",} 2.1535616E7
jvm_memory_pool_bytes_used{pool="Compressed Class Space",} 2.0187352E7
jvm_memory_pool_bytes_used{pool="G1 Eden Space",} 9.2274688E7
jvm_memory_pool_bytes_used{pool="G1 Old Gen",} 4.74701432E8
jvm_memory_pool_bytes_used{pool="G1 Survivor Space",} 4.950776E7
jvm_memory_pool_bytes_used{pool="CodeHeap 'non-profiled nmethods'",} 1.5085824E7
# HELP jvm_memory_pool_bytes_committed Committed bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_bytes_committed gauge
jvm_memory_pool_bytes_committed{pool="CodeHeap 'non-nmethods'",} 4390912.0
jvm_memory_pool_bytes_committed{pool="Metaspace",} 1.40115968E8
jvm_memory_pool_bytes_committed{pool="CodeHeap 'profiled nmethods'",} 3.3816576E7
jvm_memory_pool_bytes_committed{pool="Compressed Class Space",} 2.1037056E7
jvm_memory_pool_bytes_committed{pool="G1 Eden Space",} 5.95591168E8
jvm_memory_pool_bytes_committed{pool="G1 Old Gen",} 5.57842432E8
jvm_memory_pool_bytes_committed{pool="G1 Survivor Space",} 5.0331648E7
jvm_memory_pool_bytes_committed{pool="CodeHeap 'non-profiled nmethods'",} 2.0512768E7
# HELP jvm_memory_pool_bytes_max Max bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_bytes_max gauge
jvm_memory_pool_bytes_max{pool="CodeHeap 'non-nmethods'",} 5840896.0
jvm_memory_pool_bytes_max{pool="Metaspace",} -1.0
jvm_memory_pool_bytes_max{pool="CodeHeap 'profiled nmethods'",} 1.22908672E8
jvm_memory_pool_bytes_max{pool="Compressed Class Space",} 1.073741824E9
jvm_memory_pool_bytes_max{pool="G1 Eden Space",} -1.0
jvm_memory_pool_bytes_max{pool="G1 Old Gen",} 8.376025088E9
jvm_memory_pool_bytes_max{pool="G1 Survivor Space",} -1.0
jvm_memory_pool_bytes_max{pool="CodeHeap 'non-profiled nmethods'",} 1.22908672E8
# HELP jvm_memory_pool_bytes_init Initial bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_bytes_init gauge
jvm_memory_pool_bytes_init{pool="CodeHeap 'non-nmethods'",} 2555904.0
jvm_memory_pool_bytes_init{pool="Metaspace",} 0.0
jvm_memory_pool_bytes_init{pool="CodeHeap 'profiled nmethods'",} 2555904.0
jvm_memory_pool_bytes_init{pool="Compressed Class Space",} 0.0
jvm_memory_pool_bytes_init{pool="G1 Eden Space",} 2.5165824E7
jvm_memory_pool_bytes_init{pool="G1 Old Gen",} 4.99122176E8
jvm_memory_pool_bytes_init{pool="G1 Survivor Space",} 0.0
jvm_memory_pool_bytes_init{pool="CodeHeap 'non-profiled nmethods'",} 2555904.0
# HELP jvm_memory_pool_collection_used_bytes Used bytes after last collection of a given JVM memory pool.
# TYPE jvm_memory_pool_collection_used_bytes gauge
jvm_memory_pool_collection_used_bytes{pool="G1 Eden Space",} 0.0
jvm_memory_pool_collection_used_bytes{pool="G1 Old Gen",} 4.74701432E8
jvm_memory_pool_collection_used_bytes{pool="G1 Survivor Space",} 4.950776E7
# HELP jvm_memory_pool_collection_committed_bytes Committed after last collection bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_collection_committed_bytes gauge
jvm_memory_pool_collection_committed_bytes{pool="G1 Eden Space",} 5.95591168E8
jvm_memory_pool_collection_committed_bytes{pool="G1 Old Gen",} 5.57842432E8
jvm_memory_pool_collection_committed_bytes{pool="G1 Survivor Space",} 5.0331648E7
# HELP jvm_memory_pool_collection_max_bytes Max bytes after last collection of a given JVM memory pool.
# TYPE jvm_memory_pool_collection_max_bytes gauge
jvm_memory_pool_collection_max_bytes{pool="G1 Eden Space",} -1.0
jvm_memory_pool_collection_max_bytes{pool="G1 Old Gen",} 8.376025088E9
jvm_memory_pool_collection_max_bytes{pool="G1 Survivor Space",} -1.0
# HELP jvm_memory_pool_collection_init_bytes Initial after last collection bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_collection_init_bytes gauge
jvm_memory_pool_collection_init_bytes{pool="G1 Eden Space",} 2.5165824E7
jvm_memory_pool_collection_init_bytes{pool="G1 Old Gen",} 4.99122176E8
jvm_memory_pool_collection_init_bytes{pool="G1 Survivor Space",} 0.0
# HELP mc_player_list The players connected to the server.
# TYPE mc_player_list gauge
mc_player_list{id="380df991-f603-344c-a090-369bad2a924a",name="Dev",} 1.0
# HELP mc_entities_total The number of entities in each dimension by type.
# TYPE mc_entities_total gauge
mc_entities_total{dim="overworld",dim_id="0",type="Bat",} 15.0
mc_entities_total{dim="overworld",dim_id="0",type="Zombie",} 9.0
mc_entities_total{dim="overworld",dim_id="0",type="Chicken",} 20.0
mc_entities_total{dim="overworld",dim_id="0",type="Skeleton",} 11.0
mc_entities_total{dim="overworld",dim_id="0",type="Turtle",} 1.0
mc_entities_total{dim="overworld",dim_id="0",type="Glow Squid",} 6.0
mc_entities_total{dim="overworld",dim_id="0",type="Creeper",} 9.0
mc_entities_total{dim="overworld",dim_id="0",type="Cow",} 5.0
mc_entities_total{dim="overworld",dim_id="0",type="Spider",} 4.0
mc_entities_total{dim="overworld",dim_id="0",type="Sheep",} 21.0
mc_entities_total{dim="overworld",dim_id="0",type="Pig",} 3.0
# HELP mc_server_tick_seconds Stats on server tick times.
# TYPE mc_server_tick_seconds histogram
mc_server_tick_seconds_bucket{le="0.01",} 19.0
mc_server_tick_seconds_bucket{le="0.025",} 52.0
mc_server_tick_seconds_bucket{le="0.05",} 73.0
mc_server_tick_seconds_bucket{le="0.1",} 81.0
mc_server_tick_seconds_bucket{le="0.25",} 81.0
mc_server_tick_seconds_bucket{le="0.5",} 81.0
mc_server_tick_seconds_bucket{le="1.0",} 81.0
mc_server_tick_seconds_bucket{le="+Inf",} 81.0
mc_server_tick_seconds_count 81.0
mc_server_tick_seconds_sum 2.0156327999999997
# HELP mc_dimension_chunks_loaded The number of loaded dimension chunks.
# TYPE mc_dimension_chunks_loaded gauge
mc_dimension_chunks_loaded{id="0",name="overworld",} 1484.0
mc_dimension_chunks_loaded{id="1",name="the_end",} 0.0
mc_dimension_chunks_loaded{id="-1",name="the_nether",} 0.0
# HELP mc_dimension_tick_seconds Stats on dimension tick times.
# TYPE mc_dimension_tick_seconds histogram
mc_dimension_tick_seconds_bucket{id="-1",name="the_nether",le="0.01",} 81.0
mc_dimension_tick_seconds_bucket{id="-1",name="the_nether",le="0.025",} 81.0
mc_dimension_tick_seconds_bucket{id="-1",name="the_nether",le="0.05",} 81.0
mc_dimension_tick_seconds_bucket{id="-1",name="the_nether",le="0.1",} 81.0
mc_dimension_tick_seconds_bucket{id="-1",name="the_nether",le="0.25",} 81.0
mc_dimension_tick_seconds_bucket{id="-1",name="the_nether",le="0.5",} 81.0
mc_dimension_tick_seconds_bucket{id="-1",name="the_nether",le="1.0",} 81.0
mc_dimension_tick_seconds_bucket{id="-1",name="the_nether",le="+Inf",} 81.0
mc_dimension_tick_seconds_count{id="-1",name="the_nether",} 81.0
mc_dimension_tick_seconds_sum{id="-1",name="the_nether",} 0.007059415000000001
mc_dimension_tick_seconds_bucket{id="0",name="overworld",le="0.01",} 25.0
mc_dimension_tick_seconds_bucket{id="0",name="overworld",le="0.025",} 58.0
mc_dimension_tick_seconds_bucket{id="0",name="overworld",le="0.05",} 74.0
mc_dimension_tick_seconds_bucket{id="0",name="overworld",le="0.1",} 81.0
mc_dimension_tick_seconds_bucket{id="0",name="overworld",le="0.25",} 81.0
mc_dimension_tick_seconds_bucket{id="0",name="overworld",le="0.5",} 81.0
mc_dimension_tick_seconds_bucket{id="0",name="overworld",le="1.0",} 81.0
mc_dimension_tick_seconds_bucket{id="0",name="overworld",le="+Inf",} 81.0
mc_dimension_tick_seconds_count{id="0",name="overworld",} 81.0
mc_dimension_tick_seconds_sum{id="0",name="overworld",} 1.7862429789999998
mc_dimension_tick_seconds_bucket{id="1",name="the_end",le="0.01",} 81.0
mc_dimension_tick_seconds_bucket{id="1",name="the_end",le="0.025",} 81.0
mc_dimension_tick_seconds_bucket{id="1",name="the_end",le="0.05",} 81.0
mc_dimension_tick_seconds_bucket{id="1",name="the_end",le="0.1",} 81.0
mc_dimension_tick_seconds_bucket{id="1",name="the_end",le="0.25",} 81.0
mc_dimension_tick_seconds_bucket{id="1",name="the_end",le="0.5",} 81.0
mc_dimension_tick_seconds_bucket{id="1",name="the_end",le="1.0",} 81.0
mc_dimension_tick_seconds_bucket{id="1",name="the_end",le="+Inf",} 81.0
mc_dimension_tick_seconds_count{id="1",name="the_end",} 81.0
mc_dimension_tick_seconds_sum{id="1",name="the_end",} 0.025222452
# HELP jvm_gc_collection_seconds Time spent in a given JVM garbage collector in seconds.
# TYPE jvm_gc_collection_seconds summary
jvm_gc_collection_seconds_count{gc="G1 Young Generation",} 40.0
jvm_gc_collection_seconds_sum{gc="G1 Young Generation",} 0.635
jvm_gc_collection_seconds_count{gc="G1 Concurrent GC",} 16.0
jvm_gc_collection_seconds_sum{gc="G1 Concurrent GC",} 0.08
jvm_gc_collection_seconds_count{gc="G1 Old Generation",} 0.0
jvm_gc_collection_seconds_sum{gc="G1 Old Generation",} 0.0
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 175.36
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.724121398637E9
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 302.0
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288.0
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.55987968E10
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.092867584E9
# HELP jvm_buffer_pool_used_bytes Used bytes of a given JVM buffer pool.
# TYPE jvm_buffer_pool_used_bytes gauge
jvm_buffer_pool_used_bytes{pool="mapped",} 0.0
jvm_buffer_pool_used_bytes{pool="direct",} 1.1109687E7
jvm_buffer_pool_used_bytes{pool="mapped - 'non-volatile memory'",} 0.0
# HELP jvm_buffer_pool_capacity_bytes Bytes capacity of a given JVM buffer pool.
# TYPE jvm_buffer_pool_capacity_bytes gauge
jvm_buffer_pool_capacity_bytes{pool="mapped",} 0.0
jvm_buffer_pool_capacity_bytes{pool="direct",} 1.1109686E7
jvm_buffer_pool_capacity_bytes{pool="mapped - 'non-volatile memory'",} 0.0
# HELP jvm_buffer_pool_used_buffers Used buffers of a given JVM buffer pool.
# TYPE jvm_buffer_pool_used_buffers gauge
jvm_buffer_pool_used_buffers{pool="mapped",} 0.0
jvm_buffer_pool_used_buffers{pool="direct",} 54.0
jvm_buffer_pool_used_buffers{pool="mapped - 'non-volatile memory'",} 0.0
# HELP jvm_memory_pool_allocated_bytes_created Total bytes allocated in a given JVM memory pool. Only updated after GC, not continuously.
# TYPE jvm_memory_pool_allocated_bytes_created gauge
jvm_memory_pool_allocated_bytes_created{pool="CodeHeap 'profiled nmethods'",} 1.724121465315E9
jvm_memory_pool_allocated_bytes_created{pool="G1 Old Gen",} 1.724121465316E9
jvm_memory_pool_allocated_bytes_created{pool="G1 Eden Space",} 1.724121465316E9
jvm_memory_pool_allocated_bytes_created{pool="CodeHeap 'non-profiled nmethods'",} 1.724121465316E9
jvm_memory_pool_allocated_bytes_created{pool="G1 Survivor Space",} 1.724121465316E9
jvm_memory_pool_allocated_bytes_created{pool="Compressed Class Space",} 1.724121465316E9
jvm_memory_pool_allocated_bytes_created{pool="Metaspace",} 1.724121465316E9
jvm_memory_pool_allocated_bytes_created{pool="CodeHeap 'non-nmethods'",} 1.724121465316E9
# HELP mc_dimension_tick_seconds_created Stats on dimension tick times.
# TYPE mc_dimension_tick_seconds_created gauge
mc_dimension_tick_seconds_created{id="-1",name="the_nether",} 1.724121464216E9
mc_dimension_tick_seconds_created{id="0",name="overworld",} 1.724121464184E9
mc_dimension_tick_seconds_created{id="1",name="the_end",} 1.724121464215E9
# HELP mc_server_tick_seconds_created Stats on server tick times.
# TYPE mc_server_tick_seconds_created gauge
mc_server_tick_seconds_created 1.724121464136E9