I have a server with a 30TB traffic allowance hosting (mostly) history images and would like to throttle one particular directory (the download image sizes) when necessary to avoid going over the limit. My thinking was that I could use either lighttpd with server.kbytes-per-second
or create eth0:0 and then use wondershaper for simplicity and measure the traffic using netstat -i but putting this altogether is a bit complicated. I am (reasonably) sure there's already a ready made solution for ISPs but I can't find it.
0 Answers