brintos

brintos / linux-shallow public Read only

0
0
Text · 176 B · 8f75929 Raw
6 lines · plain
1#!/bin/bash2# description: display a process of packet and processing time3# args: [tx] [rx] [dev=] [debug]4 5perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@6