简体   繁体   English

jMeter“在表中查看结果”

[英]jMeter “view results in table”

I use jMeter and "View result in table" listener. 我使用jMeter和“在表中查看结果”侦听器。 My test plans contains few SQL select queries, which I have grouped in "Transaction controller" 我的测试计划包含几个SQL选择查询,这些查询已在“事务控制器”中分组

As report in "View result in table" logs I can see something like that: 作为“在表中查看结果”日志中的报告,我可以看到类似的内容:

...... ......

20:25:58,55,SELECT 27,200,OK,Testerzy OS 1-10,text,true,50,0
20:25:58,106,SELECT 28,200,OK,Testerzy OS 1-10,text,true,23,0
20:25:58,92,SELECT 29,200,OK,Testerzy OS 1-10,text,true,35,0
20:25:00,3129,Transaction Controller 2001,200,"Number of samples in transaction : 32, number of failing samples : 0",Testerzy OS 1-1,,true,10267,247

How can I change it to see only: 如何更改为仅查看:

20:25:00,3129,Transaction Controller 2001,200,"Number of samples in transaction : 32, number of failing samples : 0",Testerzy OS 1-1,,true,10267,247

in logs file ? 在日志文件中?

Please select below option in transaction Controller 请在事务控制器中选择以下选项

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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