From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751569AbdG0Un1 (ORCPT ); Thu, 27 Jul 2017 16:43:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48324 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751042AbdG0Un0 (ORCPT ); Thu, 27 Jul 2017 16:43:26 -0400 Date: Thu, 27 Jul 2017 13:43:25 -0700 From: Andrew Morton To: Johannes Weiner Cc: Ingo Molnar , Peter Zijlstra , Rik van Riel , Mel Gorman , linux-mm@kvack.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH 0/3] memdelay: memory health metric for systems and workloads Message-Id: <20170727134325.2c8cff2a6dc84e34ae6dc8ab@linux-foundation.org> In-Reply-To: <20170727153010.23347-1-hannes@cmpxchg.org> References: <20170727153010.23347-1-hannes@cmpxchg.org> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 27 Jul 2017 11:30:07 -0400 Johannes Weiner wrote: > This patch series implements a fine-grained metric for memory > health. I assume some Documentation/ is forthcoming. Consuming another page flag hurts. What's our current status there? I'd be interested in seeing some usage examples. Perhaps anecdotes where "we observed problem X so we used memdelay in manner Y and saw result Z". I assume that some userspace code which utilizes this interface exists already. What's the long-term plan here? systemd changes?