apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
7.97k stars 2.02k forks source link

jmeter hangs when open a jmx with a Big JSON request param #6233

Closed ibingdian closed 1 month ago

ibingdian commented 3 months ago

Expected behavior

open the file immedidately

Actual behavior

open the file used 10 minute or longer

Steps to reproduce the problem

report_jmx.zip

in the jmx, i have a httpsample , and it`s request param is a big json ,about 600k, when load the file ,the jmeter hangs up.

how to solve the problem.

the jmx is in report_jmx.zip. the jvm are as follow jmeter jvm

JMeter Version

5.6.3

Java Version

1.8

OS Version

windows

dengfan2018 commented 2 months ago

I have the same question。

ibingdian commented 1 month ago

in jmeter.properties, set jsyntaxtextarea.linewrap=false

vlsi commented 1 month ago

We might automatically disable line wrap in jmeter if the body contains long lines.