Calculating WLAN theoretical throughput is any important step in being able to benchmark the throughput of Access Points. This calculator will allow users to compare achieved performance to theoretical maximum performance and see how well their APs perform.In this cookbook we show how user can run a simple python script and calculate theoretical throughput for various combinations.Using the script from wlan_capacity_calculator.py. | |
python wlan_capacity_calculator.py -h
Output display in terminal:
Given below are some example of how we can calculate 802.11abg theoretical throughput
> python wlan_capacity_calculator.py -sta 11abg
or> python wlan_capacity_calculator.py
Output display in terminal (Client 1):
python wlan_capacity_calculator.py -sta 11abg -t Voice -p 48 -m 106 -e WEP
-q Yes -b 1 2 5.5 11 -pre Long -s N/A -co G.711 -r Yes -c Yes
Output display in terminal (Client 1):
Given below are some example of how we can calculate 802.11ac theoretical throughput
> python wlan_capacity_calculator.py -sta 11n
Output display in terminal (Client 1):
> python wlan_capacity_calculator.py -sta 11n -t Voice -d 17 -ch 40 -gu 800 -high 9
-e WEP -q Yes -ip 5 -mc 42 -b 6 9 12 24 -m 1538 -co G.729 -pl Greenfield
-cw 15 -r Yes -c Yes
Output display in terminal (Client 1):
Given below are some example of how we can calculate 802.nabg theoretical throughput
> python wlan_capacity_calculator.py -sta 11ac
Output display in terminal (Client 1):
python wlan_capacity_calculator.py -sta 11ac -t Voice -d 9 -spa 3 -ch 20 -gu 800
-high 1 -e TKIP -q Yes -ip 3 -mc 0 -b 6 12 24 54 -m 1518 -co Greenfield -cw 15 -rc Yes
Output display in terminal (Client 1):