简体   繁体   中英

Restructure summery.csv file in jmeter performance testing

I'm executing Jmeter performance test which contain two threads. One Thread group is for data creation and the other one for test. At the end summery.csv file gives both results. (test creation and Test results).

Is there a way I can have only the Test result (result in Test thread group) in the summery.csv file

I'm using jmeter 3.3

I have use Setup thread group and tear down thread group for data creation and data clean parts. And remove summery report from those threads.This didn't help.

Try using the summary results listener inside the test thread group instead of test plan level. By doing this way you only get the result for the respective thread group.

You can use Filter Results Tool in order to remove the sample results you're not interested in from the results file.

Filter Results Tool can be installed using JMeter Plugins Manager

在此处输入图像描述


Also be aware that according to JMeter Best Practices you should always be using the latest version of JMeter so consider upgrading to JMeter 5.1.1 (or whatever is the latest stable version which is available at JMeter Downloads page on next available opportunity)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM