Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759059AbZGGQdq (ORCPT ); Tue, 7 Jul 2009 12:33:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757055AbZGGQdi (ORCPT ); Tue, 7 Jul 2009 12:33:38 -0400 Received: from smtp3.ultrahosting.com ([74.213.175.254]:50852 "EHLO smtp.ultrahosting.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756478AbZGGQdh (ORCPT ); Tue, 7 Jul 2009 12:33:37 -0400 Date: Tue, 7 Jul 2009 12:33:21 -0400 (EDT) From: Christoph Lameter X-X-Sender: cl@gentwo.org To: KOSAKI Motohiro cc: LKML , linux-mm , Andrew Morton , Wu Fengguang , David Rientjes , Rik van Riel Subject: Re: [PATCH 1/5] add per-zone statistics to show_free_areas() In-Reply-To: <20090705182259.08F6.A69D9226@jp.fujitsu.com> Message-ID: References: <20090705181400.08F1.A69D9226@jp.fujitsu.com> <20090705182259.08F6.A69D9226@jp.fujitsu.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 807 Lines: 21 On Sun, 5 Jul 2009, KOSAKI Motohiro wrote: > Subject: [PATCH] add per-zone statistics to show_free_areas() > > Currently, show_free_area() mainly display system memory usage. but it > doesn't display per-zone memory usage information. An attempt to rewrite the description: show_free_areas() displays only a limited amount of zone counters. This patch includes additional counters in the display to allow easier debugging. This may be especially useful if an OOM is due to running out of DMA memory. Reviewed-by: Christoph Lameter -- 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/