view src/app/components/jvm-info/jvm-memory/en.locale.yaml @ 272:b35a283eb016

Add resident memory timeseries chart to jvm-memory Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025532.html
author Andrew Azores <aazores@redhat.com>
date Thu, 26 Oct 2017 09:47:58 -0400
parents 597d7d7e0aff
children
line wrap: on
line source

jvmMemory:

  REFRESH_RATE_LABEL: Refresh Rate
  MAX_DATA_AGE_LABEL: Max Data Age

  RESIDENT: Resident Set Size
  METASPACE: Metaspace
  COLLECTOR: '{{name}} generation ({{collector}} collector)'
  SPACE: Space {{index}}
  X_AXIS_LABEL: Time
  Y_AXIS_LABEL_B: Bytes
  Y_AXIS_LABEL_KB: Kibibytes

  refresh:
    DISABLED: Disabled
    SECONDS: '{SECONDS, plural, =0{0 Seconds} one{1 Second} other{# Seconds}}{DEFAULT, select, true{ (Default)} other{}}'

  dataAge:
    SECONDS: '{SECONDS, plural, =0{0 Seconds} one{1 Second} other{# Seconds}}{DEFAULT, select, true{ (Default)} other{}}'
    MINUTES: '{MINUTES, plural, =0{0 Minutes} one{1 Minute} other{# Minutes}}{DEFAULT, select, true{ (Default)} other{}}'