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

Change Throughput in Runtime #739

Open
dyegowermelinger opened this issue Jul 11, 2023 · 0 comments
Open

Change Throughput in Runtime #739

dyegowermelinger opened this issue Jul 11, 2023 · 0 comments
Labels
new feature New feature or request
Milestone

Comments

@dyegowermelinger
Copy link
Contributor

Description

Sometimes the test is close to finishing, but we didn't reach the target we were aiming. Creating a feature that allows changing the parameters below in runtime will help us reduce the necessity of starting a new test just after the previous one.

  • Number of Threads
  • Duration
  • Load Profile (RPS - Throughput Shaping Timer)

Solution

  1. Create a button to change the runtime configuration
  2. List the Thread groups from the tests or allow the user set the name
  3. Allow to change the parameter:
  • Number of Threads
  • Duration
  • Load Profile (RPS - Throughput Shaping Timer)
  1. To apply the changes, we can use the component Beanshell, by creating a bash script which will be deployed on the Jmeter Image used. E.g: Changing Runtime Config

Aditional Information

  • The test can have more than one user journey, analyze how to apply it just to one or more user journeys.
@dyegowermelinger dyegowermelinger added the enhancement Enhancement of an existing feature label Jul 11, 2023
@dyegowermelinger dyegowermelinger added this to the v0.10 milestone Jul 11, 2023
@crazyplayy crazyplayy modified the milestones: v0.10, v1.0.0 Aug 23, 2023
@crazyplayy crazyplayy added new feature New feature or request and removed enhancement Enhancement of an existing feature labels Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants