athstats(8) - Linux man page
Name
athstats - simple tool to inspect and monitor network traffic statisticsSynopsis
athstats [-i device] [interval]Description
Statistical elements of the summary report include packets sent/received, tx/rx errors, calibration information and antenna profile data.
The progressive report elements include packet input/output as well as altrate, short, long, xretry, crcerr, crypt, phyerror packet count, rssi and rate data.
The statistical data is derived from device ioctls and /proc/net/dev. For further understanding of how the statistical information is collected and what it represents, please refer to the athstats source code (tools/athstats.c).
Options
- -i device
- The madwifi device to apply the settings to. If no device is specified, athstats defaults to wifi0.
- interval
- Define the interval between realtime statistical feedback in seconds.
Examples
- athstats
- Print summary of statistics for wifi0.
- athstats 1
- Update a progressive statistical report every 1 second for wifi0.
- athstats -i wifi1 5
- Update a progressive statistical report every 5 seconds for wifi1.
