Problem: We are hosting an application on remote server. We need to test it with a limited network bandwidth (for users with bad Internet access).
Question: Can I limit my internet bandwidth (in Fedora 14)? For instance: 128 KB per second.
|
Problem: We are hosting an application on remote server. We need to test it with a limited network bandwidth (for users with bad Internet access). Question: Can I limit my internet bandwidth (in Fedora 14)? For instance: 128 KB per second. |
||||
|
|
|
You can throttle the network bandwidth on the interface using the command called A useful script is found at http://atmail.com/kb/2009/throttling-bandwidth/ Or for more simple, use wondershaper: http://jwalanta.blogspot.com/2009/04/easy-bandwidth-shaping-in-linux.html |
|||
|
|
|
If you already have an Apache setup somewhere, you can use |
|||
|
|
|
Limiting network resources based on some criterias is the subject of QoS. There are several different ways to control user traffic on Linux systems. There is a good How-to about advanced routing techniques and traffic control on Linux by Bert Hubert. |
|||
|
|
|
Dummynet does what you want and more, you can even control the latency, random packet loss and lots more. |
|||
|
|
|
If your application is exposed via http/https then you can use firefox-throttle else use NIST which is a network emulation package. |
|||
|
|