Top "Jmeter" questions

Apache JMeter is an open source Java application, designed to load-test functional behavior and measure performance.

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 …

http web-applications load-testing jmeter
How to do a OAuth 2.0 authentication in JMeter?

I'm trying to Functional test a few APIs that need to be authenticated (OAuth 2.0) and simulate this in JMeter. I'm …

azure authentication oauth-2.0 jmeter jmeter-plugins
JMeter starts with warning message

I have JMeter set-up on my Windows 8 machine. When I startup JMeter it starts fine but leaves a warning message …

java jmeter startup-error
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 …

linux distributed jmeter loopback
JMeter and JavaScript

When I make HTTP Request in JMeter I get Response data like "This page uses JavaScript and requires a JavaScript …

jmeter stress-testing load-testing
JMeter: How to change user defined variable value for second iteration of loop count

I'm running a Thread Group with the following property values: Number of threads: 200 Ramp-up Time (sec): 20 Loop-count: 2 I also have …

jmeter
jmeter Response code: 500 Response message: Internal Server Error Response headers:

I am running jmeter and encounter this problem, i have tried cookie manager and header manager, cache manager there, the …

java jmeter cookiemanager
SSLHandshakeException while connecting to a https site

I am trying to record a https site through jmeter (version 2.13, java version - 1.8u31) and I am getting SSLHandshakeException …

java ssl jmeter sslhandshakeexception
Jmeter extracting fields/parsing JSON response

I have following JSON format in response body [ { "Name" : "Prashant", "City" : "Sydney" }, { "Name" : "Yogi", "City" : "London" } ] What is the better …

regex json parsing jmeter
JMeter upload file with relative path from the jmx file

I am creating a HTTP Request Sampler in JMeter to automate uploading file to a http service. Is there a …

jmeter