view vm-shenandoah/client-swing/src/main/resources/com/redhat/thermostat/vm/shenandoah/client/swing/internal/locale/strings.properties @ 2617:f06bab050620

Add vm-shenandoah plugin Provides a shenandoahvisualizer-based visualization of memory regions and GC status for Shenandoah. See http://icedtea.classpath.org/people/rkennke/shenandoahvisualizer Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-March/022332.html
author Andrew Azores <aazores@redhat.com>
date Mon, 06 Mar 2017 09:38:30 -0500
parents
children
line wrap: on
line source

UNUSED_REGION_LABEL=Unused
EMPTY_REGION_LABEL=Empty
HALF_USED_REGION_LABEL=1/2 Used
FULLY_USED_REGION_LABEL=Fully Used
FULLY_USED_RECENTLY_ALLOCATED_REGION_LABEL=Fully Used, Recently Allocated
FULLY_LIVE_REGION_LABEL=Fully Live
FULLY_LIVE_HUMONGOUS_REGION_LABEL=Fully Live + Humongous
THIRD_LIVE_REGION_LABEL=1/3 Live
THIRD_LIVE_COLLECITON_SET_REGION_LABEL=1/3 Live + In Collection Set
THIRD_LIVE_PINNED_REGION_LABEL=1/3 Live + Pinned

MARKING_STATUS=marking
EVACUATING_STATUS=evacuating
MARKING_AND_EVACUATING_STATUS=marking, evacuating
IDLE_STATUS=idle

TIME_STAT_LABEL=Time: {0}
STATUS_STAT_LABEL=Status: {0}
TOTAL_STAT_LABEL=Total: {0} KB
USED_STAT_LABEL=Used: {0} KB
LIVE_STAT_LABEL=Live: {0} KB