apache / apache/jmeter

Capability to generate summary report for mode DiskStorage during distributed test

Open
#3,844 0 comments 0 reactions 0 assignees View on GitHub
enhancement os: All P2
Dominant language
Java
Stars
9.5k
Forks
2.3k
Avg merge
1d 22h
Merged PRs (30d)
5

Description

**tarun** ([Bug 59041](https://bz.apache.org/bugzilla//show_bug.cgi?id=59041&redirect=false)):
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.

OS: All

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.