Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4222855imm; Mon, 30 Jul 2018 10:41:10 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfvWr+Qh7FY0h5pBX5EqTK5fY7OaCI6QBweGuba7fFnqMjzJ5pvyNWQhJMzQ2jpwfE1N+le X-Received: by 2002:a63:9856:: with SMTP id l22-v6mr17798852pgo.208.1532972470453; Mon, 30 Jul 2018 10:41:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532972470; cv=none; d=google.com; s=arc-20160816; b=Gd7B2Gh/xh3Pl9X69kZtMANfCi6N4jgmseUGQ65D0H5g4fhchrv3sAUvBS6o2XZTnp x/p1BzybREM/ysWy+uBp4ZHg4xVj0llRYw1NBNhYMmBfxvom4cxe/teNhu4j3wuYKoin W9FsPH1tuj4b8w1leR5sM8jeD20IAT8/fIgZ4WzISdhO1y7qo2UvNTD0RQGKHFYDw5qk j1ETfqAI9/rACjlWH8iKn+5h9djA6s9eQ+dHE097S3bKzTmAQgbeXdoj1VpsbetaH3Eg El0tCFwRm/otBJ+AQLtCHesR1+Q5UKtjVe2+e0kp0XjSlV1u2tqsg423VCYuGPfB4UkW kabw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=gg+rP5M+PG4+puS6x440BWVqwisMVyZTui8Xc/od3a4=; b=JHEJ6UO8+8NI0uQPQHo67SYw45gJ+694DbctTVgHvbivMI9ORluTcIZBZnw/0YbuRr 2MF6MzhBKRcWIpceW4tu2MIsdAzjxryuzr1FfypbNpGj1ZrHI+KWTTPDsZjpjGUlvWZd RUr7qWMntBgWvyV7gjsPXeNyxH5hDLQEWhdRbG394qFyxNddZYeHrCJob2sDhNiv643b GPOT4NWC7sBKlgCapA1WHpB4RAxsYhRLdfFTCPJUPk8yf7PT1fKhysL9vcvq2U81DnJD 3cfOsIUOtDiZnVV5ViA1zwpDYoaEsZt8RrW1uIcpt914A/se7RcHI6n7KGRnWJ8fdMy9 hMTg== 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 j24-v6si11143037pfn.363.2018.07.30.10.40.56; Mon, 30 Jul 2018 10:41:10 -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 S1731047AbeG3TPq (ORCPT + 99 others); Mon, 30 Jul 2018 15:15:46 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:40672 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727018AbeG3TPq (ORCPT ); Mon, 30 Jul 2018 15:15:46 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 5DD2E805F3; Mon, 30 Jul 2018 19:39:41 +0200 (CEST) Date: Mon, 30 Jul 2018 19:39:40 +0200 From: Pavel Machek To: Johannes Weiner Cc: Ingo Molnar , Peter Zijlstra , Andrew Morton , Linus Torvalds , Tejun Heo , Suren Baghdasaryan , Vinayak Menon , Christopher Lameter , Mike Galbraith , Shakeel Butt , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH 0/10] psi: pressure stall information for CPU, memory, and IO v2 Message-ID: <20180730173940.GB881@amd> References: <20180712172942.10094-1-hannes@cmpxchg.org> <20180727220123.GB18879@amd> <20180730154035.GC4567@cmpxchg.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0eh6TmSyL6TZE2Uz" Content-Disposition: inline In-Reply-To: <20180730154035.GC4567@cmpxchg.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --0eh6TmSyL6TZE2Uz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon 2018-07-30 11:40:35, Johannes Weiner wrote: > On Sat, Jul 28, 2018 at 12:01:23AM +0200, Pavel Machek wrote: > > > How do you use this feature? > > >=20 > > > A kernel with CONFIG_PSI=3Dy will create a /proc/pressure directory w= ith > > > 3 files: cpu, memory, and io. If using cgroup2, cgroups will also > >=20 > > Could we get the config named CONFIG_PRESSURE to match /proc/pressure? > > "PSI" is little too terse... >=20 > I'd rather have the internal config symbol match the naming scheme in > the code, where psi is a shorter, unique token as copmared to e.g. > pressure, press, prsr, etc. I'd do "pressure", really. Yes, psi is shorter, but I'd say that length is not really important there. Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --0eh6TmSyL6TZE2Uz Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAltfTVwACgkQMOfwapXb+vIlkgCeK9KRUnDyKNk7tez2Mpwtukiw uAMAn0ZpVKvSol9WKtgbznn5hShpYu+b =iFrT -----END PGP SIGNATURE----- --0eh6TmSyL6TZE2Uz--