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

docs: support more rate units for networkchaos/bandwidth #397

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/simulate-network-chaos-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Setting `action` to `bandwidth` means simulating bandwidth limit fault. You also

| Parameter | Type | Description | Default value | Required | Example |
| --- | --- | --- | --- | --- | --- |
| rate | string | Indicates the rate of bandwidth limit | | Yes | 1mbps |
| rate | string | Indicates the rate of bandwidth limit. Allows bit, kbit, mbit, gbit, tbit, bps, kbps, mbps, gbps, tbps unit. bps means bytes per second | | Yes | 1mbps |
| limit | uint32 | Indicates the number of bytes waiting in queue | | Yes | 1 |
| buffer | uint32 | Indicates the maximum number of bytes that can be sent instantaneously | | Yes | 1 |
| peakrate | uint64 | Indicates the maximum consumption of `bucket` (usually not set) | | No | 1 |
Expand Down