Skip to content

balancing grpc #434

@zibul444

Description

@zibul444

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions