Access point monitoring with Netdata
The ap
collector visualizes data related to access points.
#
Example Netdata charts#
How it worksIt does the following:
Runs
iw dev
searching for interfaces that havetype AP
.From the same output it collects the SSIDs each AP supports by looking for lines
ssid NAME
.Example:
For each interface found, it runs
iw INTERFACE station dump
.From the output is collects:
- rx/tx bytes
- rx/tx packets
- tx retries
- tx failed
- signal strength
- rx/tx bitrate
- expected throughput
Example:
For each interface found, it creates 6 charts:
- Number of Connected clients
- Bandwidth for all clients
- Packets for all clients
- Transmit Issues for all clients
- Average Signal among all clients
- Average Bitrate (including average expected throughput) among all clients
#
ConfigurationEdit the charts.d/ap.conf
configuration file using edit-config
from the Netdata config
directory, which is typically at /etc/netdata
.
You can only set ap_update_every=NUMBER
to change the data collection frequency.
#
Auto-detectionThe plugin is able to auto-detect if you are running access points on your linux box.