-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bandwidth limit support #103
Comments
On many POSIX systems you can use |
As it was discussed in the ML, trickle shapes sockets and attic uses a pipe through ssh. Thus it doesn't work with Attic. |
I just tested trickle on Ubuntu 14.04, and it works fine with a pipe through ssh. I created a shell script test-trickle.sh containing: #!/bin/sh and then ran trickle -u 10 ./test-trickle.sh It was very slow, as expected. Nevertheless, this would be a nice feature to have built-in. |
I have tried it using attic itself, and it did not shape the traffic at
|
confirming trickle does not work with attic |
Useful to prevent Attic from saturating an upstream link or hogging too much cpu
Similar to rsync --bwlimit and scp -l
Original discussion: http://librelist.com/browser//attic/2014/8/4/is-there-a-bandwidth-limit-setting/
The text was updated successfully, but these errors were encountered: