]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a script to perform simple analysis of a crash dump (either a full
authorjhb <jhb@FreeBSD.org>
Tue, 5 Aug 2008 20:41:46 +0000 (20:41 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 5 Aug 2008 20:41:46 +0000 (20:41 +0000)
commit997506ffa8b103c5b40f4d7cc7198722e05984dd
treedd27d2f7270a15ee27ac99a82f7a5154ef45d765
parent8af56fb6875120edaae014a4cc547f5e14609a12
Add a script to perform simple analysis of a crash dump (either a full
dump or minidump).  When the script is run, it generates a text file
containing the output of several commands run againt the core dump such
as kgdb (stack trace), ps, netstat, vmstat, iostat, dmesg, and fstat.

Obtained from: Yahoo!
MFC after: 2 weeks
usr.sbin/Makefile
usr.sbin/crashinfo/Makefile [new file with mode: 0644]
usr.sbin/crashinfo/crashinfo.8 [new file with mode: 0644]
usr.sbin/crashinfo/crashinfo.sh [new file with mode: 0755]