# TYPE jvm_buffer_pool_capacity_bytes gauge # UNIT jvm_buffer_pool_capacity_bytes bytes # HELP jvm_buffer_pool_capacity_bytes Bytes capacity of a given JVM buffer pool. jvm_buffer_pool_capacity_bytes{pool="direct"} 4.2082503E7 jvm_buffer_pool_capacity_bytes{pool="mapped"} 0.0 jvm_buffer_pool_capacity_bytes{pool="mapped - 'non-volatile memory'"} 0.0 # TYPE jvm_buffer_pool_used_buffers gauge # HELP jvm_buffer_pool_used_buffers Used buffers of a given JVM buffer pool. jvm_buffer_pool_used_buffers{pool="direct"} 30.0 jvm_buffer_pool_used_buffers{pool="mapped"} 0.0 jvm_buffer_pool_used_buffers{pool="mapped - 'non-volatile memory'"} 0.0 # TYPE jvm_buffer_pool_used_bytes gauge # UNIT jvm_buffer_pool_used_bytes bytes # HELP jvm_buffer_pool_used_bytes Used bytes of a given JVM buffer pool. jvm_buffer_pool_used_bytes{pool="direct"} 4.2082504E7 jvm_buffer_pool_used_bytes{pool="mapped"} 0.0 jvm_buffer_pool_used_bytes{pool="mapped - 'non-volatile memory'"} 0.0 # TYPE jvm_classes_currently_loaded gauge # HELP jvm_classes_currently_loaded The number of classes that are currently loaded in the JVM jvm_classes_currently_loaded 24933.0 # TYPE jvm_classes_loaded counter # HELP jvm_classes_loaded The total number of classes that have been loaded since the JVM has started execution jvm_classes_loaded_total 24956.0 # TYPE jvm_classes_unloaded counter # HELP jvm_classes_unloaded The total number of classes that have been unloaded since the JVM has started execution jvm_classes_unloaded_total 23.0 # TYPE jvm_compilation_time_seconds counter # UNIT jvm_compilation_time_seconds seconds # HELP jvm_compilation_time_seconds The total time in seconds taken for HotSpot class compilation jvm_compilation_time_seconds_total 8.964 # TYPE jvm_gc_collection_seconds summary # UNIT jvm_gc_collection_seconds seconds # HELP jvm_gc_collection_seconds Time spent in a given JVM garbage collector in seconds. jvm_gc_collection_seconds_count{gc="G1 Concurrent GC"} 10 jvm_gc_collection_seconds_sum{gc="G1 Concurrent GC"} 0.021 jvm_gc_collection_seconds_count{gc="G1 Old Generation"} 0 jvm_gc_collection_seconds_sum{gc="G1 Old Generation"} 0.0 jvm_gc_collection_seconds_count{gc="G1 Young Generation"} 15 jvm_gc_collection_seconds_sum{gc="G1 Young Generation"} 0.24 # TYPE jvm_memory_committed_bytes gauge # UNIT jvm_memory_committed_bytes bytes # HELP jvm_memory_committed_bytes Committed (bytes) of a given JVM memory area. jvm_memory_committed_bytes{area="heap"} 8.589934592E9 jvm_memory_committed_bytes{area="nonheap"} 1.83238656E8 # TYPE jvm_memory_init_bytes gauge # UNIT jvm_memory_init_bytes bytes # HELP jvm_memory_init_bytes Initial bytes of a given JVM memory area. jvm_memory_init_bytes{area="heap"} 8.589934592E9 jvm_memory_init_bytes{area="nonheap"} 7667712.0 # TYPE jvm_memory_max_bytes gauge # UNIT jvm_memory_max_bytes bytes # HELP jvm_memory_max_bytes Max (bytes) of a given JVM memory area. jvm_memory_max_bytes{area="heap"} 1.2884901888E10 jvm_memory_max_bytes{area="nonheap"} -1.0 # TYPE jvm_memory_objects_pending_finalization gauge # HELP jvm_memory_objects_pending_finalization The number of objects waiting in the finalizer queue. jvm_memory_objects_pending_finalization 0.0 # TYPE jvm_memory_pool_allocated_bytes counter # HELP jvm_memory_pool_allocated_bytes Total bytes allocated in a given JVM memory pool. Only updated after GC, not continuously. jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'non-nmethods'"} 2103168.0 jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'non-profiled nmethods'"} 1.040896E7 jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'profiled nmethods'"} 3.7910784E7 jvm_memory_pool_allocated_bytes_total{pool="Compressed Class Space"} 1.7422856E7 jvm_memory_pool_allocated_bytes_total{pool="G1 Eden Space"} 1.4663286784E10 jvm_memory_pool_allocated_bytes_total{pool="G1 Old Gen"} 2.79787024E8 jvm_memory_pool_allocated_bytes_total{pool="G1 Survivor Space"} 7.4663472E7 jvm_memory_pool_allocated_bytes_total{pool="Metaspace"} 1.17341408E8 # TYPE jvm_memory_pool_collection_committed_bytes gauge # UNIT jvm_memory_pool_collection_committed_bytes bytes # HELP jvm_memory_pool_collection_committed_bytes Committed after last collection bytes of a given JVM memory pool. jvm_memory_pool_collection_committed_bytes{pool="G1 Eden Space"} 3.598712832E9 jvm_memory_pool_collection_committed_bytes{pool="G1 Old Gen"} 4.982833152E9 jvm_memory_pool_collection_committed_bytes{pool="G1 Survivor Space"} 8388608.0 # TYPE jvm_memory_pool_collection_init_bytes gauge # UNIT jvm_memory_pool_collection_init_bytes bytes # HELP jvm_memory_pool_collection_init_bytes Initial after last collection bytes of a given JVM memory pool. jvm_memory_pool_collection_init_bytes{pool="G1 Eden Space"} 2.575302656E9 jvm_memory_pool_collection_init_bytes{pool="G1 Old Gen"} 6.014631936E9 jvm_memory_pool_collection_init_bytes{pool="G1 Survivor Space"} 0.0 # TYPE jvm_memory_pool_collection_max_bytes gauge # UNIT jvm_memory_pool_collection_max_bytes bytes # HELP jvm_memory_pool_collection_max_bytes Max bytes after last collection of a given JVM memory pool. jvm_memory_pool_collection_max_bytes{pool="G1 Eden Space"} -1.0 jvm_memory_pool_collection_max_bytes{pool="G1 Old Gen"} 1.2884901888E10 jvm_memory_pool_collection_max_bytes{pool="G1 Survivor Space"} -1.0 # TYPE jvm_memory_pool_collection_used_bytes gauge # UNIT jvm_memory_pool_collection_used_bytes bytes # HELP jvm_memory_pool_collection_used_bytes Used bytes after last collection of a given JVM memory pool. jvm_memory_pool_collection_used_bytes{pool="G1 Eden Space"} 0.0 jvm_memory_pool_collection_used_bytes{pool="G1 Old Gen"} 2.59012104E8 jvm_memory_pool_collection_used_bytes{pool="G1 Survivor Space"} 58184.0 # TYPE jvm_memory_pool_committed_bytes gauge # UNIT jvm_memory_pool_committed_bytes bytes # HELP jvm_memory_pool_committed_bytes Committed bytes of a given JVM memory pool. jvm_memory_pool_committed_bytes{pool="CodeHeap 'non-nmethods'"} 2555904.0 jvm_memory_pool_committed_bytes{pool="CodeHeap 'non-profiled nmethods'"} 9895936.0 jvm_memory_pool_committed_bytes{pool="CodeHeap 'profiled nmethods'"} 3.4471936E7 jvm_memory_pool_committed_bytes{pool="Compressed Class Space"} 1.7891328E7 jvm_memory_pool_committed_bytes{pool="G1 Eden Space"} 3.598712832E9 jvm_memory_pool_committed_bytes{pool="G1 Old Gen"} 4.982833152E9 jvm_memory_pool_committed_bytes{pool="G1 Survivor Space"} 8388608.0 jvm_memory_pool_committed_bytes{pool="Metaspace"} 1.18423552E8 # TYPE jvm_memory_pool_init_bytes gauge # UNIT jvm_memory_pool_init_bytes bytes # HELP jvm_memory_pool_init_bytes Initial bytes of a given JVM memory pool. jvm_memory_pool_init_bytes{pool="CodeHeap 'non-nmethods'"} 2555904.0 jvm_memory_pool_init_bytes{pool="CodeHeap 'non-profiled nmethods'"} 2555904.0 jvm_memory_pool_init_bytes{pool="CodeHeap 'profiled nmethods'"} 2555904.0 jvm_memory_pool_init_bytes{pool="Compressed Class Space"} 0.0 jvm_memory_pool_init_bytes{pool="G1 Eden Space"} 2.575302656E9 jvm_memory_pool_init_bytes{pool="G1 Old Gen"} 6.014631936E9 jvm_memory_pool_init_bytes{pool="G1 Survivor Space"} 0.0 jvm_memory_pool_init_bytes{pool="Metaspace"} 0.0 # TYPE jvm_memory_pool_max_bytes gauge # UNIT jvm_memory_pool_max_bytes bytes # HELP jvm_memory_pool_max_bytes Max bytes of a given JVM memory pool. jvm_memory_pool_max_bytes{pool="CodeHeap 'non-nmethods'"} 5849088.0 jvm_memory_pool_max_bytes{pool="CodeHeap 'non-profiled nmethods'"} 1.22912768E8 jvm_memory_pool_max_bytes{pool="CodeHeap 'profiled nmethods'"} 1.22896384E8 jvm_memory_pool_max_bytes{pool="Compressed Class Space"} 1.073741824E9 jvm_memory_pool_max_bytes{pool="G1 Eden Space"} -1.0 jvm_memory_pool_max_bytes{pool="G1 Old Gen"} 1.2884901888E10 jvm_memory_pool_max_bytes{pool="G1 Survivor Space"} -1.0 jvm_memory_pool_max_bytes{pool="Metaspace"} -1.0 # TYPE jvm_memory_pool_used_bytes gauge # UNIT jvm_memory_pool_used_bytes bytes # HELP jvm_memory_pool_used_bytes Used bytes of a given JVM memory pool. jvm_memory_pool_used_bytes{pool="CodeHeap 'non-nmethods'"} 2103168.0 jvm_memory_pool_used_bytes{pool="CodeHeap 'non-profiled nmethods'"} 8346368.0 jvm_memory_pool_used_bytes{pool="CodeHeap 'profiled nmethods'"} 2.4399872E7 jvm_memory_pool_used_bytes{pool="Compressed Class Space"} 1.741428E7 jvm_memory_pool_used_bytes{pool="G1 Eden Space"} 5.8720256E8 jvm_memory_pool_used_bytes{pool="G1 Old Gen"} 2.59012104E8 jvm_memory_pool_used_bytes{pool="G1 Survivor Space"} 58184.0 jvm_memory_pool_used_bytes{pool="Metaspace"} 1.17315896E8 # TYPE jvm_memory_used_bytes gauge # UNIT jvm_memory_used_bytes bytes # HELP jvm_memory_used_bytes Used bytes of a given JVM memory area. jvm_memory_used_bytes{area="heap"} 8.46272848E8 jvm_memory_used_bytes{area="nonheap"} 1.69579584E8 # TYPE jvm_runtime info # HELP jvm_runtime JVM runtime info jvm_runtime_info{runtime="OpenJDK Runtime Environment",vendor="Azul Systems, Inc.",version="21.0.10+7-LTS"} 1 # TYPE jvm_threads_current gauge # HELP jvm_threads_current Current thread count of a JVM jvm_threads_current 32.0 # TYPE jvm_threads_daemon gauge # HELP jvm_threads_daemon Daemon thread count of a JVM jvm_threads_daemon 26.0 # TYPE jvm_threads_deadlocked gauge # HELP jvm_threads_deadlocked Cycles of JVM-threads that are in deadlock waiting to acquire object monitors or ownable synchronizers jvm_threads_deadlocked 0.0 # TYPE jvm_threads_deadlocked_monitor gauge # HELP jvm_threads_deadlocked_monitor Cycles of JVM-threads that are in deadlock waiting to acquire object monitors jvm_threads_deadlocked_monitor 0.0 # TYPE jvm_threads_peak gauge # HELP jvm_threads_peak Peak thread count of a JVM jvm_threads_peak 35.0 # TYPE jvm_threads_started counter # HELP jvm_threads_started Started thread count of a JVM jvm_threads_started_total 129.0 # TYPE jvm_threads_state gauge # HELP jvm_threads_state Current count of threads by state jvm_threads_state{state="BLOCKED"} 0.0 jvm_threads_state{state="NEW"} 0.0 jvm_threads_state{state="RUNNABLE"} 19.0 jvm_threads_state{state="TERMINATED"} 0.0 jvm_threads_state{state="TIMED_WAITING"} 11.0 jvm_threads_state{state="UNKNOWN"} 0.0 jvm_threads_state{state="WAITING"} 2.0 # TYPE minecraft_mobcaps gauge # HELP minecraft_mobcaps minecraft mobcaps data minecraft_mobcaps{type="AMBIENT",world="minecraft:overworld"} -1.0 minecraft_mobcaps{type="AMBIENT",world="minecraft:the_end"} -1.0 minecraft_mobcaps{type="AMBIENT",world="minecraft:the_nether"} -1.0 minecraft_mobcaps{type="AMBIENT_MAX",world="minecraft:overworld"} 0.0 minecraft_mobcaps{type="AMBIENT_MAX",world="minecraft:the_end"} 0.0 minecraft_mobcaps{type="AMBIENT_MAX",world="minecraft:the_nether"} 0.0 minecraft_mobcaps{type="AXOLOTLS",world="minecraft:overworld"} -1.0 minecraft_mobcaps{type="AXOLOTLS",world="minecraft:the_end"} -1.0 minecraft_mobcaps{type="AXOLOTLS",world="minecraft:the_nether"} -1.0 minecraft_mobcaps{type="AXOLOTLS_MAX",world="minecraft:overworld"} 0.0 minecraft_mobcaps{type="AXOLOTLS_MAX",world="minecraft:the_end"} 0.0 minecraft_mobcaps{type="AXOLOTLS_MAX",world="minecraft:the_nether"} 0.0 minecraft_mobcaps{type="CREATURE",world="minecraft:overworld"} 21.0 minecraft_mobcaps{type="CREATURE",world="minecraft:the_end"} -1.0 minecraft_mobcaps{type="CREATURE",world="minecraft:the_nether"} -1.0 minecraft_mobcaps{type="CREATURE_MAX",world="minecraft:overworld"} 0.0 minecraft_mobcaps{type="CREATURE_MAX",world="minecraft:the_end"} 0.0 minecraft_mobcaps{type="CREATURE_MAX",world="minecraft:the_nether"} 0.0 minecraft_mobcaps{type="MISC",world="minecraft:overworld"} -1.0 minecraft_mobcaps{type="MISC",world="minecraft:the_end"} -1.0 minecraft_mobcaps{type="MISC",world="minecraft:the_nether"} -1.0 minecraft_mobcaps{type="MISC_MAX",world="minecraft:overworld"} 0.0 minecraft_mobcaps{type="MISC_MAX",world="minecraft:the_end"} 0.0 minecraft_mobcaps{type="MISC_MAX",world="minecraft:the_nether"} 0.0 minecraft_mobcaps{type="MONSTER",world="minecraft:overworld"} -1.0 minecraft_mobcaps{type="MONSTER",world="minecraft:the_end"} -1.0 minecraft_mobcaps{type="MONSTER",world="minecraft:the_nether"} -1.0 minecraft_mobcaps{type="MONSTER_MAX",world="minecraft:overworld"} 0.0 minecraft_mobcaps{type="MONSTER_MAX",world="minecraft:the_end"} 0.0 minecraft_mobcaps{type="MONSTER_MAX",world="minecraft:the_nether"} 0.0 minecraft_mobcaps{type="UNDERGROUND_WATER_CREATURE",world="minecraft:overworld"} -1.0 minecraft_mobcaps{type="UNDERGROUND_WATER_CREATURE",world="minecraft:the_end"} -1.0 minecraft_mobcaps{type="UNDERGROUND_WATER_CREATURE",world="minecraft:the_nether"} -1.0 minecraft_mobcaps{type="UNDERGROUND_WATER_CREATURE_MAX",world="minecraft:overworld"} 0.0 minecraft_mobcaps{type="UNDERGROUND_WATER_CREATURE_MAX",world="minecraft:the_end"} 0.0 minecraft_mobcaps{type="UNDERGROUND_WATER_CREATURE_MAX",world="minecraft:the_nether"} 0.0 minecraft_mobcaps{type="WATER_AMBIENT",world="minecraft:overworld"} -1.0 minecraft_mobcaps{type="WATER_AMBIENT",world="minecraft:the_end"} -1.0 minecraft_mobcaps{type="WATER_AMBIENT",world="minecraft:the_nether"} -1.0 minecraft_mobcaps{type="WATER_AMBIENT_MAX",world="minecraft:overworld"} 0.0 minecraft_mobcaps{type="WATER_AMBIENT_MAX",world="minecraft:the_end"} 0.0 minecraft_mobcaps{type="WATER_AMBIENT_MAX",world="minecraft:the_nether"} 0.0 minecraft_mobcaps{type="WATER_CREATURE",world="minecraft:overworld"} -1.0 minecraft_mobcaps{type="WATER_CREATURE",world="minecraft:the_end"} -1.0 minecraft_mobcaps{type="WATER_CREATURE",world="minecraft:the_nether"} -1.0 minecraft_mobcaps{type="WATER_CREATURE_MAX",world="minecraft:overworld"} 0.0 minecraft_mobcaps{type="WATER_CREATURE_MAX",world="minecraft:the_end"} 0.0 minecraft_mobcaps{type="WATER_CREATURE_MAX",world="minecraft:the_nether"} 0.0 # TYPE minecraft_players_online gauge # HELP minecraft_players_online Online players minecraft_players_online{type="FAKE",world="minecraft:overworld"} 0.0 minecraft_players_online{type="FAKE",world="minecraft:the_end"} 0.0 minecraft_players_online{type="FAKE",world="minecraft:the_nether"} 0.0 minecraft_players_online{type="REAL",world="minecraft:overworld"} 0.0 minecraft_players_online{type="REAL",world="minecraft:the_end"} 0.0 minecraft_players_online{type="REAL",world="minecraft:the_nether"} 0.0 # TYPE minecraft_tick gauge # HELP minecraft_tick server mspt and tps minecraft_tick{type="BASE"} 50.0 minecraft_tick{type="mspt"} 50.0 minecraft_tick{type="tps"} 20.0 # TYPE process_cpu_seconds counter # UNIT process_cpu_seconds seconds # HELP process_cpu_seconds Total user and system CPU time spent in seconds. process_cpu_seconds_total 2.01843159E8 # TYPE process_max_fds gauge # HELP process_max_fds Maximum number of open file descriptors. process_max_fds 1048576.0 # TYPE process_open_fds gauge # HELP process_open_fds Number of open file descriptors. process_open_fds 270.0 # TYPE process_start_time_seconds gauge # UNIT process_start_time_seconds seconds # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. process_start_time_seconds 1.771987161483E9 # EOF