svn commit: r332357 - user/pho/stress2
Peter Holm
pho at FreeBSD.org
Tue Apr 10 10:27:56 UTC 2018
Author: pho
Date: Tue Apr 10 10:27:55 2018
New Revision: 332357
URL: https://svnweb.freebsd.org/changeset/base/332357
Log:
Added more ddb commands.
Sponsored by: Dell EMC Isilon
Modified:
user/pho/stress2/ddb.conf
Modified: user/pho/stress2/ddb.conf
==============================================================================
--- user/pho/stress2/ddb.conf Tue Apr 10 09:01:05 2018 (r332356)
+++ user/pho/stress2/ddb.conf Tue Apr 10 10:27:55 2018 (r332357)
@@ -3,4 +3,5 @@
# ddb commands used for stress2 crash reports
#
-script stress2=bt; show allpcpu; show alllocks; show lockedvnods; show mount;ps; allt; call doadump; reset
+script pho1=bt; show allpcpu; show alllocks; show lockedvnods; show allchains; show mount; show bufqueues; show page; show pageq
+script pho=set $lines 20000; run pho1; show freepages; ps; allt; dump
More information about the svn-src-user
mailing list