jmeter

Maven Chronos JMeter plugin

Has any one used Chronos for JMeter + Maven plug-in. I am having tough time trying Maven JMeter plug-in and thought of giving it a try I have following pom set up for chronos but when I execute "mvn verify " I encounter following exception - # Maven cannot calculate your build plan, given the following information: Tasks: - verify C...

How do I build Jmeter.jar

I am troubles using SSL pages with JMeter which I posted here I heard from JMeter official group that problem might lie in jmeter.jar file which is used by Jmeter Maven plug-in as its version is 2.2 while current version of JMeter is 2.4 I had a look at my JMeter dir and got to see "ApacheJMeter.jar" but I don't think it is same jmeter.j...

JMeter..............................

Can someone help me with writing some basic scripts for JMeter. Actually the task I'm trying to accomplish is to configure JMeter via input file. For example changing URL for requests and so on... Thanks! ...

jmeter proxy: how to unzip traffic during / before recording

Hi, the http traffic I'm interested in to record is gzipped (the client sends zipped data to the server). The result is recorded binary traffic which cannot be easy modified. It's very difficult to modify the client in order to suppress compression. So my question: Is there an option or extension for the proxy to uncompress the client t...

How to execute java class from Jmeter

Is there a way to execute java class from jmeter? I've packaged my class with maven assembly and put it in the lib folder of JMETER_HOME. Then I created BSF Listener inside my test case and wrote : import my.package.name.App; my.package.name.App app = new my.package.name.App("argument1", "argument2"); Is there another way to execute ...

scheduling Jmeter distributed testing

I am using JMeter's distributed testing feature which works fine. However, when I schedule this distributed run, it just runs immediately and disregards schedules. It happens only for distributed testing. Any idea? ...

Need to debug recorded jmeter script

I recently recorded a test script in Jmeter intended for use as a load test script (using this handy set of instructions. The recording itself worked great and I even figured out how to grab and parametrize the session ids and timestamps. However, if I run the recorded steps just as they were recorded some of them don't work -- they ge...

JMeter JDBC Sampler extract more than one column values

I have a sql like the following in JDBC Sampler of JMeter select id,code from table where ..... how do I extract the value of the two columns. ...

Interleave controller Issue - JMeter

I am trying to simulate a sequential call to couple of webservices by putting them under Interleave controller. Although I have unchecked "ignore sub-controller blocks", jmeter still runs only one of the controllers living under interleave controller and alternates it for each iteration. What I need is a sequential call to all . Any h...

jmeter : while controller and csv

I am unable to execute all the GET requests to the list of URL given in the CSV file. The sequence of execution is as follows: Thread Group HTTP Authorization Manager While Controller CSV Reader HTTP Sampler Summary Results The questions is what to specify in while control...

jmeter - showing the values of variables

My group does a lot of test automation with JM. Typically we have a properties file which has a bunch of variables defined. These in turn are mapped to "User Defined Variables" of which we have a number of different sets. These are in referenced throughout the rest of the jmx - I find it diffucult as there are so many variables in so m...

JMeter load test thread dump

I am using JMeter for load testing and some of my threads just hang. I want to do a thread dump but none of the following work from my linux machine First get JMeter process id using jps -l Then did sudo -u <username> jstack <pid> and get the following msg 15141: Unable to open socket file: target process not responding or HotSp...

JMeter report 95% line

We have a JMeter requirment to get the 95% line. JMeter by default displays only the 90% line. Is there a way I can get the 95% value using external plugins or using some option in JMeter itself Muthiah ...

Executing thread groups separately in jmeter

I have 2 thread groups in my test case. Group A should complete first before Group B starts to execute(at least I though this was the way it worked). Unfortunately they are firing at the same time and tests from both tread groups are executing, what can I do to prevent this from happening. Not to allow group B to start before group A i...

Jmeter - mask/encrypt passwords in HTTP Requests

In short, does anyone know of a JMeter workaround to mask/encrypt values sent as an HTTP request parameter? My company has a rule that user name/passwords cannot be stored in scripts. In my JMeter scripts, I've gotten around this by passing the user name/password through the command line and storing them as properties to be retrieved l...

Remote jmeter-server sends all output to controlling jmeter instance

My workplace is connected via cable internet with limited up/downstream, so for load-testing a web application I am using a distributed approach: An instance of jmeter-server (v2.4) is running on a remote linux box which has proper internet connectivity. The controlling jmeter GUI (also 2.4) is running on my desktop. The two are conne...

Maven Chronos plugin

I have a problem with Maven Chronos plugin. Is it possible to tell plugin a mask for name of jmx files to execute? Thx ...

Detailed, per URL statistics in WCAT

I used to use MS's Homer tool for quick load testing. That tool was great - it had an easy-to-use UI and provided detailed reports on a per URL basis. I'm now switching over to WCAT because Homer is withdrawn and doesn't run on post-Vista versions of windows. The reporting in WCAT seems much weaker than in Homer. Is there a way to get ...

JQuery expressions in JMeter

I have a page that uses JQuery. This page also has hidden fields whose value is populated dynamically by JQuery (upon dropdown selection). Now I have an javascript/jquery expression similar to this $('*[name=staffid]').val() - this expression provides me the selected value. I would like to store this value in a variable within JMeter...

Integration Selenium with either Jmeter or the Grinder.

I've been trying to evaluate load and perfomance test tools and i think i might either go with Jmeter or The Grinder. I am struggling to choose between the two and hoping that someone here can help. I am currently using selenium to run functional tests of the web application and i now need to include load testing as part of the batch ...