Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c2a141b824ace2a171f2f7c5837d3279ff97086a (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
###############################################################################
# Copyright (c) 2012, 2018 Red Hat.
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     Red Hat - Sami Wagiaalla
###############################################################################

SystemTapScriptGraphOptionsTab_cantInitializeTab=Unable to initialize launch configuration tab
SystemTapScriptGraphOptionsTab_graphOutputRun=Graph the output of this script run
SystemTapScriptGraphOptionsTab_graphOutput=Graph the output of the script
SystemTapScriptGraphOptionsTab_outputLabel=Output Parsing:
SystemTapScriptGraphOptionsTab_emptyGroup=Cannot parse an empty string: remove '()'
SystemTapScriptGraphOptionsTab_graphingTitle=Graphing
SystemTapScriptGraphOptionsTab_deletedGraphData=At least one graph created for this expression rely on column data that has been deleted. Either re-add the columns or edit the affected graphs.
SystemTapScriptGraphOptionsTab_noGroups=Please designate the output to graph from this regular expression. Do so by placing parentheses () around what you want to graph.
SystemTapScriptGraphOptionsTab_badGraphID=At least one graph created for this expression uses an outdated graph type. Please reselect it by editing the graph.

SystemTapScriptGraphOptionsTab_AddGraphButton=Add...
SystemTapScriptGraphOptionsTab_AddGraphButtonToolTip=Add a new graph
SystemTapScriptGraphOptionsTab_DuplicateGraphButton=Duplicate
SystemTapScriptGraphOptionsTab_DuplicateGraphButtonToolTip=Create a duplicate of the selected graph
SystemTapScriptGraphOptionsTab_EditGraphButton=Edit...
SystemTapScriptGraphOptionsTab_EditGraphButtonToolTip=Edit the selected graph
SystemTapScriptGraphOptionsTab_columnTitle=Title
SystemTapScriptGraphOptionsTab_extractedValueLabel=Sample Extracted Value
SystemTapScriptGraphOptionsTab_columnShiftUp=\u2191
SystemTapScriptGraphOptionsTab_columnShiftDown=\u2193
SystemTapScriptGraphOptionsTab_defaultColumnTitleBase=Column {0}
SystemTapScriptGraphOptionsTab_RemoveGraphButton=Remove
SystemTapScriptGraphOptionsTab_RemoveGraphButtonToolTip=Remove the selected graph
SystemTapScriptGraphOptionsTab_invalidGraph=<Invalid>
SystemTapScriptGraphOptionsTab_invalidGraphID=<Unknown>
SystemTapScriptGraphOptionsTab_regexErrorMsgFormat=Expression "{0}": {1}
SystemTapScriptGraphOptionsTab_regexLabel=Regular Expression:
SystemTapScriptGraphOptionsTab_regexTooltip=Enter a regular expression that will match your expected output. Then add brackets around the values you would like to capture.\n\
For example to extract reads and writes from the string\n\
  "read: 456 write: 789"\n\
use\n\
  "read: (\\d+) write: (\\d+)"\n\
  Note that you may use any number of unique regular expressions to capture multiple formats of data from your output.
SystemTapScriptGraphOptionsTab_regexAddNew=New Regular Expression...
SystemTapScriptGraphOptionsTab_regexRemove=Delete
SystemTapScriptGraphOptionsTab_graphSetTitleBase=Graph Set {0}

SystemTapScriptGraphOptionsTab_removeRegexTitle=Delete Regular Expression
SystemTapScriptGraphOptionsTab_removeRegexAsk=Are you sure you want to delete the regular expression "{0}"?

SystemTapScriptGraphOptionsTab_sampleOutputLabel=Sample Output:
SystemTapScriptGraphOptionsTab_sampleOutputTooltip=Enter a line of output similar to what your script will produce to test out the parsing
SystemTapScriptGraphOptionsTab_sampleOutputNoMatch=<no match found>
SystemTapScriptGraphOptionsTab_sampleOutputIsEmpty=<no sample output entered>

SystemTapScriptGraphOptionsTab_generateFromPrintsButton=Click here to generate regular expressions from printf statements.
SystemTapScriptGraphOptionsTab_generateFromPrintsTooltip=This will create a set of regexs that will capture data output by your script's printf statements.\n\
It is a quick way to graph whatever data your script outputs, without having to write your own regexs.
SystemTapScriptGraphOptionsTab_generateFromPrintsTitle=Generate Regular Expressions
SystemTapScriptGraphOptionsTab_generateFromPrintsMessage=Generate regular expressions from format strings in your script's printf statements? Doing so will delete all existing graphs and expressions.
SystemTapScriptGraphOptionsTab_generateFromPrintsErrorTitle=Generate Regular Expressions - Error
SystemTapScriptGraphOptionsTab_generateFromPrintsError=There was a error in finding the script for this Run Configuration. Check if the path to the file is correct.
SystemTapScriptGraphOptionsTab_generateFromPrintsEmpty=No valid printf statements could be found. Make sure they contain format specifiers (like %d) to be captured and graphed.

SystemTapScriptLaunchConfigurationTab_script=Systemtap Script:
SystemTapScriptLaunchConfigurationTab_browse=Browse...
SystemTapScriptLaunchConfigurationTab_currentUser=Execute script as current user
SystemTapScriptLaunchConfigurationTab_username=User Name:
SystemTapScriptLaunchConfigurationTab_password=Password:
SystemTapScriptLaunchConfigurationTab_user=User:
SystemTapScriptLaunchConfigurationTab_host=Host:
SystemTapScriptLaunchConfigurationTab_runLocally=Run script on localhost
SystemTapScriptLaunchConfigurationTab_hostname=Host Name:
SystemTapScriptLaunchConfigurationTab_useDefaultPort=Use default port
SystemTapScriptLaunchConfigurationTab_port=Port:
SystemTapScriptLaunchConfigurationTab_general=General
SystemTapScriptLaunchConfigurationTab_tabName=Systemtap
SystemTapScriptLaunchConfigurationTab_selectScript=Select Systemtap Script
SystemTapScriptLaunchConfigurationTab_errorInitializingTab=Could not initialize tab
SystemTapScriptLaunchConfigurationTab_options=Options:
SystemTapScriptLaunchConfigurationTab_runWithChart=Run the script with a chart.
SystemTapScriptLaunchConfigurationTab_fileNotFound=No Systemtap script exists at the path {0}.
SystemTapScriptLaunchConfigurationTab_fileNotStp=Must provide a path to a valid Systemtap script (with extension ".stp").
SystemTapScriptLaunchShortcut_couldNotFindConfig=Could Not Find configuration
SystemTapScriptLaunchShortcut_couldNotLaunchScript=Could Not Launch Script
SystemTapScriptOptionsTab_selectExec=Select target executable.
SystemTapScriptOptionsTab_targetExec=Target Executable (-c)
SystemTapScriptOptionsTab_otherOptions=Other Command Options
SystemTapScriptOptionsTab_dyninst=dyninst
SystemTapScriptOptionsTab_dyninstError=When using dyninst you must specify a target PID or a target executable
SystemTapScriptOptionsTab_pidError=Please specify a proper pid
SystemTapScriptOptionsTab_initializeConfigurationFailed=Could not initialize configuration
SystemTapScriptOptionsTab_targetToolTip=Select a target executable to be passed to systemtap using the -c option

SystemTapScriptLaunchError_graph=An error exists in this launch's graph settings. Please use the Run Configurations->Graphing menu to fix them.
SystemTapScriptLaunchError_fileNotFound=No Systemtap script exists at the path {0}. Please use the Run Configurations->General menu to set the path of the script to run.
SystemTapScriptLaunchError_fileNotStp={0} is not a Systemtap script file. Please use the Run Configurations->General menu to select a file with extension ".stp".
SystemTapScriptLaunchError_waitForConsoles=Please wait for all existing SystemTap launches to be initialized before starting another one.

Back to the top