tc-slowify/README.md

28 lines
609 B
Markdown
Raw Normal View History

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:56 +00:00
Requirements
2015-05-23 01:40:06 +00:00
----
2015-05-23 01:40:56 +00:00
Both are 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