<div dir="ltr"><div>I would love to see this data, especially since insights into dense wifi environments is rare.</div><div><br></div>It seems like this might be a fascinating time to get stats from Minstrel, for which rates clients are connected at:<div><br></div><div>Do they connect at high rates at all?</div><div>Do they stay stable at high rates, or do they see all the noise of other APs and drop to slower rates accordingly?</div><div><br></div><div>-Aaron</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 7, 2015 at 6:02 PM, David Lang <span dir="ltr"><<a href="mailto:david@lang.hm" target="_blank">david@lang.hm</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In the next few days I'm going to be building the openwrt images to use at the SCaLE conference. I will have ~50 APs deployed supporting ~3k attendees. This will be running on WNDR3700v2 and WNDR3800 APs. Since I am compiling the firmware myself, I can add in patches to gather and log stats for things that are not normally reported<br>
<br>
The wireless network architecture is:<br>
<br>
separate ESSIDs for 2.4 vs 5.<br>
each band gets bridged to a different VLAN<br>
the APs are configured not to forward broadcast traffic from one wireless client to another on the same AP (although broadcast traffic from one AP probably goes out others after hitting the wire now that I think about it)<br>
I have all logs from the APs sent to a central logserver<br>
I have use rrdtool to catpture normal bandwith/cpu/etc stats<br>
I also have rrdtool capture how many clients are connected to each ESSID every minute.<br>
<br>
<br>
What else can I gather related to the wifi?<br>
<br>
I think it would be useful if we could gather info along the lines of<br>
<br>
amount of airtime used<br>
<br>
how much latency is added to packets while waiting to transmit because it's hearing something else transmit?<br>
<br>
amount of unused airtime available<br>
<br>
average effective bit rate<br>
<br>
percentage of time spent doing broadcasts (things required to operate at the lowest bit rate)<br>
<br>
<br>
<br>
<br>
Part of the reason that I compile my own firmware images is that I completely disable connection tracking in the kernel (because clients may move from one AP to another in the middle of a connection it's a waste of cpu and memory to track), and as a result of these optimizations, there is actually quite a bit of CPU available. The boxes almost never hit 20% cpu utilization, so there's quite a bit available to gather other stats.<br>
<br>
some of the stats I gather are in messages spit out by the kernel, others from scrips running on the box querying things in /proc or /sys, and others from watching logs and summarizing them once a minute. I even have a process that goes threough all the connection logs for the duration of the show and graph how many unique MAC addresses we've seen and a breakdown into the different vendor prefixes. If there's a way to get the data, I can support it.<br>
<br>
If there are fq_codel stats that people would find interesting in this environment, I can gather those as well (both on the APs and on the Debian based firewall/gateway)<span class="HOEnZb"><font color="#888888"><br>
<br>
David Lang<br>
______________________________<u></u>_________________<br>
Cerowrt-devel mailing list<br>
<a href="mailto:Cerowrt-devel@lists.bufferbloat.net" target="_blank">Cerowrt-devel@lists.<u></u>bufferbloat.net</a><br>
<a href="https://lists.bufferbloat.net/listinfo/cerowrt-devel" target="_blank">https://lists.bufferbloat.net/<u></u>listinfo/cerowrt-devel</a><br>
</font></span></blockquote></div><br></div>