Changeset 4894


Ignore:
Timestamp:
01/22/09 22:23:59 (4 years ago)
Author:
werner
Message:

New tools to mine the data for the channels involved.

Location:
developers/werner/wlan/freeze
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/wlan/freeze/README

    r4893 r4894  
    117117 
    118118  ./r1.pl log | ./r2.pl | sort | uniq -c | sort -rn 
     119 
     120- r2ch.py counts the number outcome of a channel change as a function of 
     121  the channels involved. 
     122 
     123  ./r1.pl log | ./r2ch.py 
     124 
     125  Show for each channel we depart from, channel we enter, and distance of 
     126  the change the following numbers: 
     127 
     128  - channel number or distance 
     129  - total number of associations 
     130  - associations to the correct channel 
     131  - associations to the channel we departed from 
     132  - associations to a different channel 
     133  - number of times communication could not be reestablished 
     134 
     135  The option -p changes the last four numbers to percents of associations. 
     136 
     137- r3ch.plot plots the output of r2ch.py into a PNG file: 
     138 
     139  ./r1.pl log | ./r2ch.py -p | ./r3ch-plot DIST 
     140 
     141  plots the distribution by association type as a function of the hopping 
     142  distance. The other results are accessed with the keys FROM and TO. 
     143 
     144  By default, the PNG file is displayed with ImageMagick and then discarded. 
     145  With the option -f, it is written to a file with the name <key>.png or, 
     146  if the input comes from a file, <name>-<key>.png 
Note: See TracChangeset for help on using the changeset viewer.