view vm-gc/client-core/src/main/resources/com/redhat/thermostat/vm/gc/client/locale/strings.properties @ 1813:9fbab9775a44

Add "Perform GC" button to GC tab See also: http://icedtea.classpath.org/pipermail/thermostat/2015-June/014335.html http://icedtea.classpath.org/pipermail/thermostat/2015-September/016405.html Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-September/016548.html PR2655
author Andrew Azores <aazores@redhat.com>
date Mon, 28 Sep 2015 16:46:40 -0400
parents d1b1dd94a100
children
line wrap: on
line source

GARBAGE_COLLECTION = Garbage Collection
YOUNG_GEN = Young
EDEN_GEN = Eden
S0_GEN = Survivor 0
S1_GEN = Survivor 1
OLD_GEN = Tenured
PERM_GEN = Permanent
UNKNOWN_GEN = Unknown
SOME_GENERATION = {0} Generation

VM_INFO_TAB_GC = GC

VM_GC_TITLE = Garbage Collection in the VM
VM_GC_COLLECTOR_OVER_GENERATION = Collector {0} running on {1}
VM_GC_COLLECTOR_CHART_REAL_TIME_LABEL = Time
VM_GC_COLLECTOR_CHART_GC_TIME_LABEL = GC Time ({0})
VM_GC_CONFIGURED_COLLECTOR = Configured Garbage Collector:

ERROR_PERFORMING_GC = Error performing Garbage Collection (agent: {0}, vm: {1})