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