Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1306522imm; Fri, 27 Jul 2018 15:02:40 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcDkzEmqImHLZOfB1KXS1p6tZBODcRM++Bp3u9XnYwalo/hAr6IavYJF4qeNjKINNT4mFWS X-Received: by 2002:a17:902:6105:: with SMTP id t5-v6mr7603574plj.92.1532728960091; Fri, 27 Jul 2018 15:02:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532728960; cv=none; d=google.com; s=arc-20160816; b=OVX6TeAmEqg9Knv3YmugsX3L/aoNxNU3vdoPbiU9A4Mu6fmOBBfigm+XJQHrEaoFy7 A7rgfvwaHD/3jDuFIfpuoRMX+WFlKp/vizKBmyLmUrp2X95gBZZhPewcSIVkmmCmQTJ2 mLKrOyV5tX3V5AHlXd3j2DrfoKGeH4QGb8Ra7Tjoiq28tdvUj1wTlnBWb+BZY4v3K7Nr MyFwLrFsAnCAMIB+QXMkFHwvqUfk8bT2AxDMX9fQewJh+fOZx6Byf/42nXzgI4PlkWw4 DLRiL7EEBAN3iNszlkmlriZ6VPWYTRxpB1A9m7s008+aogUaFtA+vN/ZYLDrj9YMG3c4 AU/Q== 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=amLk7dsLWnbl03uFhNhO2JQYH2pWyrO2vYx2mbPLTk0=; b=G9nQrGr7DAxrLgnCw7V69cKG9wHP9uU4lWLuMvuznuuAGo3OavNVQJ3cRYNrU573E0 3Trp43+IXQKQrfnEk6oCyHOTARkZVvu6aDKZIsL8T5/KP5az5bCNNgV4FHFzHxqCIFXl fib9evorLXcT0OVQnkmfykXNAmWbU/oTvabDXd1tnSG9q7wLfAPM8Niwh5zpX6xypyDG rwOwHYUuhd/bzO59e+1qwlJy8k+Ic9MeKPZH6fLbvXNPXwg79DFXQMMIhhp6zPcoY+en ADXDC12CD/PQix2pdGvr4NLUmcd/nM2IORCUQqPRWGMrOjAzOmCvKQYz2k08nPGURi+O urEw== 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 a9-v6si4567665pgf.380.2018.07.27.15.02.25; Fri, 27 Jul 2018 15:02:40 -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 S2389902AbeG0XZR (ORCPT + 99 others); Fri, 27 Jul 2018 19:25:17 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:60163 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389719AbeG0XZR (ORCPT ); Fri, 27 Jul 2018 19:25:17 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 105A8805F6; Sat, 28 Jul 2018 00:01:24 +0200 (CEST) Date: Sat, 28 Jul 2018 00:01:23 +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: <20180727220123.GB18879@amd> References: <20180712172942.10094-1-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LpQ9ahxlCli8rRTG" Content-Disposition: inline In-Reply-To: <20180712172942.10094-1-hannes@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 --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > The idea is to eventually incorporate this back into the kernel, so > that Linux can avoid OOM livelocks (which TECHNICALLY aren't memory > deadlocks, but for the user indistinguishable) out of the box. >=20 > We also use psi memory pressure for loadshedding. Our batch job psi->PSI? > How do you use this feature? >=20 > A kernel with CONFIG_PSI=3Dy will create a /proc/pressure directory with > 3 files: cpu, memory, and io. If using cgroup2, cgroups will also Could we get the config named CONFIG_PRESSURE to match /proc/pressure? "PSI" is little too terse... Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --LpQ9ahxlCli8rRTG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAltbljMACgkQMOfwapXb+vJangCfazQXvp2udMeXISRfTR8kVg3Q ReIAn1U+vmdcDISLPazXCUbd2cAXPJJI =ua6C -----END PGP SIGNATURE----- --LpQ9ahxlCli8rRTG--