Search code examples
filterjmeterreport

Jmeter report filtering out every line containing "Number of samples in transaction". Why? and How to avoid?


I've noticed that Jmeter report excludes for computation of the total line in the dashboard every transaction where the responseMessage contains the following string "Number of samples in transaction".

I searched the reason for such filtering in the property files but didn't find it. So I just edited the jtl file by editing the guilty string, and now the total line is Ok.

Anyway it would be much easier if I could reach the same result without editing the jtl. Where can I modify this filter behavior in the property files?


Solution

  • You're using Transaction Controllers in your test, don't you? In case you want to get only this "synthetic" transaction time in the report just click "Apply Naming Policy" in the context menu:

    enter image description here

    Take a look at Transaction Controller configuration for more details.