Networking Forums

Networking Forums > Computer Networking > Linux Networking > Limiting the Network bandwidth by software

Reply
Thread Tools Display Modes

Limiting the Network bandwidth by software

 
 
john
Guest
Posts: n/a

 
      11-13-2003, 09:52 AM
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
 
Reply With Quote
 
 
 
 
Mattias Honrendgard
Guest
Posts: n/a

 
      11-13-2003, 01:23 PM
(E-Mail Removed) (john) wrote in message news:<(E-Mail Removed). com>...
> 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


There are a few, yes, like this one for example:

http://users.skynet.be/cbqinit/

I found that one with this search engine:

http://www.google.com/linux

using the search terms "bandwidth" and "limit" together.
 
Reply With Quote
 
Leonardo H. Machado
Guest
Posts: n/a

 
      11-13-2003, 01:53 PM
> There are a few, yes, like this one for example:
>
> http://users.skynet.be/cbqinit/
>



HTB is easier and much more powerfull:

http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm


//leoh
main(){int j=1234;char t[]=":@abcdefghijklmnopqrstuvwxyz.\n"
,*i = "iqgbgxmlvivuc\n:wwnfwsdoi"; char *strchr(char *,int);
while(*i){j+=strchr(t,*i++)-t;j%=sizeof t-1;putchar(t[j]);}}

 
Reply With Quote
 
joseph philip
Guest
Posts: n/a

 
      11-13-2003, 03:56 PM
On Thu, 13 Nov 2003 11:53:41 -0200, Leonardo H. Machado wrote:

>> There are a few, yes, like this one for example:
>>
>> http://users.skynet.be/cbqinit/
>>

>
>
> HTB is easier and much more powerfull:
>
> http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm



The docs for htb says something about a minimum of 4KB/s.

CBQ is the she-devil of the bunch, requiring countless options (
extremely-configurable, apparently) but the linux advanced routing and
traffic control site (www.lartc.org) has necessary details on it.

Pick your poison.


> //leoh
> main(){int j=1234;char t[]=":@abcdefghijklmnopqrstuvwxyz.\n"
> ,*i = "iqgbgxmlvivuc\n:wwnfwsdoi"; char *strchr(char *,int);
> while(*i){j+=strchr(t,*i++)-t;j%=sizeof t-1;putchar(t[j]);}}


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
bandwidth limiting vita Windows Networking 0 09-16-2006 07:42 AM
Limiting bandwidth Paul Wireless Networks 2 09-12-2006 09:47 AM
QoS and bandwidth limiting mneagul Linux Networking 0 08-04-2006 08:28 PM
Bandwidth limiting Ed Russell Linux Networking 1 02-10-2005 12:24 AM
Limiting the Network bandwidth by software john Linux Networking 1 11-13-2003 09:58 AM



1 2 3 4 5 6 7 8 9 10 11