Tagged Questions

Apache JMeter is open source software, a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

learn more… | top users | synonyms

10
votes
5answers
1k views

What is the highest number of threads that is reasonable to simultaneously run in Jmeter?

I want to use the highest possible number of threads (to use less computers) but without making the bottleneck to be in the client.
7
votes
3answers
686 views

How to measure CPU and memory during load test

We are using JMeter in a heterogeneous environment and we would like to measure CPU and memory while we are producing heavy load on a server where our service or web application. What would you ...
6
votes
1answer
1k views

How to get JMeter to request gzipped content?

My website serves gzipped content. I verified with Firebug and YSlow. However, JMeter does not request the gzipped content. Therefore, it gets all uncompressed content. As a result, my test cases ...
6
votes
4answers
6k views

Session/cookie management in Apache Jmeter

We have a simple performance test flow in an application. We login Search based on some criteria repeat searches for different parameters. We are using Jmeter to do a performance testing. We need ...
5
votes
4answers
1k views

How to do load testing using jmeter and visualVM?

I want to do load testing for 10 million users for my site. The site is a Java based web-app. My approach is to create a Jmeter test plan for all the links and then take a report for the 10 million ...
5
votes
5answers
2k views

GWT load testing with jmeter

I have a GWT application and wanna to test load and functionality using a tool like jmeter. I am not sure jmeter is right tool for GWT. Can anybody direct me to proper tool or can tell me how to do it ...
5
votes
3answers
2k views

benchmarking a asp.net website, can I use jmeter?

just looking at jmeter, from what I can I see it is a desktop application, so is it safe to say I can use it to benchmark a windows server running asp.net? any other recommended tools?
4
votes
1answer
221 views

Best way to ramp down in Jmeter?

We all know Jmeter isn't the best at changing the number of active threads during the run (unless you get fancy and make separate thread groups that fire off at different intervals). Has any come up ...
4
votes
1answer
303 views

Google App Engine - throttle_code=4 when under high load in load testing

I'm running some load tests using JMeter to get an idea of how my application performs under load on Google App Engine (Java). When I hit around 100 virtual users my response time starts dropping, ...
4
votes
1answer
1k views

JMeter - Loopback address error when launching jmeter-server on Linux

I'm trying to set up a distributed load testing environment using JMeter. I need to set up the remote clients using something portable like a Linux Live CD, but whenever I attempt to launch ...
4
votes
3answers
190 views

DRY for JMeter tests

Is there a way to modularize JMeter tests. I have recorded several use cases for our application. Each of them is in a separate thread group in the same test plan. To control the workflow I wrote ...
4
votes
2answers
4k views

JMeter - saving results + configuring “graph results” time span

