Skip to content
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

throttling download speed #175

Open
jofortin opened this issue May 7, 2015 · 0 comments
Open

throttling download speed #175

jofortin opened this issue May 7, 2015 · 0 comments

Comments

@jofortin
Copy link

jofortin commented May 7, 2015

It seems there is an efficient way to throttle the upload speed as proposed by @gburca script but so far there is no easy way to throttle the download speed. From what I understand about "tc" is that you cannot use the same script for the download by changing "match ip dst" for a "match ip src". tc can only shape outgoing packets. I looked into other options like the "trickle" linux tool but it does'nt work with processes that can fork.

I've also try to setup a "Max retrieval rate" directly on the amazon's console to 1GB/hour but when I try to download a 200gig file I get an "InitiateJob request denied by current data retrieval policy." error.

So is there a way to throttle the downloading speed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant