Bug 59041

Summary: Capability to generate summary report for mode DiskStorage during distributed test
Product: JMeter - Now in Github Reporter: tarun <tkumarb>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 2.13   
Target Milestone: ---   
Hardware: All   
OS: All   

Description tarun 2016-02-22 08:49:44 UTC
JMeter distributed test is of great use when orchestrating tests across various test agents. Though it comes with costs of reduced throughput generated from test agents as they have to write results to master from time to time. The quicker the application responses the higher the throughput suffers. 

To overcome this, I began to use DiskStorage mode so that test results are stored on slave machine and are transferred to master only after test run is over. But using DiskStorage deprives one of Summary Report which are printed on master console from time to time and provides a gist of ongoing test.

It would be of great help if Summary Report could be enable on DiskStorage mode. Which would get us best of both words that is - No compromise in  throughput and being able to see gist of test result during test run.
Comment 1 The ASF infrastructure team 2022-09-24 20:38:02 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3844