Changes between Version 6 and Version 7 of Old/Athstats


Ignore:
Timestamp:
Feb 13, 2006, 3:09:05 PM (18 years ago)
Author:
kishore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Athstats

    v6 v7  
    11= Athstats =
    22
    3 This is a modified version of the athstats tool, available with the [http://www.madwifi.org MadWiFi] driver for atheros chipset-based cards. It periodically queries the driver for measurements and reports them to the experiment database, using [http://svn.orbit-lab.org/projects/oml OML]. At present, the measurements reported are,
     3This is a modified version of the athstats tool, available with the [http://www.madwifi.org MadWiFi] driver for atheros chipset-based cards. It periodically queries the driver for measurements and reports them to the experiment database, using [http://svn.orbit-lab.org/projects/oml OML]. At present, the measurements reported include total number of,
    44
    5  * total number of MAC frames transmitted successfully (at senders)
    6  * total number of MAC frames dropped due to excessive retries (at senders)
    7  * total number of MAC frames dropped due to FIFO errors (at senders)
    8  * total number of MAC frames dropped due to filtering (at senders)
    9  * total number of short retries (for 802.11 RTS frames) (at senders)
    10  * total number of long retries (for 802.11 DATA frames) (at senders)
    11  * total number of MAC frames received successfully (at receivers)
    12  * total number of frames dropped due to CRC errors (at receivers)
    13  * total number of frames dropped due to FIFO errors (at receivers)
    14  * total number of frames dropped due to PHY errors (at receivers)
     5 * frames transmitted successfully (at senders)
     6 * frames dropped due to excessive retries (at senders)
     7 * frames dropped due to FIFO errors (at senders)
     8 * frames dropped due to filtering (at senders)
     9 * short retries (for 802.11 RTS frames) (at senders)
     10 * long retries (for 802.11 DATA frames) (at senders)
     11 * frames received successfully (at receivers)
     12 * frames dropped due to CRC errors (at receivers)
     13 * frames dropped due to FIFO errors (at receivers)
     14 * frames dropped due to PHY errors (at receivers)
    1515
    1616== Starting Points ==