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

[runner subcmd] init run subcommand #3

Closed
5 tasks done
fuweid opened this issue Dec 11, 2023 · 0 comments
Closed
5 tasks done

[runner subcmd] init run subcommand #3

fuweid opened this issue Dec 11, 2023 · 0 comments

Comments

@fuweid
Copy link
Collaborator

fuweid commented Dec 11, 2023

  • Add --clients Total number of HTTP clients flag option

Currently, that runner uses --conns number as client number. By default, client-go uses HTTP2 protocol. One connection can serve multiple requests in parallel. Runner should reuse that conns to handle requests if --clients number is larger than --conns.

  • Add ObserveReceivedBytes metric method for ResponsesStats

For GET/LIST requests, the client-go takes long time to receive huge responses. The TotalReceivedBytes metric can help us to understand total traffic bytes and average RX rate during testing.

NOTE: #15 is good enough. Ideally, we should not have a ton of errors.

  • Add --result=path flag to export result into specific file instead of stdout

Tasks

Preview Give feedback
  1. kind/feature priority/P3
    PugDeveloper
  2. kind/feature priority/P2
    manasachi
@fuweid fuweid changed the title Finalize sub-command runner [runner subcmd] init run subcommand Jan 9, 2024
@fuweid fuweid closed this as completed Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant