From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B704C4338F for ; Wed, 25 Aug 2021 00:29:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 29D3761368 for ; Wed, 25 Aug 2021 00:29:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236362AbhHYA37 (ORCPT ); Tue, 24 Aug 2021 20:29:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231552AbhHYA36 (ORCPT ); Tue, 24 Aug 2021 20:29:58 -0400 Received: from scorn.kernelslacker.org (scorn.kernelslacker.org [IPv6:2600:3c03:e000:2fb::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 03E22C061757 for ; Tue, 24 Aug 2021 17:29:13 -0700 (PDT) Received: from [2601:196:4600:6634:ae9e:17ff:feb7:72ca] (helo=wopr.kernelslacker.org) by scorn.kernelslacker.org with esmtp (Exim 4.92) (envelope-from ) id 1mIgmy-0001eD-O3; Tue, 24 Aug 2021 20:29:08 -0400 Received: by wopr.kernelslacker.org (Postfix, from userid 1026) id 48C3056006F; Tue, 24 Aug 2021 20:29:08 -0400 (EDT) Date: Tue, 24 Aug 2021 20:29:08 -0400 From: Dave Jones To: Linus Torvalds Cc: Peter Zijlstra , Linux Kernel , Johannes Weiner Subject: Re: 5.14-rc breaks iotop swap io monitoring. Message-ID: <20210825002908.GA16064@codemonkey.org.uk> Mail-Followup-To: Dave Jones , Linus Torvalds , Peter Zijlstra , Linux Kernel , Johannes Weiner References: <20210824031648.GA2725@codemonkey.org.uk> <20210824151943.GA386@codemonkey.org.uk> <20210824213342.GA1708@codemonkey.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 24, 2021 at 04:26:59PM -0700, Linus Torvalds wrote: > > > What happens if you boot with the 'delayacct' kernel parameter. > > > > > Yeah that boot option does make iotop work again. > > Ok, so it's that delay allocation thing is it. > > I'm inclined to let it be and see if somebody else notices, and how > big of a deal it is. > > The 'delayacct' kernel command line is an acceptable workaround if > this is something only a few people will even notice or care about. > > I wonder how much people care about some statistics and iotop these days. > > I also assume the swap stats still show up in "vmstat" etc, and that > it's just that iotop ended up using fancier interfaces? afaict, vmstat is fine (though none of my machines are using swap, so they're just reporting 0) Dave