Questions tagged [jmeter]

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.

Apache JMeter can load and performance test many different types of requests:

• web: HTTP, HTTPS, TCP, FTP
• web-services: SOAP/XML-RPC
• database: JDBC
• mail: POP3(S), IMAP(S), SMTP
• LDAP
• JMS

JMeter can also be configured as a monitor, although this is typically considered an ad-hoc solution in lieu of advanced monitoring solutions.

JMeter supports variable parameterization, assertions (response validation), per thread cookies, configuration Variables and a variety of reports.

Full multithreading framework allows concurrent sampling by many threads and simultaneous sampling of different functions by separate thread groups.

60 questions
1
vote
1 answer

best option to load test with fixed ip using jmeter and azure

Azure devops offers a great service to allow you to run a simple jmeter script (no custom samplers though, and only supports 3.2), with one click. however, this wont work for us, as the site we want to load test can only be seen with whitelisted…
eos
  • 551
  • 4
  • 10
  • 27
0
votes
1 answer

JMeter works with server public IP but doesn't work with domain name

I want to test the REST API on my server with domain blazingsocket.tk I set up HTTP Request test using JMeter on my local, below is the configuration: Protocol: http Servername or IP: blazingsocket.tk Port: 80 And this is what I received: Non HTTP…
0
votes
1 answer

Getting error error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure on jmeter

I have an issue with Jmeter Curl. I have a .sh file which contains curl command, and that sh file calling using OS Process Sampler .sh command contains curl -kvH "Accept: application/json" https://www.rocketleaguereplays.com/api/replays/-1/ But I…
0
votes
1 answer

Jmeter-How to record AJAX calls

I am testing a chat application and trying to record the same. When I post a message in chat app, the action is not getting recorded in Jmeter. I can see the pages in Jmeter but the posting message is not shown. Basically, when I post a message in…
krish
  • 25
  • 3
  • 6
0
votes
1 answer

Testing Concurrent Users using Jmeter

If I have to load test an app for 40,000 users per hour with each user's average spent time of one minute then what should be my test approach? Will running a test for 666 Threads/Users (40000/60=666) using ramping up period of 1 minutes and…
Cedric
  • 1
  • 1
0
votes
5 answers

Configure JMeter to test a proxy service

I have developed a proxy service using ballerina language by referring the following [1] and [2]. It works perfectly fine. Now I want to run a load test via JMeter. That is JMeter should be configured in a such a way that the http request to a…
JEJC_JACALK
  • 145
  • 2
  • 8
0
votes
1 answer

rails puma nginx concurrent access - cannot find the bottleneck

I have a simple rails app running on puma with an nginx proxy server in front of it configured in a standard way. They are running on an aws t2.micro instance. The mysql db is running on another t2.micro instance. If I run a jmeter load test for a…
Michael
  • 21
  • 1
  • 3
0
votes
1 answer

Running jMeter from AWS EC2 times out

I have some jMeter scripts that I am able to run fine locally. However, when I try to run them on an EC2 instance, every thread times out with the following exception: Response code: Non HTTP response code: java.net.ConnectException Response…
ferics2
  • 101
  • 2
0
votes
1 answer

Unable to connect with arcgis server while recording using jmeter proxy setting with iPAD

We have iPAD and Jmeter 3.0 version for recording mobile performance script. We have setup iPad and Jmeter proxy setting as mentioned on many sites. Our application is native mobile application. When we try record after setting proxy able to record…
0
votes
1 answer

How to calculate highest CCU (concurrent users) in server linux?

I used Jmeter to test stress of my application, i can check information of server RAM, CPU while testing. Base on the information, how can i calculate value of highest CCU (concurrent users) while the server can run well.
0
votes
1 answer

concurrent user tesing using jmeter

On a 8GB RAM machine with Intel i5 2500 processor, i am running tomcat and able to send upto 400 requests with 0% error rate using JMeter for fetching a data size of around 2MB (approx). When i observed the response time it has grown up from 10 sec…
0
votes
2 answers

Performance testing LAMP-Cluster - How to find bottle neck?

I have set up a cluster of 3 nodes running a LAMP-Application with HAProxy doing the load balancing. Now I would like to optimize and load test the system. Therefore I am unsing jmeter-ec2 which spinns up 15 AWS-t1.micro Instances from region…
merlin
  • 2,093
  • 11
  • 39
  • 78
0
votes
1 answer

how to benchmark an ubuntu webserver using Jmeter and create a test report.?

I have an ubuntu webserver(LAMP) running a clients website.I have already created a test plan with jmeter, what i would like to know is how would we benchmark the server with Jmter and create a test report. Like the maximum number of concurrent…
0
votes
1 answer

Remote jmeter-server error while getting the results back after some time

I have a question, I'm using jmeter from my pc that drives a jmeter-server that is installed on a RHEL5.8 my version of java is : [jmeter@sem-osb logs]$ cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.8 (Tikanga) [jmeter@sem-osb…
Pierre-Alain TORET
  • 1,254
  • 8
  • 14
0
votes
1 answer

Jmeter gets Apache lost db connection

I have a web app that makes to many ajax requests (update data with a grid). When I use JMeter to make a stress test with 20 threads and 10 loops, my web application canno't connect to the database (Oracle) in the 3th sample. My server has the next…
Galled
  • 109
  • 1
  • 6