6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
|
#!/bin/bash
|
||
|
# description: display a process of packet and processing time
|
||
|
# args: [tx] [rx] [dev=] [debug]
|
||
|
|
||
|
perf trace -s ~/libexec/perf-core/scripts/python/netdev-times.py $@
|