2015-05-23 01:37:20 +00:00
|
|
|
TC Slowify
|
|
|
|
==========
|
|
|
|
|
2015-05-23 01:40:06 +00:00
|
|
|
**Shell scripts to help you simulate slow network connections**
|
2015-05-23 01:37:20 +00:00
|
|
|
|
2015-05-23 01:40:06 +00:00
|
|
|
Requirements (generally included in Ubuntu, Fedora, OpenSuse, Gentoo, Debian, Mandriva, etc)
|
|
|
|
----
|
2015-05-23 01:37:20 +00:00
|
|
|
- tc (a Linux command, part of the iproute2 package)
|
|
|
|
- netem (included in the 2.6 Linux kernel)
|
|
|
|
|
2015-05-23 01:40:06 +00:00
|
|
|
Usage
|
|
|
|
----
|
2015-05-23 01:37:20 +00:00
|
|
|
|
|
|
|
- ./apply.sh
|
|
|
|
- Applies limiting rules; prompts you to select an interface name, rate, and latency
|
|
|
|
- ./remove.sh
|
|
|
|
- Removes limiter from that interface
|
|
|
|
- ./status.sh
|
|
|
|
- Shows rules on that interface (sometimes other rules may already exist, that's ok)
|
|
|
|
|
2015-05-23 01:40:06 +00:00
|
|
|
License
|
|
|
|
----
|
2015-05-23 01:37:20 +00:00
|
|
|
|
|
|
|
The Unlicense, see LICENSING.txt
|