Date: Thu, 1 Oct 2020 08:57:36 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r366311 - head/usr.sbin/crashinfo Message-ID: <202010010857.0918vaob046173@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010010857.0918vaob046173>