We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c868bf commit 645dbf8Copy full SHA for 645dbf8
1 file changed
testenv/testenv.sh
@@ -440,6 +440,7 @@ usage()
440
echo "load Load XDP program on outer interface"
441
echo "unload Unload XDP program on outer interface"
442
echo "tcpdump Run on outer interface (or inner with --inner)"
443
+ echo "stats Run the XDP statistics program"
444
echo ""
445
446
if [ -z "$FULL" ] ; then
@@ -461,7 +462,7 @@ usage()
461
462
echo " command line options passed after --."
463
echo " Default: '$XDP_LOADER'"
464
- echo "-s, --stats <prog> Specify program to use for getting statistics."
465
+ echo "-s, --stats <prog> Specify program to use for getting statistics ('stats' command)."
466
echo " Device name will be passed to it, along with any additional"
467
468
echo " Default: '$XDP_STATS'"
0 commit comments