You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -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 $@
|