Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2008 16:44:41 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        src-committers@freebsd.org
Cc:        cvs-src@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/usr.sbin Makefile src/usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh
Message-ID:  <200808051644.41454.jhb@freebsd.org>
In-Reply-To: <200808052042.m75Kg0qZ052029@repoman.freebsd.org>
References:  <200808052042.m75Kg0qZ052029@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 05 August 2008 04:41:46 pm John Baldwin wrote:
> jhb         2008-08-05 20:41:46 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.sbin             Makefile 
>   Added files:
>     usr.sbin/crashinfo   Makefile crashinfo.8 crashinfo.sh 
>   Log:
>   SVN rev 181335 on 2008-08-05 20:41:46Z by jhb
>   
>   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

At work we run this script on boot anytime a new crash dump was recovered (so 
we automatically generate the text summaries).  Once I have tested this 
further I will add hooks to rc.d/rc.conf for that (though not on by default 
unless requested).

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808051644.41454.jhb>