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

JMeter Load Parameters in the UI #28

Open
eostermueller opened this issue Mar 14, 2020 · 0 comments
Open

JMeter Load Parameters in the UI #28

eostermueller opened this issue Mar 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@eostermueller
Copy link
Owner

eostermueller commented Mar 14, 2020

How much load is applied when you lauch the load generator, with the checkbox in the screenshot below? 3t0tt -- 3 threads, zero think time. I chose this because its not too much, not too little. A single thread of load will never catch any multi-threaded defects. 2 threads will sometimes reproduce muti-threaded defects. But in my experience, three threads of load will reproduce multi-threaded defects most of the time, especially when the unit of work being executed is < 10-ish milliseconds.

The main two parameters I'd want are
count of threads to load and test duration.

Would be nice to provide some basic parameters for configuring this. For example, if you're experimenting with larger amounts of parallelism, you'll have to write your own threading code that launches threads. But if you could jack up the number of load generator threads to larger numbers, exploring larger parallelism would be easy/trivial.

Would be nice to have a few basic data entry controls for that just below the "Status: Stopped" for load generation.

image

@eostermueller eostermueller added the enhancement New feature or request label Mar 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant