Skip to content

Commit

Permalink
Add tcconfig tool
Browse files Browse the repository at this point in the history
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
leo8a committed Mar 4, 2022
1 parent 5f2b4a6 commit 0afe37a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ RUN set -ex \
# Installing httpie ( https://httpie.io/docs#installation)
RUN pip3 install --upgrade httpie

# Installing tcconfig ( https://tcconfig.readthedocs.io/en/latest/pages/introduction/index.html#installation )
RUN pip3 install --upgrade tcconfig

# Installing ctop - top-like container monitor
COPY --from=fetcher /tmp/ctop /usr/local/bin/ctop

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ To troubleshoot these issues, `netshoot` includes a set of powerful tools as rec
scapy
socat
strace
tcconfig
tcpdump
tcptraceroute
termshark
Expand Down

0 comments on commit 0afe37a

Please sign in to comment.