Koki Sanagi | 359d510 | 2010-08-23 18:47:09 +0900 | [diff] [blame] | 1 | #!/bin/bash |
2 | # description: display a process of packet and processing time | ||||
3 | # args: [tx] [rx] [dev=] [debug] | ||||
4 | |||||
Ben Hutchings | 44e668c | 2010-10-10 16:10:03 +0100 | [diff] [blame^] | 5 | perf trace -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@ |