← 返回命令列表

Linux command

airtop 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

airtop

Example

airtop --anonymize

Example

nmcli dev wifi rescan

说明

airtop turns the Wi-Fi traffic your Linux kernel is already seeing into a beautiful, real-time terminal dashboard. It shows: - A frequency spectrum of nearby access points with signal strength - Per-station RSSI traces over time (braille graphs) - A live heatmap of frame types (beacons, data, deauth, etc.) - RSSI histogram and a rolling list of discovered networks It does not require monitor mode or raw sockets. It attaches eBPF programs to the normal `cfg80211`/`mac80211` stack, so your interface stays associated and you keep your connection. This makes airtop extremely practical for everyday debugging: "why is my video call dropping?", "which channel should I use for the demo?", "is someone sending deauth frames?"

参数

--anonymize
Replace real SSIDs and MAC addresses with stable pseudonyms (network-01, station-02, ...)

FAQ

What is the airtop command used for?

airtop turns the Wi-Fi traffic your Linux kernel is already seeing into a beautiful, real-time terminal dashboard. It shows: - A frequency spectrum of nearby access points with signal strength - Per-station RSSI traces over time (braille graphs) - A live heatmap of frame types (beacons, data, deauth, etc.) - RSSI histogram and a rolling list of discovered networks It does not require monitor mode or raw sockets. It attaches eBPF programs to the normal `cfg80211`/`mac80211` stack, so your interface stays associated and you keep your connection. This makes airtop extremely practical for everyday debugging: "why is my video call dropping?", "which channel should I use for the demo?", "is someone sending deauth frames?"

How do I run a basic airtop example?

Run `airtop` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --anonymize do in airtop?

Replace real SSIDs and MAC addresses with stable pseudonyms (network-01, station-02, ...)