Search code examples
jmeterperformance-testingjmx

Red color in POST data in Request Body in JMeter


In JMeter in View Result Tree in the section Request-Request Body I have a red colour text in the POST data. Is it ok? enter image description here Red colour I have also in Get data in Request Body enter image description here

I tried to do performance test with 50 users. The test was recorded by Blazemeter, and then I download it to JMeter. On 50 different users I made a variable from csv file. enter image description here In the Thread Group I have 50 users, ramp-up period 60 sec, loop count 1.


Solution

  • You can ignore this safely, I think it's some form of syntax highlighting which is unnecessary and harmful.

    In general you should not be using any Listeners for high-scale performance tests, you should be running JMeter in command-line non-GUI mode with all listeners disabled. See Reducing resource requirements user manual chapter for more details.

    View Results Tree listener should be used for ensuring that your test is doing what it is supposed to be doing with no more than 1-2 users/iterations.