Questions tagged [jmeter-logging]

9 questions
1
vote
1 answer

JMeter: Unexpected behavior with identical values for return URL and client ID after a successful test

JMeter: Unexpected behavior with identical values for return URL and client ID after a successful test I'm currently working with JMeter for performance testing of an application that implements the OpenID Connect (OIDC) protocol for…
Sibi
  • 11
  • 1
1
vote
1 answer

JMeter - I want to log/display error responses only in CLI mode

I could see that in GUI mode there is an option to log/Display only errors in View Results tree listener. Please refer to the image here. How can i do the same thing on CLI mode, I want lo log/display errors only, please help me!!!
ADARSH K
  • 119
  • 1
  • 8
1
vote
2 answers

jmeter.log file not updated when run in non-GUI mode (using JMeter 5.2.1)

I'm using JMeter 5.2.1 and when I run some test in GUI mode (or even start the GUI mode), the jmeter.log is populated. But when I use non-GUI mode, nothing is happening. Command line : "M:\Apps\apache-jmeter-5.2.1\bin\jmeter" -Jthreads=1 -Jrampup=20…
NahkT
  • 23
  • 5
1
vote
1 answer

Stop jmeter.log logging out third party logs

I have a JSR223 sampler that uses Tiny Radius but when I run the script, jmeter.log fills up with info messages from org.tinyradius.util.RadiusClient and packet information. Is there something I can add to my jmeter.properties to stop this, or at…
MeanwhileInHell
  • 6,780
  • 17
  • 57
  • 106
0
votes
1 answer

In Jmeter how to record/capture only error sampler data in raw JTL file through non gui mode?

When I'am running jmeter script in NON-GUI mode using the below command jmeter -n -t test_plan.jmx -l logs.jtl The jtl file generated does not contain any info like sampler request,response,headers etc. when viewed in view result tree. I want to…
0
votes
2 answers

JMeter console execution exclude all logs(log, System.out, println) except summary

I created a basic HttpRequest call in Jmeter (GET https:www.google.com) with a JSR223 PostProcessor with the following code(this is just an example): log.info("log"); System.out.println("Sysout"); println("println"); When I run the performance test…
Eduardo
  • 2,070
  • 21
  • 26
0
votes
3 answers

How can I create a new unique name jmeter.log file each time a CLI command is run?

Whenever I run a new jmeter command from the CLI a new jmeter.log file is generated and I lose the contents written by the previous test run. Example: First I run the test script with : jmeter -n -p .\config.properties -t…
JustNatural
  • 375
  • 7
  • 19
0
votes
1 answer

Issue with Jmeter replay for-aws-cognito-login

The application I'm handling is using AWS cognito login. Facing issue with the Dynamic SRP_A value and Im getting the below error {"__type":"NotAuthorizedException","message":"Incorrect username or password."} I have read through the post below and…
0
votes
1 answer

jmeter.log file is not created in non GUI mode

Im running my jmeter script using a SH file having below commands, #! /bin/sh JMETER_HOME=/jmeter/DummyTest/Jmeter4/apache-jmeter-4.0 #PATH=$PATH:JMETER_HOME/bin #export PATH echo $PATH cd $1 echo current dir is `pwd` echo "=== START OF …
shey
  • 344
  • 2
  • 10
  • 29