1*359d5106SKoki Sanagi#!/bin/bash
2*359d5106SKoki Sanagi# description: display a process of packet and processing time
3*359d5106SKoki Sanagi# args: [tx] [rx] [dev=] [debug]
4*359d5106SKoki Sanagi
5*359d5106SKoki Sanagiperf trace -s ~/libexec/perf-core/scripts/python/netdev-times.py $@
6