Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937506Ab3DIKOk (ORCPT ); Tue, 9 Apr 2013 06:14:40 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48368 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936412Ab3DIKOj (ORCPT ); Tue, 9 Apr 2013 06:14:39 -0400 Date: Tue, 9 Apr 2013 12:14:37 +0200 From: Michal Hocko To: Simon Jeons Cc: Mel Gorman , Andrew Morton , Hedi Berriche , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: page_alloc: Avoid marking zones full prematurely after zone_reclaim() Message-ID: <20130409101437.GE29860@dhcp22.suse.cz> References: <20130320181957.GA1878@suse.de> <514A7163.5070700@gmail.com> <20130321081902.GD6094@dhcp22.suse.cz> <515E6FC4.5000202@gmail.com> <5163E7EA.1040608@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5163E7EA.1040608@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1146 Lines: 33 On Tue 09-04-13 18:05:30, Simon Jeons wrote: [...] > >I try this in v3.9-rc5: > >dd if=/dev/sda of=/dev/null bs=1MB > >14813+0 records in > >14812+0 records out > >14812000000 bytes (15 GB) copied, 105.988 s, 140 MB/s > > > >free -m -s 1 > > > > total used free shared buffers > >cached > >Mem: 7912 1181 6731 0 663 239 > >-/+ buffers/cache: 277 7634 > >Swap: 8011 0 8011 > > > >It seems that almost 15GB copied before I stop dd, but the used > >pages which I monitor during dd always around 1200MB. Weird, why? > > > > Sorry for waste your time, but the test result is weird, is it? I am not sure which values you have been watching but you have to realize that you are reading a _partition_ not a file and those pages go into buffers rather than the page chache. -- Michal Hocko SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/