Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Constant throughput timer #1537

Closed
asfimport opened this issue May 4, 2005 · 2 comments
Closed

Enhance Constant throughput timer #1537

asfimport opened this issue May 4, 2005 · 2 comments

Comments

@asfimport
Copy link
Collaborator

Iulian Cutui (Bug 34739):
If you have more than one thread group with a constant througput timer in each
of them set in non legacy mode, then the actual throughput of each thread group
is false computed. The computations are made using
JMeterContextService.getNumberOfThreads(), but this method returns the total
number of threads from all thread groups. The computations should be made using
the number of threads from the current thread group.

OS: All

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
There are (at least) 3 possible ways of calculating the throughput:

  • separately for each Thread (legacy mode = true)
  • over all active threads (legacy mode = false)
  • over all active threads in the thread group (not yet implemented - but I'm
    working on it..)

Seems to me that they are all equally valid.

Changing to an enhancement.

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
Added to CVS HEAD, along with fix for time calculation per thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant