简体   繁体   中英

JMeter View Results Tree - filter results

有没有一种方法可以过滤掉所有条目,除了JMeter View Results Tree侦听器中的一个或两个特定线程外?

You can add a view results tree to the thread group directly. View Results Trees which have a thread group as their direct parent will only show requests made by that thread group.

View Results Trees can also be added directly to a HTTP Sampler. When added directly to a sampler that tree will only show results from that specific HTTP Sampler.

查看结果树位置

In the image View Results Tree will record requests from both thread groups. View Results Tree 1 will only record HTTP Request Google and HTTP Request Bing, Tree 2 will record HTTP Request MSN and Tree 3 will record HTTP Request MSN and HTTP Request Yahoo.

Be careful though, View Results Tree should only be used for debugging and should not be enabled during an actual performance test according to best practices.

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