I am using JMeter and have 2 questions (I have read the FAQ + Wiki etc): I use the Graph Results listener. It seems to have a fixed span, e.g. 2 hours (just guessing - this is not indicated anywhere ...
4
votes
9answers
6k views

JMeter - successful HTTPS recording?

I'm utilizing Jmeter 2.3, which now supports "attempt HTTPS spoofing" under the Proxy Server element. I've tried this on several different servers, and have had no success. Has anyone been able to ...
3
votes
4answers
129 views

Regex - Get string between two words that doesn't contain word

I've been looking around and could not make this happen. I am not totally noob. I need to get text delimited by (including) START and END that doesn't contain START. Basically I can't find a way to ...
3
votes
3answers
142 views

jmeter testcases which can handle captcha?

We are trying to build a jmeter testcase which does the following: login to a system obtain some information and check whether correct. Where we are facing issues is because there is a captcha ...
3
votes
1answer
329 views

Jmeter Issues with JDBC Request and variables

I'm having a few issues with Jmeter and storing/using variables from them: I have a JDBC request which does a VERY simple "select statement" with the following sql: select count(member_id) from ...
3
votes
1answer
334 views

JMeter load testing with JUnit from Selenium IDE

I have problem with JMeter not picking up my JUnit test. What I did: got JMeter and extracted created JUnit test through Selenium IDE and exported as JUnit4(WebDriver) try that test runs when ...
3
votes
3answers
2k views

Testing with JMeter: how to run N requests per second

I need to test if our system can perform N requests per second. Technically, it's 2 requests to one API, 2 requests to another, and 6 requests to third one. But the important thing that they should ...
3
votes
1answer
539 views

Access log replay for load testing? Jmeter Pitfalls and Competitors

Context We wish to use "replay" web server access logs to generate load tests. JMeter had come to mind as I'd recently read blog posts about using jmeter in the cloud (e.g. firing up a number of ...
3
votes
1answer
742 views

How to simulate 120 concurrent users of a web application with real conditions?

How to you simulate > 120 concurrent users using a Load Test Framework such as JMeter? Real concurrency, as far as I understand, would be possible if I would use 120 servers or 120 CPU cores. How ...
3
votes
2answers
1k views

Jmeter dynamic random variable

Is it possible to limit maximum value with ${varible} in the Random variable. Or limt the maximum value in Random variable with other variable.
3
votes
2answers
399 views

Maven2 + JMeter + JUnit with dependencies

I'd like to run my JUnit tests in JMeter. Using maven-jar-plugin I can create a jar with my tests in order to put it inside the JMeter's classpath ($JMETER_HOME/lib/junit). The problem is that my ...
3
votes
5answers
2k views

How many requests can SQL Server handle per second?

I am using JMeter to test our application 's performance. but I found when I send 20 requests from JMeter, with this the reason result should be add 20 new records into the sql server, but I just find ...
3
votes
1answer
2k views

JMeter - how to log the full request for a failed response?

i'm using JMeter command line to stress test our website api. Now, here's a sample result i'm getting back: Creating summariser <summary> Created the tree successfully using street_advisor.jmx ...
3
votes
2answers
2k views

How do I pass a variable from one Thread Group to another in JMeter

I have a JMeter test with 2 Thread Groups - the first is a single thread (which creates some inventory) and the second has multiple threads (which purchase all the inventory). I use BeanShell ...
2
votes
1answer
100 views

Start Time and End Time in JMeter Scheduler

I am working on JMeter version 2.5.1 and I want to set up a Scheduler for my Thread Group. I set the following values for scheduler fields: Start Time = 2011/12/13 11:30:00 End Time = 2011/12/13 ...
2
votes
1answer
107 views

JMeter - response time calculation

Can someone explain me please how JMeter calculate response time? I need to understand this graph: Response Times Over Time.
2
votes
1answer
125 views

JMeter cookie manager corrupts the cookie value

I'm trying to do load testing using JMeter 2.5.1. The application is written in PHP, and uses the standard cookie-based session management with a named session. Currently, the test plan is a very ...
2
votes
0answers
95 views

jmeter performance test: using the functions

I wrote jmeter test for testing the performance of site. So I would like to testing the work of site when there are a lot of user, for example ten. I created JMeter Test plan, with a 10 concurrent ...
2
votes
1answer
117 views

How to get JMeter Include Controller to use top-test plan's config elements?

In JMeter I am attempting to create a login test plan that can be used by many other test plans. The setup is as follows: LoginTest.jmx TestPlan TestFragement ...
2
votes
3answers
267 views

Load or functional testing of GWT app using JMeter

I am new to JMeter. I wanted to do some functional testing of my GWT application using JMeter. Does it support GWT testing? For example I would like to write a script that might check if the login ...
2
votes
1answer
204 views

tesing jsf spring application ajax request using jmeter

I am using j meter in order to check how much time it takes from a push on an a4j button on the client side to the server's answer. In order to achieve that I opened an HTTP request using fiddler and ...
2
votes
3answers
103 views

PHP interface for JMeter

We are looking into using JMeter for benchmarking and load testing on our servers but would like to have the data from the reports automatically dumped into our database to be used with JCharts or ...
2
votes
7answers
345 views

Extracting value from HTML Responce using Regular expression in JMETER?

<input type="hidden" id="queueItemId" name="queueItemId" value="3256"/> I am getting response from Jmeter like above. I wanted to get value 3256 from this and store it in a variable. Then i ...
2
votes
2answers
382 views

scriptable website monitoring tool

I need a tool to monitor my web applications. The problem is that these applications may fail after login because of out of memory or database problems, but the main website page is usually just fine. ...
2
votes
2answers
677 views

How to test a WCF Webservice with JMeter?

I have a WCF Webservice hosted on IIS which exposes a single method that takes three integer parameters. I have a simple, console based client which can call this method. int InsertNewOrder(short ...
2
votes
2answers
520 views

multiple user logins in jmeter

I am using jmeter to test a php application. I need to create a different thread with a unique session for each user. Because in my application you can only have one login per user at a time so ...
2
votes
4answers
423 views

Jmeter - simulating more complex load scenarios?

Been experimenting with Jmeter, and I'd like to know the best way to accomplish: 20 users logging onto an application, over 20 minutes, and performing some actions for another 20 minutes, before ...
2
votes
2answers
165 views

How to test your website against multiple users(extended)

There is similar question on this topic I participated in it, but it doesn't really answer what I need at this moment. How to test a site rigorously? I noticed ...
2
votes
2answers
422 views

Measuring Web Application Performance (Stress-Testing) and Bandwidth Requirements

I am in the process of measuring the bandwidth requirements and how a Web application behaves in terms of response time and memory requirements when the number of users is increased. Is there a ...
2
votes
1answer
924 views

JMeter stops sending JSESSIONID cookie when switched to SSL

I have a test plan that runs fine under http, and the Cookie Manager is correctly keeping my sessions in place. It is also capable of talking to the same server when switched to ssl, and even thinks ...
2
votes
2answers
573 views

is once only controller runs more than once in Jmeter?

I added two request one for login to store the session id and another request to check the load test which requires session id .I made login request as once only, by adding it as a child for once ...
2
votes
5answers
3k views

Jmeter: how to create summary report from JTL file?

I am running Jmeter in a non-GUI mode, like this: jmeter -n -t mytest.jmx -l log.jtl - and the result is stored in a log.jtl file. What would be the easiest way to obtain a Summary Report (as seen ...
2
votes
1answer
429 views

Jmeter xpath extractor

Hi I am new to JMeter. I was trying to extract the response values from the response xml and store it back in a csv file or an excel file. I am not able to do so. Can someone help me out on this ...
2
votes
3answers
168 views

Load testing consumer websites

I am looking to load test a consumer website. I have tried using JMeter. However, in that case, all the requests originate from one machine. What I really want is to simulate real users across the ...
2
votes
3answers
303 views

Where on a remote workstation should I put a CSV-config file for distributed JMeter testing?

I want to make JMeter distributed testing. It was said in the manual that first I should start jmeter-server on remote nodes, and then I should update jmeter.config and run jmeter on a master node. ...
2
votes
1answer
229 views

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 ...
2
votes
2answers
634 views

Using RestTemplate, how to send the request to a proxy first so I can use my junits with JMeter?

I have a web service running on my dev box implemented using Spring-MVC 3.0. I have various JUnits that test against that service using RestTemplate. What I would like to do is have JMeter pick up ...
2
votes
1answer
503 views

Unable to use Performance Plugin with Hudson

I have been trying to integrate JMeter test with Maven and Hudson. I came across this beautiful post on Maven JMeter and got it set up easily. And then I got to know that Hudson has a performance ...
2
votes
1answer
152 views

java force literal when using escape character in jmeter

Running Jmeter on XP, I have the following scenario: Declare the variable "ServerName" with the value 'serverNameValue' Declare the a variable "TestResultsFolder" with the value ...

1 2 3 4 5 9