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

Whether distributed jmeter is supported #39

Open
ntmxglrtayl03 opened this issue Mar 23, 2023 · 1 comment
Open

Whether distributed jmeter is supported #39

ntmxglrtayl03 opened this issue Mar 23, 2023 · 1 comment

Comments

@ntmxglrtayl03
Copy link

The performance of a single device may not be sufficient for high concurrency testing. Is distributed supported? I don't see that in the documentation,Hope to receive an answer,thanks!

@serputko
Copy link
Owner

serputko commented Mar 23, 2023

Hi, unfortunately, you can't run distributed tests on of the box, but it's not too hard to do that with jmeter+influx+grafana.
You could run multiple jmeter simultaneously, for example using multiple jenkins agents, docker, Kubernetes, etc. Each jmeter will send metrics into influxdb, so you will have all raw test metrics in influxdb.
The most important part is to validate and make minor modifications to grafana dashboard so it's displaying proper numbers and charts.

I could help you with getting multi-run dashboard setup, but initially you should be able to run multiple jmeter instances

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

No branches or pull requests

2 participants