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.
0
votes
0answers
23 views
Not able to checkout jmeter source using svn
I am trying to compile JMeter from source code.
I used following command to checkout the read only copy of source code from svn:
svn co http://svn.apache.org/repos/asf/jmeter/trunk
svn: E175002: ...
0
votes
0answers
91 views
How to get rid of akka AskTimeout Exception in play application while Performance test
I am running a web application on play 2.0.4 and now its in the performance testing phase.
Requirement is 1000 users/hr logged in the web app.
Currently i am facing issue with just 100 threads ...
0
votes
1answer
44 views
How to define listener port?
I'm using a JMeter with JMS Point-to-Point sampler, and I've a MQ queue with listener port 2222 (non standard 1414). JMeter retrieves queue connection details from IBM WebSphere Application Sever by ...
0
votes
0answers
53 views
Jaxb parsing nested elements
Hi i'm trying to parse Jmeter JTL result file with the help of JAXB.
Is it possible to parse the following xml structure via JAXB:
<testResults>
<sample name="Preconditions">
...
-1
votes
1answer
28 views
View Results Tree report not in correct execution order
I executed multiple thread groups, each group having multiple samplers (requests).
Am not seeing order of execution in correct order on completion of final result.
I meant in the results tree all ...
0
votes
0answers
205 views
Jmeter - No suitable driver found for jdbc:microsoft:sqlserver://x.x.x.x:1433
I'm using Jmeter 2.9 and trying to connect to SQL Server 2008.
Within JDBC Connection Configuration and have the following in my connection properties:
Database URL = ...
1
vote
1answer
92 views
Unable to upload image/file when using Jmeter HTTP Proxy server
I have a Image Upload scenario to be perf. tested using Jmeter.
Using Jmeter
Steps:
Launched Jmeter2.9
Added HTTP server to the Workbench, port 8080
Set the IE Network settings to Proxy, port ...
0
votes
0answers
30 views
Load testing of a website with lots of flash
I have a website for load testing and it contains lots of flash files, audios and videos.
Can anybody please suggest me a tool best for the such site's load testing?
I have experience with JMeter, ...
0
votes
0answers
24 views
JMeter extension to support multiple XPath Variables
I'm trying to find the feasibility of extending JMeter where within a single XPath Extractor component, i should be able to define multiple XPaths and assign it to a different reference variables. If ...
0
votes
0answers
26 views
Handling Callback URLs in JMeter
My REST Service takes in a JMeter HTTP request and one of the parameters in the request is a callback url.
The REST Service uses this callback url to post back a response.
Is there any JMeter ...
0
votes
0answers
101 views
JMeter do not record native app from mobile
I was trying to record native app from mobile device from my android 2.3 but it records only browser and not facebook or twitter application.
As shown in below video I also tried to record CNN ...
0
votes
1answer
74 views
Variables in httprequest post body
I'm trying to generate a jmeter script where a unique folder is created each time the script is run - adding a variable of some sort to the folder name, such as a username+timestamp, should be enough ...
0
votes
0answers
103 views
Printing variable value from CSV data file to JMeter console
I am using JMeter to performance test an address validation service that finds valid addresses for an insurance quoting application. I am testing this from the back end using soap requests and I have ...
0
votes
0answers
59 views
Testing AJAX on .net page using Jmeter
We want to do load testing on the web application. I gave server name in HTTP Request and /login.asp in the path. This is giving me exact data from /login.asp source code in Response Data tab in View ...
0
votes
3answers
91 views
How to find a performance bottleneck in a Spring-Based Web Application
I wrote a performance test using JMeter intended to measure the speed of loading a home page. The website is built using Spring MVC. The average speed is 8462 ms and the median is 8271 ms, which are ...
0
votes
0answers
50 views
Jmeter - Create thread group and sampler from java program in JMeter on run time
Is it possible to create Jmeter test plan items on run time from java program? My intention is create thread groups and samplers while starting the Jmeter by pulling the thread group and sampler names ...
0
votes
1answer
40 views
JMeter Regular Expression
I want to extract letters-number from response data and tried few regex but none are working.
E.g. the response data (json) will contain something like:
"sessionId":"WC-123"
And I want to extract ...
0
votes
1answer
52 views
'Middle-node' throughput testing (with JMeter?)
I hope this is the right section and is not hopelessly vague.
I work on a network appliance (essentially a proxy server) and have inherited a project whose end goal is to determine the maximum ...
0
votes
1answer
69 views
How to get the user count which failed in jmeter
I have set up the following in Jmeter:
Number of threads = 10
Ramp period = 100
Loop count = 100
There are 5 http requests in test-plan.
When I run the test I get an error at say 153rd user.
How ...
0
votes
0answers
36 views
How to define a dynamic value to “Match No.” field in “Regular Expression Extractor”?
I am trying to define a variable to "Match No." field in "Regular Expression Extractor" and later assign value for each iterations. Is there any way to do this?
My scenario is like below:
Iteration ...
0
votes
2answers
133 views
Load testing from a user point of view
I have been asked to load test a web page here at the company I am currently working for.
So far, so good.
But..... The project manager would like to have tests running as real users generating ...
0
votes
0answers
20 views
JMeter and Oracle AQ
Anyone have any experience using JMeter and Oracle AQ? I'm trying to publish messages to the Oracle AQ queue using JMS Publisher but the only information I have is from a bindings file.
1
vote
1answer
159 views
Thread.Sleep causes exception in JMeter when using socket.io-java-client library in AbstractJavaSamplerClient custom code
I implemented a custom AbstractJavaSamplerClient for JMeter, and the core runTest is like:
SampleResult results = new SampleResult();
results.sampleStart();
...
0
votes
0answers
46 views
How to set a parameter as an array and send through the http request
In jmeter, I am trying to send a simple http request, and the server I send to requires an parameter which value is an array.
So my problem is that I don't know about the syntax or way how to set up ...
0
votes
0answers
109 views
Data correlation and concurrent users with Jmeter
This is Naresh. Seems this blog is really helpful for the beginners and all.
I have chosen Jmeter for Perf. testing web-based application and it is build with the environment - Microsoft dot ...
0
votes
0answers
27 views
Not able to log “throughput” in JMeter
I am using JMeter to test a web server. I have to take a log in log file with time stamp and "throughput". I have added a "summary report" to my "thread group" so i can see the "throughput" in real ...
1
vote
0answers
82 views
JMeter: Extracting Values that Appear in URLs after a Post
I have an app that I am trying to load test with JMeter, and I am unable to extract a value from an URL, that is generated after HTTP POST.
The app flow (simplified) goes something like this, with ...
0
votes
0answers
31 views
How can I accept the error i aggregate report in jmeter?
I'm using jmeter and I made the extended class from org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient class like below:
After I tested it with my custom class, I saw the aggregate ...
0
votes
1answer
183 views
JMeter PerfMon Metrics Collector plugin to work with JMX
I have trouble getting JMeter PerfMon Metrics Collector listener to collect JMX data. I have started the "serverAgent". I have started remote JBoss server with the following parameters, as stated in ...
0
votes
1answer
36 views
Want to publish 1500 events in 10 mins duration in Jmeter
I have a Jmeter script in which I want to publish 1500 events in 10 mins duration.
Is it possible to configure this using "Ultimate Thread Group" or "Throughput Shaping Timer"?
If yes, then how?
I ...
0
votes
1answer
70 views
Is there a chart/listener in JMeter that would show data of different runs in same graph?
I have measured separately our application server CPU with 5 users and 15 users. Both runs took 5 minutes. I would like to show both runs and CPU in one graph. Currently the only way to do it is to ...
0
votes
1answer
144 views
JMeter export graph to CSV exports to multiple columns, write results to file exports to one column
I was annoyed with JMeter writing data results to CSV as one column. So when the CSV file was opened in Excel all values would be added to one single column (which requires annoying manual copy/paste ...
0
votes
0answers
68 views
how to export mean, standard deviation or 90% line with JMeter
I would like to export some statistical data from Jmeter and the import them to Excel. For the moment I only found how to export : the elapsed time, the latency, the response code...
I would like to ...
0
votes
1answer
83 views
How to easily create reports and comparisons from JMeter .csv data files?
I guess my problem is very common but I still haven't found an elegant solution for it. I have one test plan and one thread group is one test scenario. I have Listeners in each thread group that ...
0
votes
1answer
37 views
Validating xml whose attribute values have quotes in them with xsd in jmeter
I have an xml whose attributes have quotes in the values. Is there any possible way to validate the xml with the xsd ?
The XML:
<root>
<item size="11"x17""/>
</root>
The ...
0
votes
1answer
103 views
Simultaneous SOAP Requests with JMeter
We have test-plan like below:
Test Plan
Thread Group
SOAP/XML-RPC Request 1
SOAP/XML-RPC Request 2
SOAP/XML-RPC Request 3
We have an issue when our service goes down ...
0
votes
1answer
63 views
Reading a external XML file using __XPath(${__P(fileName)}
I have a situation where in I am trying to read a node value of an external XML. I am using BeanShell sampler to read the fileName (passed via command line) and using setProperty method setting the ...
0
votes
2answers
59 views
I want some of the thread groups to run simultaneously and others one after the other
I have 7 threads in my test plan. I would like the first 4 threads to run simultaneously but the last 3 i want to run one after the other.
I tried using a constant timer to delay the last 3 but there ...
0
votes
0answers
17 views
JMeter periodic request
I need to create a test plan where:
A set of requests are executed in the same order as recorded
A periodic request is executed (each X seconds)
So each thread executes recorded requests ...
0
votes
0answers
82 views
Change the date dynamically for every request in Jmeter
I have a bean shell pre-processor for Jmeter, that reads a text file and makes certain values dynamic for every request.
Now, I want to modify it so that the date changes for every new request.
Can ...
0
votes
0answers
58 views
In Jmeter, the more tps is higher, the more response time is shorter?
I did load test using jmeter.
I used 2 listeners:
Response Times Over Time
Transaction per Second
Comparing with 2 listeners, I confused whether or not i know the meaning of these data is. I ...
-1
votes
1answer
87 views
How to execute RMI on linux
Error in NonGUIDriver org.apache.jmeter.engine.JMeterEngineException: Error in rconfigure() method java.rmi.ConnectException: Connection refused to host: 10.143.3.49; nested exception is:
...
1
vote
0answers
59 views
JMeter - Allow different IP addresses for each HTTP request element in a thread group
I have a test plan that has an HTTP request defaults element that I have used to specify the IP address to be used by each HTTP request element in a thread group. Each HTTP request element does not ...
0
votes
0answers
63 views
JMeter HTTP Proxy Server with port already in use (locahost:9001)
I have some trouble to login in my application with JMeter so I would like to try the HTTP Proxy Server to record the actions, but unfortunately the application already uses the port 9001 and I'm ...
0
votes
1answer
72 views
Can we have more than 1 CSV file in a Jmeter Sampler?
Is it possible to have more than one CSV file for a Single sampler?
I mean, I want to read values from a text file & a CSV file simultaneously for a single JMS request.
Could it be possible?
3
votes
2answers
213 views
JMeter: Fire multiple concurrent HTTP requests for a single user
I have a JMeter load test script with a thread group and a Cookie Manager.
The users in the thread group first log in using a HTTP sampler to obtain a cookie.
Then a loop controller fires an ...
-4
votes
1answer
93 views
Getting different http response in browser and in jmeter or java [closed]
Can any one suggest me why im getting different http response in jmeter/java program as compare to browser.
In jemeter i had tried by adding headers but still not working
sampel url ...
0
votes
4answers
57 views
Regex to match 2-999 but not 1
I need a regex that matches all values from 2 and up, but not 1 (I won't encounter a zero in my "to-test" data).
I was trying [2-9]+ but then of course it skips everything from 10-19. And adding a 1 ...
0
votes
2answers
124 views
Passing variable from one http request to another in Jmeter
I have to pass a variable from an xpath extractor in jmeter to another http request.
How can I do this?
I want to pass the variable in header of http request.
I have saved the variable in xpath ...
0
votes
2answers
90 views
Endurance testing using Jmeter
I am new to Jmeter and trying to understand what all can be achieved using Jmeter. I want to perform endurance or soak testing of a application using Jmeter, i.e. I want to run a particular script for ...

