You are not logged in.

#1 2013-04-05 01:05:47

kdar
Member
From: Sweet home Alabama!
Registered: 2009-06-27
Posts: 356

Limit upload rate/speed on Wireless LAN?

Does anyone know to limit upload speed on linux machine?

I am trying to do this for some evaluation work, were I am interested to test certain tasks at various network speeds (500kB/s, 1MB/s, 2MB/s... etc).

To achieve different network speeds, I first tried to use dd-wrt firmware on a local router. However, later I found out that I am able to limit network speed only for download and not for upload.

Does anyone know if its possible to do something on linux machine to limit upload speed? For my tests, I am just using ssh (or scp) to uploading and uploading.

Offline

#2 2013-04-05 12:10:03

hunterthomson
Member
Registered: 2008-06-22
Posts: 794
Website

Re: Limit upload rate/speed on Wireless LAN?

A quick and easy way would be to set the bitrate with iwconfig (there must be iproute2 commands as well)

man iwconfig wrote:

       rate/bit[rate]
              For  cards  supporting multiple bit rates, set the bit-rate in b/s. The bit-rate is the speed at which bits are trans‐
              mitted over the medium, the user speed of the link is lower due to medium sharing and various overhead.
              You may append the suffix k, M or G to the value (decimal multiplier : 10^3, 10^6 and 10^9 b/s), or  add  enough  '0'.
              Values below 1000 are card specific, usually an index in the bit-rate list. Use auto to select automatic bit-rate mode
              (fallback to lower rate on noisy channels), which is the default for most cards, and fixed to  revert  back  to  fixed
              setting.  If you specify a bit-rate value and append auto, the driver will use all bit-rates lower and equal than this
              value.
              Examples :
                   iwconfig eth0 rate 11M
                   iwconfig eth0 rate auto
                   iwconfig eth0 rate 5.5M auto

Common bit rates are g 6, 9, 12, 18, 24, 36, 48, 54.. I am not sure if you can specify a non-common bit rate.

https://en.wikipedia.org/wiki/IEEE_802.11


OpenBSD-current Thinkpad X230, i7-3520M, 16GB CL9 Kingston, Samsung 830 256GB
Contributor: linux-grsec

Offline

#3 2013-04-05 21:12:41

matone
Member
Registered: 2012-06-25
Posts: 7

Re: Limit upload rate/speed on Wireless LAN?

take a look at qdisc[0]

[0] http://lartc.org/howto/lartc.qdisc.html

Offline

Board footer

Powered by FluxBB