Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2003 19:38:21 +0100
From:      "Tino Didriksen" <td@projectjj.dk>
To:        <questions@freebsd.org>
Subject:   Intelligent Bandwidth Limiter?
Message-ID:  <037801c2ebeb$38b7d990$0401a8c0@duronica>
References:  <20030316131804.R6564-100000@cornflake.nickelkid.com>

next in thread | previous in thread | raw e-mail | index | archive | help
(trying this again, since it didn't appear last time I sent it...)

I have a dedicated server with 500GB monthly transfer limit, and I don't =
want to cross that limit.
So, I want to impose an artificial maximum bandwidth, yet not until a =
certain threshold has been reached.

Example:
I have 500GB total max monthly transfer.
I want a 400GB threshold before the limiter kicks in, which will impose =
a byte/second limit for the remaining 100GB, so that it never goes over =
500GB for the month.
But, from when the limiter has started till the end of the month, it =
should recalculate remaining GB every half hour and adjust the =
byte/second limit accordingly, since peak/idle hours are so varied.

Reasoning:
I don't want a simple flat byte/second limit for the whole 500GB/month, =
since that would be 202 kilobyte/second ((500*1024*1024*1024) / =
(60*60*24*30)), but peak and idle varies more than that.

Realisticly, I doubt I'll even pass 100GB/month, but better safe than =
sorry...

Anyways, this should be on an interface level (as in running on the same =
computer), not an external proxy.

-- Tino Didriksen / Project JJ

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?037801c2ebeb$38b7d990$0401a8c0>