The Apache JMeter desktop application is open source software, a 100% pure Java 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.
-1
votes
0answers
11 views
Failed to reset remote engine java.lang.IllegalStateException: The engine is not owned by this thread
I have installed JDK7.
Jmeter 2.7.
All paths have been set.
Client and server machines are configured for distributed testing.
But connecting from client to server, i opened jmeter.log to check ...
1
vote
1answer
14 views
Setting up JMeter for Distributed testing in AWS with connectivity issues
I have to do distributed testing using JMeter. The objective is to have multiple remote servers in AWS controlled by one local server send a file download request to another server in AWS.
How can I ...
0
votes
1answer
11 views
Load testing a WCF SOAP service with Jmeter
I'd like to know if there's a way to configure JMeter so that it send X request per second to my web-service.
The aim is simply to see what's going on with my service.
I am using JMeter-plugins with ...
-1
votes
0answers
20 views
Calculating an appropriate Ramp/Pacing time for Performance Test
I'm trying to run some performance tests on a web application but I am struggling a little with how long to set the ramp up period.
I'm running tests, that will execute a specific series of requests, ...
1
vote
0answers
12 views
How to access different test-fragment present in external test plan
I want to create a common test plan and define multiple test fragment in this file. I want to use some of the specific test fragment in the specific test plan. Here is outline of two different test ...
0
votes
1answer
19 views
jsessionID not kept between jmeter http requests
I'm trying to do a simple load-test in a website which requires you to log in first.
I read the jmeter documentation about the cookie manager and looks like as long as I make all my requests within ...
1
vote
1answer
12 views
jMeter hangs on scanner read
I am trying to test my memcached installation using jMeter (we are using jMeter for other functional tests, so using it for memcached seems like the best option). I am using the TelnetClient ...
0
votes
0answers
38 views
Jmeter - why linux gives different answer than windows?
I wrote a test plan on Windows 7. I remotely started a test on two machines, both Windows Vista. A problem came up when I tried do same thing on Linux - I used the same test plan.
I can login a ...
1
vote
1answer
23 views
jmeter: How to repeat two thread groups in test plan?
I have two thread groups:
setUp Thread Group - executed only once
Thread Group - executed for number of users defined in CSV file.
The first thread group prepares data once, which will be used by ...
0
votes
1answer
20 views
Passing JMeter user variable across beanshell script in different threads
What I'm trying to do is pass variable between the threads in JMeter - so one thread modify this value and next one will get it - please look at this structure:
Test Plan
User Defined Variables
...
0
votes
1answer
18 views
Retrieve information from page in order to send GET parameters
I have a small experience on JMeter and haven't been able to find any source that allows me to solve a problem that i'm having on a login page.
After a successful login, there are several products a ...
-2
votes
0answers
9 views
how to save extracted values in a file along with Api call name (REST arch)? [closed]
please help me to save values extracted using "Json path extractor" to a file
along with the label (Api call name) i am using a "include parameter" to get the
response_time for each call and ...
1
vote
1answer
15 views
Jmeter summary report when using loops
Currently I have a project which does http requests. It pulls the urls from a CSV file using a loop.
This works for me. However when I look at my summary report it gives me the results of only one ...
1
vote
2answers
40 views
Pulling multiple values from JSON response using 'Json Path Extractor ' in Jmeter
{
"response_time": 0.014376163482666016,
"applications": [
{
"api_key": "blted0e7982e1cf62a8",
"name": "gta",
"uid": "gta",
...
0
votes
1answer
11 views
log stack trace when HTTP request return error in Jmeter
I want to log all error message for failed HTTP request. I am going to run the thread group for 1B users and I don't want to use the View Result Tree because it logs everything and log file will ...
0
votes
1answer
16 views
JMeter: run a single Thread Group with dynamically generated Number of Threads (users)
I have several Thread Groups in a test plan, that are exactly the same with the exception of the Number of Threads, which keeps incrementing from TG to TG. Whenever I have to change a single thing, ...
0
votes
0answers
25 views
Jmeter with ZK framework
I need to do a Load test on application which is built on ZK framework.
When i record a script which performs below action
a. User Login
b. Select Role
c. Open and Create Record
d. Log out.
When ...
0
votes
1answer
16 views
jmeter: Error invoking bsh method: eval
When i try to execute the following code in jmeter:
import org.json.JSONArray;
import org.json.JSONObject;
String jsonString = prev . . . ''
I get the following error:
ERROR - ...
1
vote
1answer
32 views
# of threads, ramp up period, loop count, scheduler duration in jmeter
I am new to Jmeter and confused about those 4 settings:
number of threads,
ramp up period,
loop count,
duration in scheduler.
Thread Group 1: # of threads:1, ramp up period:0, loop count:5, no ...
0
votes
1answer
40 views
Can Jmeter only measure OS level metrics?
I use JMeter for performance testing of various application, but I generally measure OS level metrics, like CPU, memory, network usages.
Can I use application specific metrics through JMeter, for ...
2
votes
2answers
32 views
Where can I pass the value of percentage of request on each http request in jmeter?
I am testing load in jmeter. Now I have 8-10 page requests to be execute. But I want to provide percentage/number of request in this page and another page is having difference number of request.
eg.
...
0
votes
1answer
35 views
JMeter - Iterative use of variables via CSV
I am having trouble, how do I put this into a JMeter test and ensure that my all Customer Numbers assigned to each Thread are being used?
My load test...
• There are 12 SOAP requests (12 x ...
0
votes
0answers
22 views
Issues with Scorm Application in jmeter [closed]
After running the SCORM application in jmeter getting an error message "Your browser does not support javascript or it has javascript support disabled.This SCORM package may not play or save data ...
0
votes
0answers
22 views
Jmeter - Acces log sampler and logged sesion
I have a JMeter test plan with following http request samplers.
I have created Test Plan like below:
Login - using Once Only Controller
Acces Log Sampler which needs a logged in user
Logout - also ...
1
vote
1answer
25 views
JMeter SocketException on .png,.jpg etc files
I am running a Jmeter script in version 2.8. After running script in result
tree i am getting below mentioned error. But this error is not coming to
any specific request. I am getting this error for ...
0
votes
2answers
36 views
How to run a Jmeter test using Maven 2?
i want to run a Jmeter test using Maven 2, so i can integrate it in Jenkins .I tried to do it using WSO2 Test Automation Framework following this tutorial
but i got this error:
Missing artifact ...
-1
votes
2answers
42 views
jMeter freezes in cloud based solution
Currently I am working with jmeter in the cloud.
I have a scenario to execute with 20,000 users. But after 10,000 it freezes. I checked the CPU time: it is utilizing 100%.
Please advise me what to ...
0
votes
1answer
43 views
Using JMeter to test a Flex/Spring web app
i have a Flex/Spring web project where the client is a flexapp that runs in the browser and the server components(Spring/Hibernate) runs in tomcat.
The compile dcluient files also obviously reside in ...
0
votes
2answers
43 views
JMeter Raw Body Parsing
I am using JMeter to do load-testing. My test consists of a simple POST request. When I perform this request, the server, in its error logs, says No Payload Detected. I have verified that the server ...
0
votes
1answer
38 views
Extracting Xpath or RegEx in Jmeter for a verification token?
I am trying to use a RegEx Extractor in a get HTTP request for a login page with Users, Passwords and Verification tokens. The tokens are my problem.
I am using this in my Regular Expression ...
1
vote
1answer
26 views
Cannot save cookies for JMETER
I'm new with Jmeter and by default sorry for dump question.
I want to start with the most basic testing for web site. I want to login to application and navigate to specific page. Basically, that is ...
1
vote
1answer
23 views
Jmeter doesn't upload files while replaying
I am trying to replay a script in jmeter which has to upload a file in the transaction. The user is able to login when I replay but the file doesn't get uploaded.
How do I overcome this??
0
votes
0answers
38 views
Jmeter does not send LDAP request
I have an application that receives LDAP requests from LDAP clients and forwards these requests to LDAP servers. I am using Apache Jmeter for load testing of this LDAP java application. Jmeter and the ...
1
vote
1answer
41 views
Concurrent Jmeter requests hurting throughput [closed]
I have a server application, which uses an embedded tomcat server. Currently, i am doing some load tests on the server to check what max my server can process i.e. throughput and latency.
Setup ...
1
vote
1answer
47 views
Regular expression to extract a value at end of a set of parameters with Regular Expression Extractor
I have the following POST data:
...
0
votes
0answers
23 views
Iterating through a CSV Data Set in JMeter
I am trying to simulate the below scenario in JMeter using CSV Data Set.
Test Plan
-- Thread Group (30 test users)
Loop Controller (looping 3 times)
-- CSV Data Set (with 90 rows of ...
3
votes
1answer
35 views
In Jmeter How can I use a captured regex variable as part of a file name?
I'm having some difficulty using a variable containing a regex capture as part of the file name in a 'Save Response to a file' listener. I am able to use the captured variable in an if controller ...
0
votes
0answers
28 views
HTTP Code 0 for Jenkins/JMeter integration runs
I have Jenkins running with Jmeter and building my Jmeter tests successfully. However, when I try to run my Jmeter via the build command, every test runs but errors. This link (How to display jMeter ...
1
vote
1answer
87 views
JMeter HTTP Request hangs (probably on overloaded network)
I use JMeter tests to check that our applications are running. The tests are run from Jenkins thru ANT <jmeter> tag. The problem is, that JMeter time to time hangs forever (and Jenkins executor ...
2
votes
1answer
38 views
Jmeter TCP Sampler send request without waiting answer
I have a question about the TCP Sampler: is there a way to send a TCP request, and continue the next action without waiting for an answer?
I want to do that because i send a "pong" request, and if ...
1
vote
1answer
44 views
REST API Raw Data passing in Jmeter 2.4
I am working on REST API application and one of the requests I need to send raw body data e.g.:
->gcim_client_uuid ,value:-11111111111111111111191000000002
Can anyone suggest how can we do in ...
-2
votes
1answer
53 views
Error: No suitable driver found for “jdbc:mysql:\\localhost:3306\Mysql” when JDBC Connection configuration in jmeter
i am configuring JDBC Connection in jmeter 2.8. Purpose is i need to place results of jmeter JDBC Request sampler(3 column data) in database table. I am using MySQL database. And also placed ...
-1
votes
0answers
26 views
How to analyse the output received in view results tree in jmeter
I used jmeter tool to perform load testing. i configured and executed the test case which i recorded, after execution, in view results tree listener i am getting error as below
In results tree, error ...
0
votes
1answer
43 views
How to extract an ID from a request's subsample or body in Jmeter & save it in CSV
I am a beginner in Jmeter & trying to save an ID (like ID=1234567) in a HTTP request's response data using regex extractor & a 3rd party plugin called Dummy sampler with Filewriter but I am ...
2
votes
1answer
53 views
Regular expression for a dynamic URL in Jmeter
I am Pretty new to Jmeter and Regular expressions.
The below bold one characters changes every time a new link is generated for user. So I want to add a regular expression for the below.
Can some one ...
-4
votes
0answers
9 views
Does anyone know where can I get “Aricent.JMeterGenerator.WebEventsProxy” [closed]
In a web.config file, in httpmodules section, there is a key added that goes like
Which is used to send read the http request and send it to the msmq queue. But it is not happening at the moment. ...
1
vote
0answers
42 views
Unexplained logging issue during JMeter load testing
I am performing load testing of the media server with JMeter. I've wrote custom sampler that extends AbstractJavaSamplerClient. For the logging I'm using log4j (only one rootCategory appender is used ...
0
votes
1answer
66 views
Remove Headers of Jmeter output CSV file
i have changed the jmeter property file as per my requirement.
Everything is working fine but i don't want to save labels(headers) to my csv file.
So how i can do this ?
Here is my jmeter.propertie ...
0
votes
1answer
53 views
Import expired SSL certificate into Java keystore
I need to be able to point JMeter at a test server which has an expired SSL certificate (it will be some time before we are able to renew it). JMeter is quite rightly throwing an exception when it ...
0
votes
1answer
88 views
WebSocket plugin for Jmeter
Can someone share me a link with plugin sampler for Websocket protocol for JMeter?
I tried to install from the link below: https://github.com/kawasima/mod_proxy_websocket.
But not sure how to get ...


