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.
This commit is contained in:
Alexander Leidinger 2020-10-01 08:57:36 +00:00
parent b5ab177a99
commit 32fd57a8e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366311

View File

@ -313,12 +313,6 @@ w -M $VMCORE -N $KERNEL -dn
echo
fi
echo "------------------------------------------------------------------------"
echo "nfsstat"
echo
nfsstat -M $VMCORE -N $KERNEL
echo
echo "------------------------------------------------------------------------"
echo "netstat -s"
echo