106
edits
(add wifi retransmission counter) |
m (add hint to firmware version 4.2 to wifi retransmissions) |
||
Line 12: | Line 12: | ||
* Active BSS within the last hour: the number of BSS that were active on this channel during the last hour. | * Active BSS within the last hour: the number of BSS that were active on this channel during the last hour. | ||
* Packets: the number of packets seen on this channel. | * Packets: the number of packets seen on this channel. | ||
* Packets retransmitted: the number of retransmitted packets seen on this channel. | * Packets retransmitted: the number of retransmitted packets seen on this channel. (firmware >= 4.2) | ||
* Bytes: the number of bytes seen on this channel. | * Bytes: the number of bytes seen on this channel. | ||
* Bytes retransmitted: the number of retransmitted bytes seen on this channel. | * Bytes retransmitted: the number of retransmitted bytes seen on this channel. (firmware >= 4.2) | ||
* Graph: Multigraph selection that can show packet rate and data rate history. | * Graph: Multigraph selection that can show packet rate and data rate history. | ||
The channel frequency can be clicked on get a list of BSS in that specific channel. This table contains the same information as the global table in the BSS statistics. | The channel frequency can be clicked on get a list of BSS in that specific channel. This table contains the same information as the global table in the BSS statistics. | ||
Line 38: | Line 38: | ||
* pps transmitted: This is the number of frames that have been analyzed for this BSS. | * pps transmitted: This is the number of frames that have been analyzed for this BSS. | ||
* bytes transmitted: This is the number of bytes that have been analyzed for this BSS. | * bytes transmitted: This is the number of bytes that have been analyzed for this BSS. | ||
* bytes retransmitted: This is the number of retransmitted bytes that have been analyzed for this BSS | * bytes retransmitted: This is the number of retransmitted bytes that have been analyzed for this BSS. (firmware >= 4.2) | ||
* Signal/noise level: These values indicate the signal quality of the BSS. | * Signal/noise level: These values indicate the signal quality of the BSS. | ||
** It uses information from packets sent from or to the BSS to give an indication ab out the overall quality. | ** It uses information from packets sent from or to the BSS to give an indication ab out the overall quality. | ||
* Graph: Multigraph selection for detailed information over time: | * Graph: Multigraph selection for detailed information over time: | ||
** Packets: this is the number of frames seen over time | ** Packets: this is the number of frames seen over time | ||
** Packets retransmitted: this is the number of retransmitted frames seen over time | ** Packets retransmitted: this is the number of retransmitted frames seen over time (firmware >= 4.2) | ||
** Bytes: this is the number of bytes seen over time | ** Bytes: this is the number of bytes seen over time | ||
** Bytes retransmitted: this is the number of retransmitted bytes seen over time | ** Bytes retransmitted: this is the number of retransmitted bytes seen over time (firmware >= 4.2) | ||
** dbm signal/noise: the signal and noise level over time | ** dbm signal/noise: the signal and noise level over time | ||
** Channel: This is the channel used at any given time (firmware >= 3.4) | ** Channel: This is the channel used at any given time (firmware >= 3.4) |
edits