svn commit: r366311 - head/usr.sbin/crashinfo

Alexander Leidinger netchild at FreeBSD.org
Thu Oct 1 08:57:36 UTC 2020


Author: netchild
Date: Thu Oct  1 08:57:36 2020
New Revision: 366311
URL: https://svnweb.freebsd.org/changeset/base/366311

Log:
  Remove nfsstat. Running nfsstat in crashinfo will give the stats of the
  running kernel instead of the stats of the crashed kernel. The current
  version uses sysctls to query the stats and does not work at all (anymore)
  on crash dumps.

Modified:
  head/usr.sbin/crashinfo/crashinfo.sh

Modified: head/usr.sbin/crashinfo/crashinfo.sh
==============================================================================
--- head/usr.sbin/crashinfo/crashinfo.sh	Thu Oct  1 08:46:21 2020	(r366310)
+++ head/usr.sbin/crashinfo/crashinfo.sh	Thu Oct  1 08:57:36 2020	(r366311)
@@ -314,12 +314,6 @@ echo
 fi
 
 echo "------------------------------------------------------------------------"
-echo "nfsstat"
-echo
-nfsstat -M $VMCORE -N $KERNEL
-echo
-
-echo "------------------------------------------------------------------------"
 echo "netstat -s"
 echo
 netstat -M $VMCORE -N $KERNEL -s


More information about the svn-src-head mailing list