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 $@
|