-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcconfig is a tc command wrapper. Make it easy to set up traffic control of network bandwidth/latency/packet-loss/packet-corruption/etc. to a network-interface/Docker-container(veth).
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,6 +171,7 @@ To troubleshoot these issues, `netshoot` includes a set of powerful tools as rec | |
scapy | ||
socat | ||
strace | ||
tcconfig | ||
tcpdump | ||
tcptraceroute | ||
termshark | ||
|
@@ -677,6 +678,14 @@ swaks --to [email protected] \ | |
|
||
More info, examples and lots of documentation on `Swaks` [here](http://www.jetmore.org/john/code/swaks/) | ||
|
||
## tcconfig | ||
|
||
tcconfig is a tc command wrapper. Make it easy to set up traffic control of network bandwidth/latency/packet-loss/packet-corruption/etc. to a network-interface/Docker-container(veth). | ||
|
||
 | ||
|
||
More info on `tcconfig` [here](https://github.com/thombashi/tcconfig) | ||
|
||
## Contribution | ||
|
||
Feel free to provide to contribute networking troubleshooting tools and use-cases by opening PRs. If you would like to add any package, please follow these steps: | ||
|
@@ -687,5 +696,3 @@ Feel free to provide to contribute networking troubleshooting tools and use-case | |
* If you're building the tool from source, make sure you leverage the multi-stage build process and update the `build/fetch_binaries.sh` script | ||
* Update the README's list of included packages AND include a section on how to use the tool | ||
* If the tool you're adding supports multi-platform, please make sure you highlight that. | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.