svn commit: r245799 - user/pho/stress2

Peter Holm pho at FreeBSD.org
Tue Jan 22 17:15:57 UTC 2013


Author: pho
Date: Tue Jan 22 17:15:56 2013
New Revision: 245799
URL: http://svnweb.freebsd.org/changeset/base/245799

Log:
  ddb commands added to /etc/ddb.conf, for stress2 crash reporting.

Added:
  user/pho/stress2/ddb.conf

Added: user/pho/stress2/ddb.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/pho/stress2/ddb.conf	Tue Jan 22 17:15:56 2013	(r245799)
@@ -0,0 +1,6 @@
+# $FreeBSD$
+#
+# ddb commands used for stress2 crash reports
+#
+
+script stress2=bt; show allpcpu; show alllocks; show lockedvnods; show mount;ps; allt; call doadump; reset


More information about the svn-src-user mailing list