Questions tagged [jmeter]

Apache JMeter is an open source Java application, designed to load-test functional behavior and measure performance. Originally designed for testing Web Applications, it has since expanded to other test functions as well.

49 questions
21
votes
4 answers

How to avoid google chrome proxy bypass for localhost?

On Linux I'm starting chrome as google-chrome --proxy-server=127.0.0.1:8888 --proxy-bypass-list="" however it's still not using the proxy for localhost requests. How can I force chrome to use my proxy for localhost? You may wonder why I wanna do…
6
votes
1 answer

How can I change the Background color and the Font size in Apache J Meter

How can I change the background color to White from the existing Black color and also increase the font size of the Apache J Meter Software?
5
votes
2 answers

How to login into the web application using JMeter?

How to login into the web application using JMeter and what are the parameters we need to give for login, logout and login button?
Bala
  • 51
3
votes
1 answer

How to simulate a load test of 500tps using JMeter

I am using JMeter for testing my REST API. The API must handle around 100 tps load. I am using following hardware for generating load: CPU - 8 Cores RAM - 16 Gb 3.0 GHz Intel Xeon Platinum Processor _JAVA_OPTIONS = -Xms1g -Xmx12g Now I have single…
user978601
  • 31
  • 1
  • 1
  • 2
2
votes
1 answer

Save results with response data in JMeter without rerunning the test

How can I save the results of a test run with the response data but without needing to re-run the test in JMeter? I ran a test for 1 hour and I can see in the Test Results that the response data is there, however the csv file is missing them. Is…
sashoalm
  • 4,260
2
votes
3 answers

JMeter Plugins Manager Failed to download plugins repository

I can't connect with JMeter Plugins Manager. I have a new version 5. JMeter is working normally but I can't use manager. Error's technical details: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building…
1
vote
1 answer

How to produce multiple result files in JMeter?

I'm trying to run JMeter in non-GUI mode but I want to generate two result files: one in CSV format and another in JTL (but using XML). Right now I have: jmeter -n -t C:\testPlan.jmx -l C:\result.jtl Of course, trying -l is not valid. Is there a…
dhuynh
  • 13
1
vote
1 answer

Jmeter install fails

On mac OS X trying to install jmeter have java8 (oracle) installed but the GUI never works. java -version java version "1.8.0_221" Java(TM) SE Runtime Environment (build 1.8.0_221-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.221-b11, mixed mode)…
bob
  • 11
1
vote
1 answer

TeamCity : JMeter Test run throws an error about ~ Result item must include asserted result

Encountering the below error while Running a JMeter test from TeamCity. Result item format must included asserted result. Format: startTime responseTime testName... Found[1567618705330,1335,01_Launch_InfiniteJP_01_jp,200,OK,Thread Group…
swetha
  • 13
1
vote
1 answer

JMeter - what is the default connect and response timeout for HTTP request

What is the default connect and response timeout for HTTP request in Jmeter? I didn't change any settings in jmeter.properties file. # set the socket timeout (or use the parameter http.socket.timeout) # for AJP Sampler implementation. # Value is in…
Dariusz
  • 11
1
vote
1 answer

Unable to start jmeter in Mac using jmeter.sh file

I am facing a problem in starting JMeter 5.1.1 in my Mac.  I have installed the jmeter zip file from https://jmeter.apache.org/download_jmeter.cgi and unzipped it.  Then I went to jmeter/bin on my terminal and tried the command sh jmeter.sh. This…
Rohit sai
  • 11
  • 1
  • 3
1
vote
0 answers

JMeter Table Result Created 3 Timestamps

I am new to JMeter and Automation Test, and I have a problem in reading JMeter results in CSV. I tried running a test plan with the following Thread Group Properties: My JMeter Thread Group Number of Threads: 1, Ramp-Up Period: 1, Loop Count: 1, So…
1
vote
1 answer

Jmeter recording using Https script recorder

I have tried to use Https test script recorder to record steps and I have verified that I have set proxy too in Firefox. I couldn't get any recordings. Tried the same action via chrome plugin blazemeter and I was able to get the recording steps.
Anisha
  • 11
1
vote
0 answers

Why is my JMeter executed Add not showing in LDAP

I am currently testing an LDAP system using Jmeter. The standard LDAP template in JMeter is pretty much setup and I just needed to fill in my username and password, specify a host and DN to connect to. I have gotten to the point where all my tests…
1
vote
1 answer

How to manually correlate cookies in JMeter

I am trying to performance test an app that uses some high level security protocols (like Kerberos to name one) I already correlated the tokens sent back and forth, but now run into an issue with the cookies. In the request following a previous…
1
2 3 4