Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1584164imm; Thu, 19 Jul 2018 04:30:57 -0700 (PDT) X-Google-Smtp-Source: AAOMgpffuH2Db2xt4WM4sKJgic0EdaPforoLM+kiq+vLKT2gQAj8qJ+wthaqpJKgaMxgQtOTzn6R X-Received: by 2002:a17:902:bf44:: with SMTP id u4-v6mr9870932pls.84.1531999857644; Thu, 19 Jul 2018 04:30:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531999857; cv=none; d=google.com; s=arc-20160816; b=vuGLGl9idNqBlUg/IEsAEldZ2bN7dnTMrupjaOp1/5AUh4Y8DevygsIRRgHQPvnlB0 tIKbJbwemu8XlYiya4fzRZNc7enrR5sWWOEXBLDAbOktJDe32iO8X6AsSNt5PNwGg7PJ 4NrabuD0IXTYeRP/w5AWBeJ8EGHV36HMy298dHO+kI5/fX3dhFOFyWnJoa05tFfuDhcl 9kK6Y3G3WPqf19yuiwnk2aNSS/6Nx/uIQxJxQ5fpHajzXFViH3TXuofp+G9MpGR/FRtx 5W+BFttqN8qjDC+I3p0PpSe4xoQYxguCHsQrPFNA5LYskH2Ab4ywSCbRvOBbMLUoWyuq Gh9A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=CNL3QRmqEZBSpL3Ix31ebFbIU7IdSa/G5zuQOvqpijE=; b=NgReHoNN4ew7EkIGwqMkYZm0ynJO/s0y+c+FzuBYoOeIp7S6+RphHZESX98D40j5RA 6ay4SGomgQIXG3lYGsScjS/QQr4jllMlp0Xiv5mszzNKCLQH1afSOLlV4NPCpk1Or5+7 u6vMXDoqojFC6w/IerGdph8vPxOqMqep459GvDcaKTR6DAoTabeNaFNjTh9HRfzMZEOV 49rYLgeYzR+ZCXUtGwrK7Er56tk1YDB+8IQx89hFsYrWMgAr4YTXUf6Fkj7lqJCOX7Kb yGaJ+bCGxDZqRtJLOEAeBEwEWvRbCIYUCOXAws94AXIUic9qbRLyiOD+p75foalmNOwq bH+A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e2-v6si5940618pgl.4.2018.07.19.04.30.19; Thu, 19 Jul 2018 04:30:57 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730627AbeGSMM0 (ORCPT + 99 others); Thu, 19 Jul 2018 08:12:26 -0400 Received: from seldsegrel01.sonyericsson.com ([37.139.156.29]:14828 "EHLO SELDSEGREL01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727367AbeGSMMZ (ORCPT ); Thu, 19 Jul 2018 08:12:25 -0400 Subject: Re: [PATCH 0/10] psi: pressure stall information for CPU, memory, and IO v2 To: Johannes Weiner , Michal Hocko CC: Daniel Drake , , , , , , Ingo Molnar , Peter Zijlstra , Andrew Morton , Tejun Heo , Balbir Singh , Mike Galbraith , Oliver Yang , Shakeel Butt , xxx xxx , Taras Kondratiuk , Daniel Walker , Vinayak Menon , Ruslan Ruslichenko , References: <20180712172942.10094-1-hannes@cmpxchg.org> <20180716155745.10368-1-drake@endlessm.com> <20180717112515.GE7193@dhcp22.suse.cz> <20180718222157.GG2838@cmpxchg.org> From: peter enderborg Message-ID: <143db4db-2613-345d-9b8e-1794b6d8c4fe@sony.com> Date: Thu, 19 Jul 2018 13:29:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180718222157.GG2838@cmpxchg.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Language: en-GB Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/19/2018 12:21 AM, Johannes Weiner wrote: > > Yes, we currently use a userspace application that monitors pressure > and OOM kills (there is usually plenty of headroom left for a small > application to run by the time quality of service for most workloads > has already tanked to unacceptable levels). We want to eventually add > this back into the kernel with the appropriate configuration options > (pressure threshold value and sustained duration etc.) Is that the same application as googles lmkd for android? Any source that you might share?