wavemon(1) | User Manuals | wavemon(1) |
wavemon - a wireless network monitor
wavemon [-h] [-i ifname ] [-g] [-v]
wavemon is a ncurses-based monitoring application for wireless network devices. It plots levels in real-time as well as showing wireless and network related device information.
The wavemon interface splits into different "screens". Each screen presents information in a specific manner. For example, the "info" screen shows current levels as bargraphs, whereas the "level" screen represents the same levels as a moving histogram.
On startup, you'll see (depending on configuration) one of the different monitor screens. At the bottom, you'll find a menu-bar listing the screens and their activating keys. Each screen is activated by either the corresponding function key or the key corresponding to the first character of the screen name. The following screens can be selected:
The Interface section at the top shows information about the monitoring interface, including interface name, type, ESSID, and available encryption formats.
Below, in the Levels section, you can see up to four bargraphs showing (1) relative signal quality and (2) signal level in dBm. If the wireless driver also supports noise level information, additionally (3) noise level in dBm and (4) Signal-Noise-Ratio (SNR) in dB are shown. The colour of the signal level bargraph changes from red to yellow and green at fixed levels. If thresholds have been set, two arrows on the signal level graph will show the positions of the current thresholds.
The Statistics section displays packet and byte counters and a few other packet-related statistics.
The subsequent Info subsection lists the current operational mode and configuration of the wireless interface. What parameters are actually shown depends on the capabilities and selected mode of your network device.
Lastly, the Network section shows network-level parameters. The MAC-address is resolved from ethers(5). The IPv4 address is shown in CIDR notation (RFC 4632 address/prefix_len format). Since often those two values also determine the broadcast address (last 32 - prefix_len bits set to 1), that address is shown only if it does not derive from the interface address and prefix length. Likewise, the interface MTU is shown only if it differs from the default Ethernet MTU of 1500 bytes.
A status line at the bottom informs about the current sort order and a few statistics, such as most (least) crowded channels (least crowded channels are listed when sorting by descending channel).
The sort_order can also directly be changed via these keyboard shortcuts: ascending, descending; by essid, signal, channel (C also with signal), mac address, or by open access (O also with signal).
Note: some operations, such as displaying encryption information or performing scans, require CAP_NET_ADMIN privileges (see capabilities(7)). For non-root users, these can be enabled by installing wavemon setuid-root.
wavemon will exit with 'no supported wireless interfaces found' if no usable wireless interfaces were detected. Check if your wireless interfaces is otherwise usable, using e.g. iw, iwconfig, or similar tools. The interface should appear in /proc/net/dev and, if wireless extensions are supported, also in /proc/net/wireless. If the interface does not appear, causes can be a missing (or not loaded) kernel module, or missing firmware, which some cards need to operate.
Written by Jan Morgenstern <jan@jm-music.de>.
Open an issue on https://github.com/uoaerg/wavemon/issues.
This is free software with ABSOLUTELY NO WARRANTY. See file COPYING for details.
wavemonrc(5), wireless(7), ethers(5), locale(1), capabilities(7)
September 2016 | Linux |