Coder Social home page Coder Social logo

wdmon's Introduction

wdmon

Tools for working with Apple Wireless Diagnostics .wdmon files.

To summarize a collection of .wdmon traces:

./wdmon.py room1.wdmon room2.wdmon
========== room1.wdmon ==========
SNR:
  min/p25/med/p75/max:	17/20.0/21.0/22.0/24
                 mean:	21.25
Tx Rate:
  min/p25/med/p75/max:	26.0/28.0/39.0/43.0/52.0
                 mean:	38.79
========== room2.wdmon ==========
SNR:
  min/p25/med/p75/max:	15/18.0/18.0/19.0/20
                 mean:	18.33
Tx Rate:
  min/p25/med/p75/max:	57.0/234.0/260.0/260.0/351.0
                 mean:	235.80

Use the --csv flag for CSV output (e.g., to paste into a spreadsheet app for plotting):

./wdmon.py --csv room1.wdmon room2.wdmon
file,mean-snr,min-snr,p25-snr,median-snr,p75-snr,max-snr,mean-rate,min-rate,p25-rate,median-rate,p75-rate,max-rate
room1.wdmon,21.246031746031747,17,20.0,21.0,22.0,24,38.79365079365079,26.0,28.0,39.0,43.0,52.0
room2.wdmon,18.333333333333332,15,18.0,18.0,19.0,20,235.7984496124031,57.0,234.0,260.0,260.0,351.0

Capturing a .wdmon Performance Trace

These steps describe how to create a .wdmon WiFi performance trace on macOS.

  1. Option-click the Wi-Fi menu and choose "Open Wireless Diagnostics...".

    Open Wireless Diagnostics...

  2. Choose "Performance" from the "Window" menu:

    Open Performance Tool

  3. Leave the performance tool open to collect data. The tool will create a timestamped .wdmon file on your Desktop.

    Performance Tool Window

wdmon's People

Contributors

dtnaylor avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.