8b76540ba8dc37d1d970f7c9e93f8e5572e8c02f
compute/one-liners.md
| ... | ... | @@ -16,6 +16,6 @@ Only if you trust your environment, mind. |
| 16 | 16 | ### Restrict outgoing bandwidth on Linux |
| 17 | 17 | `burst` is ((<rate in bits/s> / <kernel tick hz>) * 8) |
| 18 | 18 | `latency` is the amount of data to queue before dropping traffic |
| 19 | -`tc qdisc add dev bond1 root tbf rate 4.5gbit burst 562500 latency 100ms` |
|
| 19 | +`tc qdisc add dev bond1 root tbf rate 4.5gbit burst 562500 latency 100ms` |
|
| 20 | 20 | Remove: |
| 21 | 21 | `tc qdisc del dev bond1 root` |