Limiting the Network bandwidth by software

  • Follow


Hello , 
My application uses network resources extensively ; it 
should work under different bandwidth loads (according to the customer
bandwidth allocation) : under fixed 10 KB/sec , under fixedmax KB/sec,
and under fixed 30 KB/sec.

This means that the ADSL user,which uses this application, 
 is allocated a fixed bandwidth.

I need to test my application in this different bandwidth values. 
I do not have hardware tool to test this. 
Is there a tool for limiting the Network bandwidth by software, 
which can set an upper limit to the max bandwidth a station 
can transmit ? 

regards,
sting
0
Reply qwejohn (33) 11/13/2003 9:25:53 AM

In article <19778961.0311130125.577ed9da@posting.google.com>, john wrote:
> Hello , 
> My application uses network resources extensively ; it 
> should work under different bandwidth loads (according to the customer
> bandwidth allocation) : under fixed 10 KB/sec , under fixedmax KB/sec,
> and under fixed 30 KB/sec.

You didn't say what Unix you used, so I'm going to assume it's
OpenBSD...

I believe the queueing facility of the OpenBSD Packet Filter
(pf) does soemthing like this, at least for outbound traffic:

    http://openbsd.org/faq/pf/index.html


-- 
Andreas K�h�ri
0
Reply Andreas 11/13/2003 9:35:42 AM


Thnxs.
In fact I am working on a RedHat 9 Linux ; If you know 
about something parallel in Linux rh9 I will be grateful;
anyhow you gace me some direction.
regards,
qwe john

Andreas Kahari <ak+usenet@freeshell.org> wrote in message news:<slrnbr6k38.hde.ak+usenet@otaku.freeshell.org>...
> In article <19778961.0311130125.577ed9da@posting.google.com>, john wrote:
> > Hello , 
> > My application uses network resources extensively ; it 
> > should work under different bandwidth loads (according to the customer
> > bandwidth allocation) : under fixed 10 KB/sec , under fixedmax KB/sec,
> > and under fixed 30 KB/sec.
> 
> You didn't say what Unix you used, so I'm going to assume it's
> OpenBSD...
> 
> I believe the queueing facility of the OpenBSD Packet Filter
> (pf) does soemthing like this, at least for outbound traffic:
> 
>     http://openbsd.org/faq/pf/index.html
0
Reply qwejohn 11/13/2003 2:03:20 PM

john writes:
> Thnxs.
> In fact I am working on a RedHat 9 Linux ; If you know 
> about something parallel in Linux rh9 I will be grateful;
> anyhow you gace me some direction.

search for "linux advanced rout(ing)|(er) howto"  using google or at 
tldp.org. Linux traffic control tools are sophisticated and powerful, 
but not not easily understood (at least by me).

What you want can be done, though.

-- 
Alexey 'Kaa the Snake' Kiritchun
mailto:kaa@nightmail.ru

0
Reply Alexey 11/13/2003 5:41:06 PM

3 Replies
217 Views

(page loaded in 0.066 seconds)

Similiar Articles:













7/30/2012 1:54:09 PM


Reply: