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

balancing grpc #434

Open
zibul444 opened this issue Mar 15, 2024 · 0 comments
Open

balancing grpc #434

zibul444 opened this issue Mar 15, 2024 · 0 comments

Comments

@zibul444
Copy link

Command line arguments / config
List all command line arguments or config properties
ghz --insecure \ --call apigateway.Service/Process \ -D ./data.json \ --rps 1000 --duration=10m \ --connect-timeout=1s \ --lb-strategy=round_robin \ --cpus=16 \ --concurrency=16 \ --async \ dns:///any.net:82

Describe the bug
A clear and concise description of what the bug is.

After running the test, new fruits of the application appear. but the load is not distributed on them, although I add "--lb-strategy=round_robin" to the arguments

To Reproduce
Steps to reproduce the behavior:

  1. launch ghz
  2. wait for the application to scale
  3. the graphs show that the load goes only to the old pods, and does not go to the new ones.

Expected behavior
A clear and concise description of what you expected to happen.
the ability to fine-tune balancing

Environment

  • ubuntu
  • ghz: 0.117.0

Screenshots
If applicable, add screenshots to help explain your problem.
image

Additional context
Add any other context about the problem here.

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

1 participant