Top "Jmeter" questions

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

How do I install jmeter on a Mac?

We want to use JMeter. I've downloaded the production version as directed in the user manual at http://jmeter.apache.…

testing jmeter performance-testing load-testing
How to analyze a JMeter summary report?

I get the following result when I run a load test. Can any one help me to read the report? …

report jmeter summary
Jmeter - get current date and time

I want to get the current date and time as example date: 11/10/2014 and time 8:30 am or 6:00 pm and pass it …

jmeter
How to resolve the error "Unable to access jarfile ApacheJMeter.jar errorlevel=1" while initiating Jmeter?

Download Jmeter and execute the batch file (Jmeter\apache-jmeter-2.6\bin\jmeter.bat). We get the error message in the console: …

jmeter
Jmeter - Run .jmx file through command line and get the summary report in a excel

I am new to jmeter. I have the .jmx file containg all the required http samplers. I could run it …

command jmeter
JMeter "if controller" with parameters?

I was reading the JMeter documentation and came across this info box about "If Controllers": No variables are made available …

jmeter
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 …

jmeter load-testing performance-testing stress-testing
JMeter OutOfMemoryError

I am facing below OutOfMemor errors, and JMeter stops working.... java.lang.OutOfMemoryError: Java heap space Dumping heap to java_…

memory heap jmeter out-of-memory heap-memory
Setting up Jmeter to do HTTPS

I am using a jmeter 2.7 for my load testing. When we started of the urls to use were simple http. …

ssl https jmeter
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 …

java session cookies jmeter session-cookies