Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/usr.bin/netstat Pull up following revision(s) (requested ...



details:   https://anonhg.NetBSD.org/src/rev/75e0b9d2b3d7
branches:  netbsd-9
changeset: 373118:75e0b9d2b3d7
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jan 19 10:53:31 2023 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #1569):

        usr.bin/netstat/netstat.1: revision 1.76

Add note about "netstat -mssv".

diffstat:

 usr.bin/netstat/netstat.1 |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r a54f946f0b7c -r 75e0b9d2b3d7 usr.bin/netstat/netstat.1
--- a/usr.bin/netstat/netstat.1 Thu Jan 19 10:40:25 2023 +0000
+++ b/usr.bin/netstat/netstat.1 Thu Jan 19 10:53:31 2023 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: netstat.1,v 1.73.18.1 2022/09/12 14:23:41 martin Exp $
+.\"    $NetBSD: netstat.1,v 1.73.18.2 2023/01/19 10:53:31 martin Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)netstat.1   8.8 (Berkeley) 4/18/94
 .\"
-.Dd July 21, 2020
+.Dd December 21, 2022
 .Dt NETSTAT 1
 .Os
 .Sh NAME
@@ -239,6 +239,12 @@
 .It Fl m
 Show statistics recorded by the mbuf memory management routines
 (the network manages a private pool of memory buffers).
+If the kernel option
+.Cd options MBUFTRACE
+is set, extra info can be retrieved with
+.Fl mssv .
+See also
+.Xr options 4 .
 .It Fl N Ar system
 Use
 .Xr kvm 3
@@ -436,6 +442,7 @@
 .Xr kvm_openfiles 3 ,
 .Xr sysctl 3 ,
 .Xr bpf 4 ,
+.Xr options 4 ,
 .Xr route 4 ,
 .Xr hosts 5 ,
 .Xr networks 5 ,



Home | Main Index | Thread Index | Old Index