This commit is contained in:
Will Bradley 2015-05-22 18:40:06 -07:00
parent 88c8d06a9e
commit f598974963

View File

@ -1,14 +1,15 @@
TC Slowify TC Slowify
========== ==========
Shell scripts to help you simulate slow network connections **Shell scripts to help you simulate slow network connections**
-----------------------------------------------------------
*Requirements (generally included in Ubuntu, Fedora, OpenSuse, Gentoo, Debian, Mandriva, etc)*: Requirements (generally included in Ubuntu, Fedora, OpenSuse, Gentoo, Debian, Mandriva, etc)
----
- tc (a Linux command, part of the iproute2 package) - tc (a Linux command, part of the iproute2 package)
- netem (included in the 2.6 Linux kernel) - netem (included in the 2.6 Linux kernel)
*Usage*: Usage
----
- ./apply.sh - ./apply.sh
- Applies limiting rules; prompts you to select an interface name, rate, and latency - Applies limiting rules; prompts you to select an interface name, rate, and latency
@ -17,6 +18,7 @@ Shell scripts to help you simulate slow network connections
- ./status.sh - ./status.sh
- Shows rules on that interface (sometimes other rules may already exist, that's ok) - Shows rules on that interface (sometimes other rules may already exist, that's ok)
*License*: License
----
The Unlicense, see LICENSING.txt The Unlicense, see LICENSING.txt