From cd7ed12292aef11d9062b64f61215174e8cc1860 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 3 Sep 2019 12:23:48 +0200 Subject: Merging upstream version 1.17.0. Signed-off-by: Daniel Baumann --- collectors/charts.d.plugin/ap/README.md | 46 ++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'collectors/charts.d.plugin/ap') diff --git a/collectors/charts.d.plugin/ap/README.md b/collectors/charts.d.plugin/ap/README.md index 962a8565e..befe21eec 100644 --- a/collectors/charts.d.plugin/ap/README.md +++ b/collectors/charts.d.plugin/ap/README.md @@ -2,7 +2,7 @@ The `ap` collector visualizes data related to access points. -## Example netdata charts +## Example Netdata charts ![image](https://cloud.githubusercontent.com/assets/2662304/12377654/9f566e88-bd2d-11e5-855a-e0ba96b8fd98.png) @@ -10,11 +10,12 @@ The `ap` collector visualizes data related to access points. It does the following: -1. Runs `iw dev` searching for interfaces that have `type AP`. +1. Runs `iw dev` searching for interfaces that have `type AP`. - From the same output it collects the SSIDs each AP supports by looking for lines `ssid NAME`. + From the same output it collects the SSIDs each AP supports by looking for lines `ssid NAME`. + + Example: - Example: ```sh # iw dev phy#0 @@ -27,20 +28,19 @@ phy#0 channel 7 (2442 MHz), width: 20 MHz, center1: 2442 MHz ``` +2. For each interface found, it runs `iw INTERFACE station dump`. -2. For each interface found, it runs `iw INTERFACE station dump`. - - From the output is collects: + From the output is collects: - - rx/tx bytes - - rx/tx packets - - tx retries - - tx failed - - signal strength - - rx/tx bitrate - - expected throughput + - rx/tx bytes + - rx/tx packets + - tx retries + - tx failed + - signal strength + - rx/tx bitrate + - expected throughput - Example: + Example: ```sh # iw wlan0 station dump @@ -65,14 +65,14 @@ Station 40:b8:37:5a:ed:5e (on wlan0) TDLS peer: no ``` -3. For each interface found, it creates 6 charts: +3. 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 + - 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 ## Configuration @@ -83,4 +83,4 @@ To edit this file on your system run `/etc/netdata/edit-config charts.d/ap.conf` The plugin is able to auto-detect if you are running access points on your linux box. -[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fcollectors%2Fcharts.d.plugin%2Fap%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)]() +[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fcollectors%2Fcharts.d.plugin%2Fap%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)](<>) -- cgit v1.2.3