Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4624574imm; Tue, 7 Aug 2018 04:51:19 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeWQOxPvQe9vU7Po7zBmt5J3vyeaUkOcgQ6MNyFrDEbI01x2xmX5B8Eo3/XEXT3m2fxSuj5 X-Received: by 2002:a63:161a:: with SMTP id w26-v6mr18960915pgl.257.1533642679478; Tue, 07 Aug 2018 04:51:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533642679; cv=none; d=google.com; s=arc-20160816; b=KW0XMgZFGAPjwiAsepB0uHZxZlW3DIVwL7Jlp3HSNWVCmfuGOpE0MFGilrUNK1fCVy 35Em34AGFpTL7KXKIQt0NfGYcOTEesVzkjKJzV79RfIZusTGRv392q63sQLMGkVo3tmR lN1zIJJ2tf793cGjGv4SgmvFe2P8TLV1zKjkh2RCzjZoFzS6a7vmdrsQD4Ns30Pdo9x4 +CGr5ogZJjpmzVCwOyzWlyTRKWNg7fPjAztrR8JN8dogNgQGTjYc+dq4vGbyQfWHIdcO Kurshiiz/CuLb0grogiVIGa93kxva7UuSKaRYFHpZAnga0RUP7N32665Wk6+gD0pxF2p eBfQ== 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=PRWp1aQNt3godCM3NeGxYTulNnRigR+QugI6tHLbcjY=; b=QRPEy44bf9TeQz3qFt3oD3GuFZRmdWE7TCJ0d9bIkWIeFkKMDuWEwPoL49k8qrIsMq 1iHX+gFFmeH7UexSWUwiXvPqNncmmTUWExOdL97+pogQSdcuRhDwvmHDhwL/so8RSIP2 Sbd7+AE1faNSQQwz7FuvHIleeY0TJHwoCd+xLPW+Yb3RQcS1MjT3N7yC9h44QKO19HbV A8TDQj8mtgqS4kS0m6ZKqkYbcCjDD0U/TUH98smRf4PCu0TWomFLuPRQZ8a9GH3+9whJ oxsG4gCIaAhWMmunBgWhB2WwJrdNjrnc1okqlBlQLkYfj/T8rMDY61TGMghG+TQUA2r2 W6tg== 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 y25-v6si1264369pga.192.2018.08.07.04.51.05; Tue, 07 Aug 2018 04:51:19 -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 S2388890AbeHGOEJ (ORCPT + 99 others); Tue, 7 Aug 2018 10:04:09 -0400 Received: from seldsegrel01.sonyericsson.com ([37.139.156.29]:9803 "EHLO SELDSEGREL01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727048AbeHGOEJ (ORCPT ); Tue, 7 Aug 2018 10:04:09 -0400 Subject: Re: [PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v3 To: Johannes Weiner , Ingo Molnar , Peter Zijlstra , Andrew Morton , Linus Torvalds CC: Tejun Heo , Suren Baghdasaryan , Daniel Drake , Vinayak Menon , Christopher Lameter , Mike Galbraith , Shakeel Butt , , , , References: <20180801151958.32590-1-hannes@cmpxchg.org> From: peter enderborg Message-ID: <5576a988-fca9-15a5-5fa8-16f704ea20fb@sony.com> Date: Tue, 7 Aug 2018 13:50:09 +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: <20180801151958.32590-1-hannes@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 08/01/2018 05:19 PM, Johannes Weiner wrote: > > A kernel with CONFIG_PSI=y will create a /proc/pressure directory with > 3 files: cpu, memory, and io. If using cgroup2, cgroups will also have > cpu.pressure, memory.pressure and io.pressure files, which simply > aggregate task stalls at the cgroup level instead of system-wide. > Usually there are objections to add more stuff to /proc. Is this an exception?