mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
# description: display a table of dropped frames
|
|
|
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
|