From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: [Bug #13463] Poor SSD performance Date: Wed, 10 Jun 2009 14:37:46 +0800 Message-ID: <20090610063746.GA26773@localhost> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Rafael J. Wysocki" Cc: Linux Kernel Mailing List , Kernel Testers List , Jake , tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Andrew Morton > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13463 > Subject : Poor SSD performance > Submitter : Jake > Date : 2009-06-05 17:37 (3 days old) Hi Jake, Could you collect some blktrace data for the dd commands on new/old kernels? dd if=/dev/sda of=/dev/null bs=1M count=1024 iflag=direct dd if=/dev/sda of=/dev/null bs=1M count=1024 You need to install the blktrace tool and run these commands: cd /dev/shm blktrace /dev/sda # do this while dd is running # ^C to interrupt blkparse sda Package: blktrace Description: utilities for block layer IO tracing blktrace is a block layer IO tracing mechanism which provides detailed information about request queue operations up to user space. There are Thanks, Fengguang