< prev index next >

core/org.openjdk.jmc.flightrecorder/src/main/resources/org/openjdk/jmc/flightrecorder/jdk/messages/internal/messages.properties

Print this page




 190 ATTR_GC_METASPACE_RESERVED=Metaspace : Reserved
 191 ATTR_GC_METASPACE_RESERVED_DESC=Memory reserved for the metaspace
 192 ATTR_GC_METASPACE_USED=Metaspace : Used
 193 ATTR_GC_METASPACE_USED_DESC=Memory allocated by objects in the metaspace
 194 ATTR_OS_MEMORY_TOTAL=Total Size
 195 ATTR_OS_MEMORY_TOTAL_DESC=Total amount of physical memory available to OS
 196 ATTR_OS_MEMORY_USED=Used Size
 197 ATTR_OS_MEMORY_USED_DESC=Total amount of physical memory in use
 198 ATTR_FLAG_NAME=Name
 199 ATTR_FLAG_ORIGIN=Origin
 200 ATTR_FLAG_VALUE_NUMBER=Value
 201 ATTR_FLAG_VALUE_BOOLEAN=Value
 202 ATTR_FLAG_VALUE_TEXT=Value
 203 ATTR_THREAD_DUMP_RESULT=Thread Dump
 204 ATTR_CLASSLOADER_LOADED_COUNT=Loaded Class Count
 205 ATTR_CLASSLOADER_LOADED_COUNT_DESC=Number of classes loaded since JVM start
 206 ATTR_CLASSLOADER_UNLOADED_COUNT=Unloaded Class Count
 207 ATTR_CLASSLOADER_UNLOADED_COUNT_DESC=Number of classes unloaded since JVM start
 208 ATTR_CLASS_DEFINING_CLASSLOADER=Defining Class Loader
 209 ATTR_CLASS_INITIATING_CLASSLOADER=Initiating Class Loader

 210 ATTR_CLASS_LOADED=Loaded Class
 211 ATTR_CLASS_UNLOADED=Unloaded Class
 212 ATTR_COMPILER_COMPILATION_ID=Compilation ID
 213 ATTR_COMPILER_CODE_SIZE=Compilation Code Size
 214 ATTR_COMPILER_INLINED_SIZE=Inlined Code Size
 215 ATTR_COMPILER_METHOD=Java Method
 216 ATTR_COMPILER_METHOD_HUMAN=Java Method
 217 ATTR_COMPILER_METHOD_HUMAN_DESC=Human readable representation of a java method
 218 ATTR_COMPILER_FAILED_MESSAGE=Message
 219 ATTR_COMPILER_STANDARD_COUNT=Standard Compilations
 220 ATTR_COMPILER_OSR_COUNT=OSR Compilations
 221 ATTR_COMPILER_COMPILATION_LEVEL=Compilation Level
 222 ATTR_COMPILER_COMPILATION_SUCCEEDED=Compilation Succeeded
 223 ATTR_COMPILER_IS_OSR=On Stack Replacemnt
 224 ATTR_START_ADDRESS=Start Address
 225 ATTR_COMMITTED_TOP=Committed Top Address
 226 ATTR_RESERVED_TOP=Reserved Top Address
 227 ATTR_ENTRIES=Entries
 228 ATTR_METHODS=Methods
 229 ATTR_ADAPTORS=Adaptors


 293 ATTR_STACK_TRACE_STRING_DESC=String representation of the full stack trace
 294 ATTR_STACK_TRACE_PACKAGE=Top Package
 295 ATTR_STACK_TRACE_PACKAGE_DESC=The package the method on top of the stack belongs to.
 296 ATTR_STACK_TRACE_FRAME=Top Frame
 297 ATTR_STACK_TRACE_FRAME_DESC=The frame on the top of the stack.
 298 ATTR_STACK_TRACE_BOTTOM_FRAME=Root Frame
 299 ATTR_STACK_TRACE_BOTTOM_FRAME_DESC=The frame at the bottom of the stack. This can be the root method, depending on the stack depth.
 300 ATTR_STACK_TRACE_CLASS=Top Class
 301 ATTR_STACK_TRACE_CLASS_DESC=The class the method on top of the stack belongs to.
 302 ATTR_STACK_TRACE_METHOD=Top Method
 303 ATTR_STACK_TRACE_METHOD_DESC=The method on top of the stack.
 304 ATTR_STACK_TRACE_BOTTOM_METHOD=Root Method
 305 ATTR_STACK_TRACE_BOTTOM_METHOD_DESC=The method at the bottom of the stack. This can be the root method, depending on the stack depth.
 306 ATTR_STACK_TRACE_DEPTH=Depth
 307 ATTR_STACK_TRACE_DEPTH_DESC=The depth of the stack trace.
 308 ATTR_JVM_TOTAL=JVM + Application
 309 ATTR_JVM_TOTAL_DESC=Total CPU used by the JVM process
 310 ATTR_IO_PORT_ON_ADDRESS=Remote Address and Port
 311 ATTR_EXCEPTION_THROWNCLASS_NAME=Class Name
 312 ATTR_EXCEPTION_THROWNCLASS_NAME_DESC=The class name of the thrown class










 313 
 314 AGGR_MAX_USED_MEMORY=Maximum used memory
 315 AGGR_MIN_TOTAL_MEMORY=Available physical memory
 316 AGGR_ADDRESSES_COUNT=Addresses
 317 AGGR_ADDRESSES_COUNT_DESC=Number of unique addresses
 318 AGGR_AVG_HEAP_USED_AFTER_GC=Average Heap Used After GC
 319 AGGR_AVG_HEAP_USED_BEFORE_GC=Average Heap Used Before GC
 320 AGGR_OBJECT_COUNT_MAX_SIZE=Max Live Size
 321 AGGR_OBJECT_COUNT_MAX_SIZE_DESC=An estimate of the maximum size of all instances after garbage collection
 322 AGGR_OBJECT_COUNT_MAX_INSTANCES=Max Live Count
 323 AGGR_OBJECT_COUNT_MAX_INSTANCES_DESC=An estimate of the maximum number of instances after garbage collection
 324 AGGR_UNLOCK_EXPERIMENTAL_VM_OPTIONS=Unlock Experimental VM Options
 325 AGGR_IGNORE_UNRECOGNIZED_VM_OPTIONS=Ignore Unrecognized VM Options
 326 AGGR_ITEM_COUNT=Event Count
 327 AGGR_ITEM_COUNT_DESC=Total number of events
 328 AGGR_LARGEST_MAX_HEAP_SIZE_FROM_FLAG=Max Heap Size
 329 AGGR_LAST_ATTRIBUTE=Last {0}
 330 AGGR_LAST_ATTRIBUTE_DESC=The last value of {0} encountered
 331 AGGR_USING_COMPRESSED_OOPS=Using Compressed Oops
 332 AGGR_OUTSIDE_TLAB_COUNT=Outside TLAB Count




 190 ATTR_GC_METASPACE_RESERVED=Metaspace : Reserved
 191 ATTR_GC_METASPACE_RESERVED_DESC=Memory reserved for the metaspace
 192 ATTR_GC_METASPACE_USED=Metaspace : Used
 193 ATTR_GC_METASPACE_USED_DESC=Memory allocated by objects in the metaspace
 194 ATTR_OS_MEMORY_TOTAL=Total Size
 195 ATTR_OS_MEMORY_TOTAL_DESC=Total amount of physical memory available to OS
 196 ATTR_OS_MEMORY_USED=Used Size
 197 ATTR_OS_MEMORY_USED_DESC=Total amount of physical memory in use
 198 ATTR_FLAG_NAME=Name
 199 ATTR_FLAG_ORIGIN=Origin
 200 ATTR_FLAG_VALUE_NUMBER=Value
 201 ATTR_FLAG_VALUE_BOOLEAN=Value
 202 ATTR_FLAG_VALUE_TEXT=Value
 203 ATTR_THREAD_DUMP_RESULT=Thread Dump
 204 ATTR_CLASSLOADER_LOADED_COUNT=Loaded Class Count
 205 ATTR_CLASSLOADER_LOADED_COUNT_DESC=Number of classes loaded since JVM start
 206 ATTR_CLASSLOADER_UNLOADED_COUNT=Unloaded Class Count
 207 ATTR_CLASSLOADER_UNLOADED_COUNT_DESC=Number of classes unloaded since JVM start
 208 ATTR_CLASS_DEFINING_CLASSLOADER=Defining Class Loader
 209 ATTR_CLASS_INITIATING_CLASSLOADER=Initiating Class Loader
 210 ATTR_CLASS_DEFINED=Defined Class
 211 ATTR_CLASS_LOADED=Loaded Class
 212 ATTR_CLASS_UNLOADED=Unloaded Class
 213 ATTR_COMPILER_COMPILATION_ID=Compilation ID
 214 ATTR_COMPILER_CODE_SIZE=Compilation Code Size
 215 ATTR_COMPILER_INLINED_SIZE=Inlined Code Size
 216 ATTR_COMPILER_METHOD=Java Method
 217 ATTR_COMPILER_METHOD_HUMAN=Java Method
 218 ATTR_COMPILER_METHOD_HUMAN_DESC=Human readable representation of a java method
 219 ATTR_COMPILER_FAILED_MESSAGE=Message
 220 ATTR_COMPILER_STANDARD_COUNT=Standard Compilations
 221 ATTR_COMPILER_OSR_COUNT=OSR Compilations
 222 ATTR_COMPILER_COMPILATION_LEVEL=Compilation Level
 223 ATTR_COMPILER_COMPILATION_SUCCEEDED=Compilation Succeeded
 224 ATTR_COMPILER_IS_OSR=On Stack Replacemnt
 225 ATTR_START_ADDRESS=Start Address
 226 ATTR_COMMITTED_TOP=Committed Top Address
 227 ATTR_RESERVED_TOP=Reserved Top Address
 228 ATTR_ENTRIES=Entries
 229 ATTR_METHODS=Methods
 230 ATTR_ADAPTORS=Adaptors


 294 ATTR_STACK_TRACE_STRING_DESC=String representation of the full stack trace
 295 ATTR_STACK_TRACE_PACKAGE=Top Package
 296 ATTR_STACK_TRACE_PACKAGE_DESC=The package the method on top of the stack belongs to.
 297 ATTR_STACK_TRACE_FRAME=Top Frame
 298 ATTR_STACK_TRACE_FRAME_DESC=The frame on the top of the stack.
 299 ATTR_STACK_TRACE_BOTTOM_FRAME=Root Frame
 300 ATTR_STACK_TRACE_BOTTOM_FRAME_DESC=The frame at the bottom of the stack. This can be the root method, depending on the stack depth.
 301 ATTR_STACK_TRACE_CLASS=Top Class
 302 ATTR_STACK_TRACE_CLASS_DESC=The class the method on top of the stack belongs to.
 303 ATTR_STACK_TRACE_METHOD=Top Method
 304 ATTR_STACK_TRACE_METHOD_DESC=The method on top of the stack.
 305 ATTR_STACK_TRACE_BOTTOM_METHOD=Root Method
 306 ATTR_STACK_TRACE_BOTTOM_METHOD_DESC=The method at the bottom of the stack. This can be the root method, depending on the stack depth.
 307 ATTR_STACK_TRACE_DEPTH=Depth
 308 ATTR_STACK_TRACE_DEPTH_DESC=The depth of the stack trace.
 309 ATTR_JVM_TOTAL=JVM + Application
 310 ATTR_JVM_TOTAL_DESC=Total CPU used by the JVM process
 311 ATTR_IO_PORT_ON_ADDRESS=Remote Address and Port
 312 ATTR_EXCEPTION_THROWNCLASS_NAME=Class Name
 313 ATTR_EXCEPTION_THROWNCLASS_NAME_DESC=The class name of the thrown class
 314 ATTR_ANONYMOUS_BLOCK_SIZE=Anonymous Block Size
 315 ATTR_ANONYMOUS_CHUNK_SIZE=Anonymous Chunk Size
 316 ATTR_ANONYMOUS_CLASS_COUNT=Anonymous Class Count
 317 ATTR_BLOCK_SIZE=Block Size
 318 ATTR_CHUNK_SIZE=Chunk Size
 319 ATTR_CLASS_COUNT=Class Count
 320 ATTR_CLASSLOADER_DATA=Classloader Data Pointer
 321 ATTR_PARENT_CLASSLOADER=Parent Class Loader
 322 ATTR_CLASSLOADER=Class Loader
 323 
 324 
 325 AGGR_MAX_USED_MEMORY=Maximum used memory
 326 AGGR_MIN_TOTAL_MEMORY=Available physical memory
 327 AGGR_ADDRESSES_COUNT=Addresses
 328 AGGR_ADDRESSES_COUNT_DESC=Number of unique addresses
 329 AGGR_AVG_HEAP_USED_AFTER_GC=Average Heap Used After GC
 330 AGGR_AVG_HEAP_USED_BEFORE_GC=Average Heap Used Before GC
 331 AGGR_OBJECT_COUNT_MAX_SIZE=Max Live Size
 332 AGGR_OBJECT_COUNT_MAX_SIZE_DESC=An estimate of the maximum size of all instances after garbage collection
 333 AGGR_OBJECT_COUNT_MAX_INSTANCES=Max Live Count
 334 AGGR_OBJECT_COUNT_MAX_INSTANCES_DESC=An estimate of the maximum number of instances after garbage collection
 335 AGGR_UNLOCK_EXPERIMENTAL_VM_OPTIONS=Unlock Experimental VM Options
 336 AGGR_IGNORE_UNRECOGNIZED_VM_OPTIONS=Ignore Unrecognized VM Options
 337 AGGR_ITEM_COUNT=Event Count
 338 AGGR_ITEM_COUNT_DESC=Total number of events
 339 AGGR_LARGEST_MAX_HEAP_SIZE_FROM_FLAG=Max Heap Size
 340 AGGR_LAST_ATTRIBUTE=Last {0}
 341 AGGR_LAST_ATTRIBUTE_DESC=The last value of {0} encountered
 342 AGGR_USING_COMPRESSED_OOPS=Using Compressed Oops
 343 AGGR_OUTSIDE_TLAB_COUNT=Outside TLAB Count


< prev index next >