Bug 59041 - Capability to generate summary report for mode DiskStorage during distributed test
Summary: Capability to generate summary report for mode DiskStorage during distributed...
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.13
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-22 08:49 UTC by tarun
Modified: 2016-02-22 08:49 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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