chaos-mesh / chaosd

A Chaos Engineering toolkit.
Apache License 2.0
136 stars 63 forks source link

HTTP attack: support send HTTP request #177

Closed WangXiangUSTC closed 2 years ago

WangXiangUSTC commented 2 years ago

usage:

./bin/chaosd attack http request -h
request specific URL

Usage:
  chaosd attack http request [flags]

Flags:
  -c, --count int          HTTP method (default 1)
  -p, --enable-conn-pool   HTTP method
  -h, --help               help for request
      --url string         Request to send.

Global Flags:
      --log-level string   the log level of chaosd. The value can be 'debug', 'info', 'warn' and 'error'
      --uid string         the experiment ID
ti-chi-bot commented 2 years ago

[REVIEW NOTIFICATION]

This pull request has been approved by:

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment. After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review. Reviewer can cancel approval by submitting a request changes review.
ti-chi-bot commented 2 years ago

@FingerLeader: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments.

In response to [this](https://github.com/chaos-mesh/chaosd/pull/177#pullrequestreview-1035144526): >LGTM Instructions for interacting with me using PR comments are available [here](https://prow.tidb.io/command-help). If you have questions or suggestions related to my behavior, please file an issue against the [ti-community-infra/tichi](https://github.com/ti-community-infra/tichi/issues/new?title=Prow%20issue:) repository.