You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "zdmis345 (via GitHub)" <gi...@apache.org> on 2023/05/22 06:51:22 UTC

[GitHub] [jmeter] zdmis345 opened a new issue, #5941: jmeter事务控制器勾选generate parent sample,命令行运行没有生效,5.1或5.1版本使用

zdmis345 opened a new issue, #5941:
URL: https://github.com/apache/jmeter/issues/5941

   ### Expected behavior
   
   ![41684735524_ pic](https://github.com/apache/jmeter/assets/134261529/6618abd9-234e-462d-bbcb-1ad93c17d7cd)
   
   
   ### Actual behavior
   
   _No response_
   
   ### Steps to reproduce the problem
   
   ![41684735524_ pic](https://github.com/apache/jmeter/assets/134261529/0278f346-4e5c-4065-9d49-5de7aca4a3c1)
   
   
   ### JMeter Version
   
   5.1/5.5
   
   ### Java Version
   
   _No response_
   
   ### OS Version
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] Ninja-Cyborg commented on issue #5941: jmeter#Transaction Controller勾选generate parent sample,命令行运行没有生效,5.1或5.5版本使用

Posted by "Ninja-Cyborg (via GitHub)" <gi...@apache.org>.
Ninja-Cyborg commented on issue #5941:
URL: https://github.com/apache/jmeter/issues/5941#issuecomment-1564715965

   Hi @zdmis345 
   I believe you do not want child elements of Transactional controller to show in HTML reports under Statistics section.
   
   Here is what worked for me, it removes child entries from reports (only issue is it also removes child sample count):
   1. Check Generate parent sample in Jmeter GUI, save to jmx file
   2. Add following property in user.properties file:
   jmeter.save.saveservice.subresults=false
   3. restart the JMeter to reload changes
   4. Run the file from command line
   
   Or you can pass argument in along in command line:  -Jjmeter.save.saveservice.subresults=false 
   
   Here is sample output:
   ![image](https://github.com/apache/jmeter/assets/66517017/6a253fd9-0948-43dc-8b1d-7f3ad6eeb3a1)
   *It hides child entry, but also ignore child sample counts*
   
   JMeter Test Plan:
   ![image](https://github.com/apache/jmeter/assets/66517017/2a75e0ec-ce5f-4f11-a380-432041ca0d14)
   
   Please let me know if it provides any help in your scenario.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] zdmis345 commented on issue #5941: jmeter#Trasaction Controller勾选generate parent sample,命令行运行没有生效,5.1或5.5版本使用

Posted by "zdmis345 (via GitHub)" <gi...@apache.org>.
zdmis345 commented on issue #5941:
URL: https://github.com/apache/jmeter/issues/5941#issuecomment-1556681319

   ![image](https://github.com/apache/jmeter/assets/134261529/770643c6-5d41-46cc-ac59-9203bc1210de)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org