< prev index next >

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

Print this page




 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




 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 ATTR_SHUTDOWN_REASON=Shutdown Reason
 324 ATTR_SHUTDOWN_REASON_DESC=Reason for VM Shutdown
 325 ATTR_SHUTDOWN_TIME=Shutdown Time
 326 
 327 
 328 AGGR_MAX_USED_MEMORY=Maximum used memory
 329 AGGR_MIN_TOTAL_MEMORY=Available physical memory
 330 AGGR_ADDRESSES_COUNT=Addresses
 331 AGGR_ADDRESSES_COUNT_DESC=Number of unique addresses
 332 AGGR_AVG_HEAP_USED_AFTER_GC=Average Heap Used After GC
 333 AGGR_AVG_HEAP_USED_BEFORE_GC=Average Heap Used Before GC
 334 AGGR_OBJECT_COUNT_MAX_SIZE=Max Live Size
 335 AGGR_OBJECT_COUNT_MAX_SIZE_DESC=An estimate of the maximum size of all instances after garbage collection
 336 AGGR_OBJECT_COUNT_MAX_INSTANCES=Max Live Count
 337 AGGR_OBJECT_COUNT_MAX_INSTANCES_DESC=An estimate of the maximum number of instances after garbage collection
 338 AGGR_UNLOCK_EXPERIMENTAL_VM_OPTIONS=Unlock Experimental VM Options
 339 AGGR_IGNORE_UNRECOGNIZED_VM_OPTIONS=Ignore Unrecognized VM Options
 340 AGGR_ITEM_COUNT=Event Count
 341 AGGR_ITEM_COUNT_DESC=Total number of events
 342 AGGR_LARGEST_MAX_HEAP_SIZE_FROM_FLAG=Max Heap Size
 343 AGGR_LAST_ATTRIBUTE=Last {0}
 344 AGGR_LAST_ATTRIBUTE_DESC=The last value of {0} encountered
 345 AGGR_USING_COMPRESSED_OOPS=Using Compressed Oops


< prev index next >