cvs commit: src/usr.sbin Makefile src/usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh

John Baldwin jhb at freebsd.org
Tue Aug 5 20:45:04 UTC 2008


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


More information about the cvs-src mailing list