I am running JMeter 4.0 r1823414.
In my test suite, I have the following structure:
When I run this TestPlan in non gui mode with the following command:
.\jmeter -t $testplan -l $testlog -e -o $reportFolder
I get a CSV file with all debug steps and requests (Authentication for example).
I am interested only in Query requests.
How can I exclude all requests from the CSV file and leave only Query requests in there?
I figured out what I did wrong. by providing
-l
with a file path, I created a listener for the whole test session:If I run
jmeter -n -t $testplan
i get just the logs from the listeners I have specifiedThis is exact match for Filter Results Tool jmeter plugin
In your case you search for Query:
If you want to exclude from CSV , then go for Filter Results Tool as per @ser7294900 answer.
But if you only want to exclude in HTML report then :
- Second, use menu Help > "Export Transactions for report" and replace this in user.properties