I want to know if there exists any command line option or GUI tool (Ubuntu 11.10) so that I can measure the strength of wireless signal at a given location. I have a house where the wireless is not easily accessible at all corners I want to know at which corners or rooms the signal is weak.
On the command line you can use
iwconfig
and look for "Link Quality" and "Signal level" values.When walking around with a netbook I often use this command which updates the output of iwconfig every second:
watch -n1 iwconfig
wavemon
A console app with color display and lots of easy to read information.
To install it enter the following commands:
To run it enter:
A prettier one:
Source: http://www.upubuntu.com/2012/06/display-wifi-signal-strength-in-real.html
With a small modification to measure the quality of the link (Link quality) and the signal level (Signal level).
Note: The -d switch to watch highlights values when they change (highlight Changes Between updates).
A command line option that does not require installation of additional software is the
iwconfig
command. To get quality of a connection simply runOutput:
wls8
may not be applicable to you, so replace it with whatever option you need. Or simply, runiwconfig
to see all output.Here is a blog post that describes plenty of other options 8 Linux Commands: To Find Out Wireless Network Speed, Signal Strength And Other Information