[source,plain,options="nowrap"] ---- # HELP jvm_memory_committed_bytes The amount of memory in bytes that is committed for the Java virtual machine to use # TYPE jvm_memory_committed_bytes gauge jvm_memory_committed_bytes{area="heap",id="G1 Eden Space"} 3.8797312E7 jvm_memory_committed_bytes{area="heap",id="G1 Old Gen"} 1.14294784E8 jvm_memory_committed_bytes{area="heap",id="G1 Survivor Space"} 4194304.0 jvm_memory_committed_bytes{area="nonheap",id="CodeHeap 'non-nmethods'"} 2555904.0 jvm_memory_committed_bytes{area="nonheap",id="CodeHeap 'non-profiled nmethods'"} 6750208.0 jvm_memory_committed_bytes{area="nonheap",id="CodeHeap 'profiled nmethods'"} 2.097152E7 jvm_memory_committed_bytes{area="nonheap",id="Compressed Class Space"} 1.212416E7 jvm_memory_committed_bytes{area="nonheap",id="Metaspace"} 8.84736E7 # HELP jvm_memory_used_bytes The amount of used memory # TYPE jvm_memory_used_bytes gauge jvm_memory_used_bytes{area="heap",id="G1 Eden Space"} 3.4603008E7 jvm_memory_used_bytes{area="heap",id="G1 Old Gen"} 8.4153856E7 jvm_memory_used_bytes{area="heap",id="G1 Survivor Space"} 3465120.0 jvm_memory_used_bytes{area="nonheap",id="CodeHeap 'non-nmethods'"} 1444352.0 jvm_memory_used_bytes{area="nonheap",id="CodeHeap 'non-profiled nmethods'"} 6704896.0 jvm_memory_used_bytes{area="nonheap",id="CodeHeap 'profiled nmethods'"} 2.09216E7 jvm_memory_used_bytes{area="nonheap",id="Compressed Class Space"} 1.1714128E7 jvm_memory_used_bytes{area="nonheap",id="Metaspace"} 8.761988E7 ----