Difference between revisions of "Plugin:MadWifi"
From collectd Wiki
(Created initial page.) |
(→Dependencies: Wiki -> Wifi) |
||
Line 33: | Line 33: | ||
* Linux | * Linux | ||
** <code>/sys</code> filesystem | ** <code>/sys</code> filesystem | ||
− | ** '' | + | ** ''MadWifi'' driver |
== See also == | == See also == |
Revision as of 15:44, 12 August 2009
MadWifi plugin | |
---|---|
Type: | read |
Status: | in development |
First version: | 4.8 |
Copyright: | 2009 Ondrej Zajicek |
License: | GPLv2 |
Manpage: | collectd.conf(5) |
List of Plugins |
Description
The MadWifi plugin collects information about Atheros wireless LAN chipsets from the MadWifi driver. It uses the /sys
filesystem to identify cards handled by this driver automatically but can be configured manually, too. Because very many statistics are available, an advanced selection mechanism is provided.
Synopsis
<Plugin "madwifi"> Interface "wlan0" Source "SysFS" WatchSet "None" WatchAdd "node_octets" WatchAdd "node_rssi" WatchAdd "is_rx_acl" WatchAdd "is_scan_active" </Plugin>
Example graphs
None yet. Add one now!
Dependencies
- Linux
-
/sys
filesystem - MadWifi driver
-