plugin.properties 2.1 KB

1234567891011121314151617181920212223242526
  1. TAB_TRIGGER_NAME=Triggers
  2. TRIGGER_RULES=Trigger Rules
  3. TRIGGER_ACTION_DUMP_JFR_DESCRIPTION=This action will dump flight recorder data to a local file and then attempt to open it. This action only works when connected to JDK 7u4 or later JVMs and when at least one recording is active.
  4. TRIGGER_ACTION_DUMP_JFR_NAME=Dump Flight Recording
  5. TRIGGER_ACTION_DUMP_JFR_FILE_DESCRIPTION=This is the destination to which you want to download the Flight Recorder dump.
  6. TRIGGER_ACTION_DUMP_JFR_FILE=File
  7. TRIGGER_ACTION_DUMP_JFR_TIMERANGE_LABEL=Time
  8. TRIGGER_ACTION_DUMP_JFR_TIMERANGE_DESCRIPTION=This is how far back you want to get data for. Normally a minute or so should provide enough information.
  9. TRIGGER_ACTION_DUMP_JFR_OPEN_LABEL=Open automatically
  10. TRIGGER_ACTION_DUMP_JFR_OPEN_DESCRIPTION=Enable if you want the flight recording to be opened automatically after it has been dumped.
  11. TRIGGER_ACTION_START_CONT_JFR_DESCRIPTION=This action will start a continuous flight recording. This action only works when connected to Java 7u4 or later JVMs.
  12. TRIGGER_ACTION_START_CONT_JFR_NAME=Start Continuous Flight Recording
  13. TRIGGER_ACTION_START_CONT_JFR_NAME_DESCRIPTION=This is the name of the recording.
  14. TRIGGER_ACTION_START_CONT_JFR_NAME_LABEL=Recording
  15. TRIGGER_ACTION_START_TIME_JFR_DESCRIPTION=This action will start a time limited flight recording. This action only works when connected to Java 7u4 or later JVMs.
  16. TRIGGER_ACTION_START_TIME_JFR_NAME=Start Time Limited Flight Recording
  17. TRIGGER_ACTION_START_TIME_JFR_NAME_DESCRIPTION=This is the name of the recording.
  18. TRIGGER_ACTION_START_TIME_JFR_NAME_LABEL=Recording
  19. TRIGGER_ACTION_START_TIME_JFR_FILE_DESCRIPTION=This is the destination to which you want to download the Flight Recorder dump.
  20. TRIGGER_ACTION_START_TIME_JFR_FILE=File
  21. TRIGGER_ACTION_START_TIME_JFR_TIMERANGE_LABEL=Time
  22. TRIGGER_ACTION_START_TIME_JFR_TIMERANGE_DESCRIPTION=This is how long you want the flight recording to be.
  23. TRIGGER_ACTION_START_TIME_JFR_OPEN_LABEL=Open automatically
  24. TRIGGER_ACTION_START_TIME_JFR_OPEN_DESCRIPTION=Enable if you want the flight recording to be opened automatically when it is finished.