Bug 59012

Summary: JMeter distributed test does not have capability to store test results only on slave machines
Product: JMeter - Now in Github Reporter: tarun <tkumarb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: enhancement CC: elprof65, p.mouawad
Priority: P2    
Version: 2.13   
Target Milestone: ---   
Hardware: All   
OS: All   

Description tarun 2016-02-16 16:00:24 UTC
The current implementation of sampler sender for distributed testing has different modes but all of them eventually write file to master controlling the test. Some of us prefer using DiskStorage mode of distributed testing to save network bandwidth but transfer of test result after test run is over is very very slow.

It would be beneficial to have mode - localOnly which keeps results in jtl format on slave machines and could be scp/aggregated once test execution is over.

Something similar was asked here - http://stackoverflow.com/questions/12979003/in-jmeter-distributed-remote-testing-is-it-possible-to-store-results-file-on
Comment 1 Sebb 2016-02-17 22:07:30 UTC
A work-round is to run separate non-GUI tests on each server host.

But really the question is: why is the sending of disk-based results so slow?
Comment 2 The ASF infrastructure team 2022-09-24 20:38:02 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3833