Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2008 20:41:46 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin Makefile src/usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh
Message-ID:  <200808052042.m75Kg0qZ052029@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  
  Revision  Changes    Path
  1.390     +1 -0      src/usr.sbin/Makefile
  1.1       +6 -0      src/usr.sbin/crashinfo/Makefile (new)
  1.1       +109 -0    src/usr.sbin/crashinfo/crashinfo.8 (new)
  1.1       +306 -0    src/usr.sbin/crashinfo/crashinfo.sh (new)



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