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