Hi Dharmosoth, On Thu, 31 May 2007 22:38:48 -0800, Dharmosoth Seetharam <[EMAIL PROTECTED]> wrote: > Hi, > > Can we take partial dump instead of full dump of memory ? > If so, what are the parameter do i need to set?
You can use makedumpfile utility for taking partial dump or compressed dump. You can download the latest makedumpfile(ver. 1.1.3) from the following URL. Details of the change are written on the CVS page of the following site. https://sourceforge.net/projects/makedumpfile/ Method of installation: You can compile the makedumpfile command as follows; 1. "tar -zxvf makedumpfile-1.1.3.tar.gz" 2. "cd makedumpfile" 3. "make; make install" Usage: makedumpfile [-c] [-E] [-d dump_level] [-x vmlinux] dump_mem dump_file Example: If you want to exclude pages filled by zero, cache pages, user pages and free pages and to enable compression, please execute the following command. # makedumpfile -c -d 31 -x vmlinux /proc/vmcore dumpfile Thanks tachibana > > > Thanks and Regards, > Seetharam > > ____________________________________________________________ > GET FREE 5GB EMAIL - Check out spam free email with many cool features! > Visit http://www.inbox.com/email to find out more! > > _______________________________________________ > fastboot mailing list > fastboot@lists.linux-foundation.org > https://lists.linux-foundation.org/mailman/listinfo/fastboot _______________________________________________ fastboot mailing list fastboot@lists.linux-foundation.org https://lists.linux-foundation.org/mailman/listinfo/fastboot