Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net Show packet counters
details: https://anonhg.NetBSD.org/src/rev/0d0bbd877b33
branches: trunk
changeset: 356902:0d0bbd877b33
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Fri Oct 20 03:42:53 2017 +0000
description:
Show packet counters
diffstat:
tests/net/net_common.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bcd9b843ccfe -r 0d0bbd877b33 tests/net/net_common.sh
--- a/tests/net/net_common.sh Thu Oct 19 23:59:56 2017 +0000
+++ b/tests/net/net_common.sh Fri Oct 20 03:42:53 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: net_common.sh,v 1.20 2017/07/24 02:07:43 ozaki-r Exp $
+# $NetBSD: net_common.sh,v 1.21 2017/10/20 03:42:53 ozaki-r Exp $
#
# Copyright (c) 2016 Internet Initiative Japan Inc.
# All rights reserved.
@@ -359,7 +359,7 @@
for sock in $(cat $_rump_server_socks); do
echo "### Dumping $sock"
export RUMP_SERVER=$sock
- rump.ifconfig
+ rump.ifconfig -av
rump.netstat -nr
# XXX still need hijacking
$HIJACKING rump.netstat -i -a
Home |
Main Index |
Thread Index |
Old Index