jinlin
2025-03-01 86f02fee03614fef275c6e0c355d73318ca3025e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TAB_TRIGGER_NAME=Triggers
TRIGGER_RULES=Trigger Rules
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.
TRIGGER_ACTION_DUMP_JFR_NAME=Dump Flight Recording
TRIGGER_ACTION_DUMP_JFR_FILE_DESCRIPTION=This is the destination to which you want to download the Flight Recorder dump.
TRIGGER_ACTION_DUMP_JFR_FILE=File
TRIGGER_ACTION_DUMP_JFR_TIMERANGE_LABEL=Time 
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.
TRIGGER_ACTION_DUMP_JFR_OPEN_LABEL=Open automatically
TRIGGER_ACTION_DUMP_JFR_OPEN_DESCRIPTION=Enable if you want the flight recording to be opened automatically after it has been dumped.
 
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.
TRIGGER_ACTION_START_CONT_JFR_NAME=Start Continuous Flight Recording
TRIGGER_ACTION_START_CONT_JFR_NAME_DESCRIPTION=This is the name of the recording.
TRIGGER_ACTION_START_CONT_JFR_NAME_LABEL=Recording
 
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.
TRIGGER_ACTION_START_TIME_JFR_NAME=Start Time Limited Flight Recording
TRIGGER_ACTION_START_TIME_JFR_NAME_DESCRIPTION=This is the name of the recording.
TRIGGER_ACTION_START_TIME_JFR_NAME_LABEL=Recording
TRIGGER_ACTION_START_TIME_JFR_FILE_DESCRIPTION=This is the destination to which you want to download the Flight Recorder dump.
TRIGGER_ACTION_START_TIME_JFR_FILE=File
TRIGGER_ACTION_START_TIME_JFR_TIMERANGE_LABEL=Time
TRIGGER_ACTION_START_TIME_JFR_TIMERANGE_DESCRIPTION=This is how long you want the flight recording to be.
TRIGGER_ACTION_START_TIME_JFR_OPEN_LABEL=Open automatically
TRIGGER_ACTION_START_TIME_JFR_OPEN_DESCRIPTION=Enable if you want the flight recording to be opened automatically when it is finished.