Hi,
FFI
you have the check this screen more often and chekc if really nothing shown.
But here more info's.
Q:
Why does the “cur” value for tx dissasoc show 0.13, should it not be 4 in 1 sec? Equally the peak should stay at 4 until 4 in a sec is exceeded? Similar can be seen in the other columns, Assoc req rx, reassoc req rx etc.
Can we have some details on how these numbers are calculated, I also noted there is a delay probably caused by the controller needing to receive data back from the AP that might skew these counters a bit more.
A:
The stats are collected as simple numbers of assoc, disassoc, etc. from the ap once every 30 seconds and calculated accordingly. The 4 disassoc in 1 sec becomes 4 disassocs in 30 sec which is the 0.13 disassoc/sec current value reported.
Also the algorithm for running average is:
Current average = 0.2 * current value + 0.8 * last average
Old values are overwritten since we are reporting a current and average value on a 30s cycle.
If nothing happanes after 30s it could we that we see only zero's.
Regards
Umut Aydin