Class JMeterUtils
java.lang.Object
org.apache.jmeter.util.JMeterUtils
- All Implemented Interfaces:
UnitTestManager
This class contains the static utility methods used by JMeter.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddLocaleChangeListener(LocaleChangeListener listener) static final voidclearMatcherMemory(Perl5Matcher matcher, Pattern pattern) Hack to make matcher clean the two internal buffers it keeps in memory which size is equivalent to the unzipped page sizestatic JButtoncreateButton(String name, ActionListener listener) Create a button with the netscape stylestatic JButtoncreateSimpleButton(String name, ActionListener listener) Create a button with the netscape stylefindClassesThatExtend(Class<?> superClass) Convenience method forClassFinder.findClassesThatExtend(String[], Class[], boolean)with the option to include inner classes in the search set to false and the path list is derived from JMeterUtils.getSearchPaths().static FileFind a file in the current directory or in the JMeter bin directory.static intfindInArray(String[] array, String value) Finds a string in an array of strings and returns thegetAlias(Properties properties) Creates the vector of alias strings.getControllers(Properties properties) Creates a vector of SampleController plugins.getHashtable(Properties properties, String prefix) Creates a table of strings for all the properties that start with a common prefix.static ImageIconThis looks for the requested image in the classpath under org.apache.jmeter.images.<name>static ImageIconThis looks for the requested image in the classpath under org.apache.jmeter.images.<name>, and also sets the description of the image, which is useful if the icon is going to be placed on the clipboard.static StringGet the JMeter bin directory - does not include the trailing separator.static StringGets the JMeter copyright.static StringGet the JMeter home directory - does not include the trailing separator.static PropertiesThis gets the currently defined appProperties.static StringGets the JMeter Version.static LocaleGets the current locale.static StringgetLocaleString(String locale) Get the locale name as a resource.static StringReturns the cached result from calling InetAddress.getLocalHost().getCanonicalHostName()static StringReturns the cached result from calling InetAddress.getLocalHost().getHostAddress()static StringReturns the cached result from calling InetAddress.getLocalHost().getHostName()static Perl5MatcherGets Perl5Matcher for this thread.static StringgetParsedLabel(String key) To get I18N label from properties filestatic PatterngetPattern(String expression) Get a compiled expression from the pattern cache (READ_ONLY).static PatterngetPattern(String expression, int options) Get a compiled expression from the pattern cache.static PatternCacheLRUstatic booleangetPropDefault(String propName, boolean defaultVal) Get a boolean value with default if not present.static intgetPropDefault(String propName, int defaultVal) Get a int value with default if not present.static longgetPropDefault(String propName, long defaultVal) Get a long value with default if not present.static StringgetPropDefault(String propName, String defaultVal) Get a String value with default if not present.static PropertiesgetProperties(String file) This method is used by the init method to load the property file that may even reside in the user space, or in the classpath under org.apache.jmeter.jmeter.properties.static StringgetProperty(String propName) Get the value of a JMeter property.static intgetRandomInt(int r) Provide random numbersstatic StringgetResourceFileAsText(String name) static StringgetResString(String key) Gets the resource string for this key.static StringgetResString(String key, String defaultValue) Deprecated.Only intended for use in development; use getResString(String) normallystatic StringgetResString(String key, Locale forcedLocale) Gets the resource string for this key in Locale.static String[]Generate a list of paths to search.static String[]getTestSamples(Properties properties, String name) Create a string of class names for a particular SamplerControllergetTimers(Properties properties) Creates the vector of Timers plugins.getVector(Properties properties, String name) Creates a vector of strings for all the properties that start with a common prefix.getVisualizers(Properties properties) Creates the vector of visualizer plugins.static XMLReaderCreate an instance of an org.xml.sax.Parser based on the default props.static final voidhelpGC()Help GC by triggering GC and finalizationvoidinitializeProperties(String file) Your implementation will be handed the filename that was provided to AllTests as a configuration file.static voidInitialise the JMeter Localestatic voidInitialise JMeter loggingstatic Objectinstantiate(String className, String impls) Instatiate an object and guarantee its class.instantiate(Vector<String> v, String className) Instantiate a vector of classesstatic booleanDetermine whether we are in 'expert' mode.static voidloadJMeterProperties(String file) Load the JMeter properties file; if not found, then default to "org/apache/jmeter/jmeter.properties" from the classpathstatic PropertiesloadProperties(String file) This method loads a property file that may reside in the user space, or in the classpathstatic PropertiesloadProperties(String file, Properties defaultProps) This method loads a property file that may reside in the user space, or in the classpathstatic LinkedHashMap<String, String> parseHeaders(String headers) Split line into name/value pairs and remove colon ':'static voidstatic voidreportErrorToUser(String errorMsg) Report an error through a dialog box.static voidreportErrorToUser(String errorMsg, String titleMsg) Report an error through a dialog box.static final voidRun the runnable in AWT Thread if current thread is not AWT thread otherwise runs callSwingUtilities.invokeAndWait(Runnable)static voidselJComboBoxItem(Properties properties, JComboBox combo, Vector<?> namVec, String name) Sets the selection of the JComboBox to the Object 'name' from the list in namVec.static voidsetJMeterHome(String home) static voidChanges the current locale: re-reads resource strings and notifies listeners.static ObjectsetProperty(String propName, String propValue) Set a String valuestatic StringTakes an array of strings and a tokenizer character, and returns a string of all the strings concatenated with the tokenizer string in between each one.static StringTakes an array of strings and a tokenizer character, and returns a string of all the strings concatenated with the tokenizer string in between each one.
-
Field Details
-
RES_KEY_PFX
- See Also:
-
-
Constructor Details
-
JMeterUtils
public JMeterUtils()
-
-
Method Details
-
getMatcher
public static Perl5Matcher getMatcher()Gets Perl5Matcher for this thread.- Returns:
- the
for this thread
invalid reference
Perl5Matcher
-
getProperties
This method is used by the init method to load the property file that may even reside in the user space, or in the classpath under org.apache.jmeter.jmeter.properties. The method also initialises logging and sets up the default Locale TODO - perhaps remove? [still used- Parameters:
file- the file to load- Returns:
- the Properties from the file
- See Also:
-
initLogging
public static void initLogging()Initialise JMeter logging -
initLocale
public static void initLocale()Initialise the JMeter Locale -
loadJMeterProperties
Load the JMeter properties file; if not found, then default to "org/apache/jmeter/jmeter.properties" from the classpathc.f. loadProperties
- Parameters:
file- Name of the file from which the JMeter properties should be loaded
-
loadProperties
This method loads a property file that may reside in the user space, or in the classpath- Parameters:
file- the file to load- Returns:
- the Properties from the file, may be null (e.g. file not found)
-
loadProperties
This method loads a property file that may reside in the user space, or in the classpath- Parameters:
file- the file to loaddefaultProps- a set of default properties- Returns:
- the Properties from the file; if it could not be processed, the defaultProps are returned.
-
getPatternCache
public static PatternCacheLRU getPatternCache() -
getPattern
Get a compiled expression from the pattern cache (READ_ONLY).- Parameters:
expression- regular expression to be looked up- Returns:
- compiled pattern
-
getPattern
public static Pattern getPattern(String expression, int options) throws MalformedCachePatternException Get a compiled expression from the pattern cache.- Parameters:
expression- REoptions- e.g.invalid reference
READ_ONLY_MASK- Returns:
- compiled pattern
-
initializeProperties
Description copied from interface:UnitTestManagerYour implementation will be handed the filename that was provided to AllTests as a configuration file. It can hold whatever properties you need to configure your system prior to the unit tests running.- Specified by:
initializePropertiesin interfaceUnitTestManager- Parameters:
file- path to the configuration file
-
findClassesThatExtend
Convenience method forClassFinder.findClassesThatExtend(String[], Class[], boolean)with the option to include inner classes in the search set to false and the path list is derived from JMeterUtils.getSearchPaths().- Parameters:
superClass- - single class to search for- Returns:
- List of Strings containing discovered class names.
- Throws:
IOException- when the usedClassFinderthrows one while searching for the class
-
getSearchPaths
Generate a list of paths to search. The output array always starts with JMETER_HOME/lib/ext and is followed by any paths obtained from the "search_paths" JMeter property.- Returns:
- array of path strings
-
getRandomInt
public static int getRandomInt(int r) Provide random numbers- Parameters:
r- - the upper bound (exclusive)- Returns:
- a random
int
-
setLocale
Changes the current locale: re-reads resource strings and notifies listeners.- Parameters:
loc- - new locale
-
getLocale
-
addLocaleChangeListener
-
removeLocaleChangeListener
-
getResString
-
getResString
Gets the resource string for this key in Locale. If the resource is not found, a warning is logged- Parameters:
key- the key in the resource fileforcedLocale- Force a particular locale- Returns:
- the resource string if the key is found; otherwise, return "[res_key="+key+"]"
- Since:
- 2.7
-
getResString
Deprecated.Only intended for use in development; use getResString(String) normallyGets the resource string for this key. If the resource is not found, a warning is logged- Parameters:
key- the key in the resource filedefaultValue- - the default value- Returns:
- the resource string if the key is found; otherwise, return the default
-
getParsedLabel
-
getLocaleString
Get the locale name as a resource. Does not log an error if the resource does not exist. This is needed to support additional locales, as they won't be in existing messages files.- Parameters:
locale- name- Returns:
- the locale display name as defined in the current Locale or the original string if not present
-
getJMeterProperties
This gets the currently defined appProperties. It can only be called after thegetProperties(String)orloadJMeterProperties(String)method has been called.- Returns:
- The JMeterProperties value,
may be null if
loadJMeterProperties(String)has not been called - See Also:
-
getImage
-
getImage
This looks for the requested image in the classpath under org.apache.jmeter.images.<name>, and also sets the description of the image, which is useful if the icon is going to be placed on the clipboard.- Parameters:
name- the name of the imagedescription- the description of the image- Returns:
- The Image value
-
getResourceFileAsText
-
getTimers
Creates the vector of Timers plugins.- Parameters:
properties- Description of Parameter- Returns:
- The Timers value
-
getVisualizers
Creates the vector of visualizer plugins.- Parameters:
properties- Description of Parameter- Returns:
- The Visualizers value
-
getControllers
Creates a vector of SampleController plugins.- Parameters:
properties- The properties with information about the samplers- Returns:
- The Controllers value
-
getTestSamples
Create a string of class names for a particular SamplerController- Parameters:
properties- The properties with info about the samples.name- The name of the sampler controller.- Returns:
- The TestSamples value
-
getXMLParser
Create an instance of an org.xml.sax.Parser based on the default props.- Returns:
- The XMLParser value
-
getAlias
Creates the vector of alias strings.The properties will be filtered by all values starting with
alias.. The matching entries will be used for the newHashtablewhile the prefixalias.will be stripped of the keys.- Parameters:
properties- the input values- Returns:
- The Alias value
-
getVector
Creates a vector of strings for all the properties that start with a common prefix.- Parameters:
properties- Description of Parametername- Description of Parameter- Returns:
- The Vector value
-
getHashtable
Creates a table of strings for all the properties that start with a common prefix.So if you have
Propertiespropwith two entries, say- this.test
- that.something
prefixthis, the result would be a newHashtablewith one entry, which key would be test.- Parameters:
properties- input to searchprefix- to match against properties- Returns:
- a Hashtable where the keys are the original matching keys with the prefix removed
-
getPropDefault
Get a int value with default if not present.- Parameters:
propName- the name of the property.defaultVal- the default value.- Returns:
- The PropDefault value
-
getPropDefault
Get a boolean value with default if not present.- Parameters:
propName- the name of the property.defaultVal- the default value.- Returns:
- The PropDefault value
-
getPropDefault
Get a long value with default if not present.- Parameters:
propName- the name of the property.defaultVal- the default value.- Returns:
- The PropDefault value
-
getPropDefault
-
getProperty
-
setProperty
-
selJComboBoxItem
public static void selJComboBoxItem(Properties properties, JComboBox combo, Vector<?> namVec, String name) Sets the selection of the JComboBox to the Object 'name' from the list in namVec. NOTUSED?- Parameters:
properties- not used at the momentcombo-JComboBoxto work onnamVec- List of names, which are displayed incomboname- Name, that is to be selected. It has to be innamVec
-
instantiate
Instatiate an object and guarantee its class.- Parameters:
className- The name of the class to instantiate.impls- The name of the class it must be an instance of- Returns:
- an instance of the class, or null if instantiation failed or the class did not implement/extend as required
-
instantiate
-
createButton
Create a button with the netscape style- Parameters:
name- Description of Parameterlistener- Description of Parameter- Returns:
- Description of the Returned Value
-
createSimpleButton
Create a button with the netscape style- Parameters:
name- Description of Parameterlistener- Description of Parameter- Returns:
- Description of the Returned Value
-
reportErrorToUser
Report an error through a dialog box. Title defaults to "error_title" resource string- Parameters:
errorMsg- - the error message.
-
reportErrorToUser
-
findInArray
-
unsplit
Takes an array of strings and a tokenizer character, and returns a string of all the strings concatenated with the tokenizer string in between each one.- Parameters:
splittee- Array of Objects to be concatenated.splitChar- Object to unsplit the strings with.- Returns:
- Array of all the tokens.
-
unsplit
Takes an array of strings and a tokenizer character, and returns a string of all the strings concatenated with the tokenizer string in between each one.- Parameters:
splittee- Array of Objects to be concatenated.splitChar- Object to unsplit the strings with.def- Default value to replace null values in array.- Returns:
- Array of all the tokens.
-
getJMeterHome
Get the JMeter home directory - does not include the trailing separator.- Returns:
- the home directory
-
getJMeterBinDir
Get the JMeter bin directory - does not include the trailing separator.- Returns:
- the bin directory
-
setJMeterHome
-
getJMeterVersion
-
getJMeterCopyright
Gets the JMeter copyright.- Returns:
- the JMeter copyright string
-
isExpertMode
public static boolean isExpertMode()Determine whether we are in 'expert' mode. Certain features may be hidden from user's view unless in expert mode.- Returns:
- true iif we're in expert mode
-
findFile
-
getLocalHostIP
Returns the cached result from calling InetAddress.getLocalHost().getHostAddress()- Returns:
- String representation of local IP address
-
getLocalHostName
Returns the cached result from calling InetAddress.getLocalHost().getHostName()- Returns:
- local host name
-
getLocalHostFullName
Returns the cached result from calling InetAddress.getLocalHost().getCanonicalHostName()- Returns:
- local host name in canonical form
-
parseHeaders
Split line into name/value pairs and remove colon ':'- Parameters:
headers- multi-line string headers- Returns:
- a map name/value for each header
-
runSafe
Run the runnable in AWT Thread if current thread is not AWT thread otherwise runs callSwingUtilities.invokeAndWait(Runnable)- Parameters:
runnable-Runnable
-
helpGC
public static final void helpGC()Help GC by triggering GC and finalization -
clearMatcherMemory
public static final void clearMatcherMemory(Perl5Matcher matcher, Pattern pattern) Hack to make matcher clean the two internal buffers it keeps in memory which size is equivalent to the unzipped page size- Parameters:
matcher-invalid reference
Perl5Matcherpattern- Pattern
-