Gather Wireless Information with Wavemon

Jack Wallen
Mar 31, 2009
Updated • May 25, 2017
Linux
|
8

If you're like me you like to have as much information as you can about whatever it is you are doing. Wireless access is no exception. When using wireless so many things can go wrong. You can have a weak signal, too much noise, strange frequency variations, and many other issues. Without the tools to find these issues you may never know what is keeping you from getting the speeds you should be getting.

The wavemon tool is a very handy tool to have in your arsenal that will help you gather information you might not otherwise have. With wavemon you can see Signal levels, Noise levels, Signal to noise ratios, frequencies, TX power, sensitivity (if available), bitrate, and so much more.

One of the only issues that might turn you off of wavemon is that it is an NCurses tool. This means the tool is run in a terminal window (I have found it runs best under Eterm) and uses ASCII to create the information it offers. Don't let this cause you not to want to use wavemon because it is a very useful tool.

Getting and Installing

Wavemon is downloaded and installed from source. Download the tarball from the Wavemon site and save it to your hard drive. The installation steps are simple:

  • decompress wavemon with the command bunzip2 xvzf wavemon-current.tar.bz2
  • untar the archive with the command tar xvf wavemon-current.tar
  • cd into the newly created directory with cd wavemon-current
  • generate the make file will ./configure
  • install wavemon with make ; make install
  • start wavemon with the command wavemon
Wavemon Info Window
Wavemon Info Window

As you can see, in the image on the left, the Wavemon info window offers a lot of information.

At the bottom of the screen you will notice there are 10 possible options (of which some have no entries). Each of these options are different screens you can view.

The list of windows is:

  • F1: Info. This is the main window that opens upon start up. This is where you get most of the information from wavemon.
  • F2: Level Histogram. This displays a real-time bar-graph of Signal level, Noise level, and Signal-to-Noise Ratio.
  • F3: Access point list. This feature has not been implemented yet.
  • F7: Preferences. Configure Wavemon.
  • F8: Help. Like a lot of Linux applications, wavemon shows the developer has a sense of humor. When you hit F8 for help it displays the message "don't panic". That's it. There is more help by reading the man page (issue the command man wavemon).
  • F9: About. Get all the information you need about the current wavemon release.
  • F10: Quit.

You can also start wavemon with a few handy options. Those options are:

  • -i This will override auto detection and use a specified network interface.
  • -l Use linear level scales instead of logarithmic scales.
  • -r Generate random levels for testing.

Final thoughts

If you need more information than your standard networking tools offer, and do not want to dump any extra cash into a third party offering, wavemon is just the tool for those looking to know everything there is to know about their networks. It's easy to use, offers a ton of information, is open source, and has a tiny foot print.

Summary
Gather Wireless Information with Wavemon
Article Name
Gather Wireless Information with Wavemon
Description
The wavemon tool is a very handy tool for GNU/Linux devices to have in your arsenal that will help you gather wireless information
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Previous Post: «
Next Post: «

Comments

  1. jack said on April 1, 2009 at 2:12 am
    Reply

    my dyslexia strikes again. maybe i shouldn’t be typing without my glasses on. ARGH! it’s been one of those days.

    btw – i had to re-upload the image because the first image wasn’t displaying correctly.

  2. jack said on March 31, 2009 at 11:26 pm
    Reply

    Thanks Roman and MarTin! ;-)

    1. Martin said on April 1, 2009 at 12:08 am
      Reply

      is that part of April’s fools joke Jack? ;) look at your comment.

  3. Roman ShaRP said on March 31, 2009 at 9:40 pm
    Reply

    Jack, mistake in the tags: liux instead of linux.

    1. Martin said on March 31, 2009 at 10:03 pm
      Reply

      thanks Roman, fixed.

  4. jack said on March 31, 2009 at 9:26 pm
    Reply

    Dante: Don’t think I’ve ever seen a signle-to-noise ratio (or some of the other information you get from wavemon) listing on a mouse hover in Windows.

  5. Dante said on March 31, 2009 at 9:20 pm
    Reply

    Can’t resist :) Much like that guy that keeps posting – “Linux already has this”.

    Windows has this already. Just hover your mouse over the network connection icon on your lower right :p

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.