About 50 results
Open links in new tab
  1. performance - JMeter understanding ramp-up - Stack Overflow

    Jun 25, 2013 · The ramp-up period tells JMeter how long to take to “ramp-up” to the full number of threads. @Little Chicken Understanding 1 is correct. If 10 threads are used, and the ramp-up period …

  2. How do I generate a Dashboard Report in jmeter? - Stack Overflow

    Jul 8, 2016 · Open Jmeter from bin folder. In JMeter bin folder you will find reportgenerator and user properties files. Simply copy all data of Report generator to user.properties file. Save the file. Now …

  3. jmeter - Using CSV file to read test data from - Stack Overflow

    Sep 30, 2016 · Prepare kind of csv-file with list of your test-params and use it to parametrize your test-samplers, using at least the following: CSV Data Set Config Look into the following links for details: …

  4. JMeter - OutOfMemoryError How to change heap size in Jmeter?

    Jul 29, 2021 · In order to make the change permanent modify the line # 151 of jmeter.bat startup script Don't pay attention to the console message when you start JMeter in GUI mode, it's hard-coded and …

  5. Jmeter: Response code: Non HTTP response code: javax.net.ssl ...

    Jul 3, 2017 · 0 If your url needs a client certificate, then copy your cert to /bin folder and from the jmeter console if you go to options -> SSL Manager and select your cert , it would prompt you for the …

  6. How to resolve the error "Unable to access jarfile ApacheJMeter.jar ...

    What version of Windows, Java (and is it JDK or JRE) and are you running the .bat from the command line, the run menu or a command prompt? If you are using XP or new, are you able to use JMeter by …

  7. How do I pass a variable from one Thread Group to another in JMeter

    Apr 2, 2009 · According to JMeter documentation: 16.12 Sharing variables between threads and thread groups Variables are local to a thread a variable set in one thread cannot be read in another. This is …

  8. Newest 'jmeter' Questions - Stack Overflow

    Feb 19, 2026 · Running jmeter version 5.4.2, and trying to use the Weighted Switch Controller jmeter-bzm-plugin. Have tried versions jmeter-plugins-wsc-0.6 and jmeter-plugins-wsc-0.7 in lib/ext but see …

  9. automation - URL encode variable in Jmeter - Stack Overflow

    18 I need to encode a variable in Jmeter, but it isn't a parameter. For example: ... I want to encode the ${token} variable, and only the token variable. I know that you can select encode in the parameters …

  10. How do I save my Apache jMeter results to a CSV file?

    Jun 8, 2011 · I've created my jMeter test which make 20,000 HTTP requests. I've included the "View Results in Table" listener. After running the test, I would like to save the table results to a CSV file.