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=-10.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 28DE1C43457 for ; Tue, 13 Oct 2020 15:12:40 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 7B76D248F4 for ; Tue, 13 Oct 2020 15:12:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="lpue9pRX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7B76D248F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 9FAF5900002; Tue, 13 Oct 2020 11:12:38 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 9D15A6B0062; Tue, 13 Oct 2020 11:12:38 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 8E8A2900002; Tue, 13 Oct 2020 11:12:38 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0102.hostedemail.com [216.40.44.102]) by kanga.kvack.org (Postfix) with ESMTP id 831036B005D for ; Tue, 13 Oct 2020 11:12:38 -0400 (EDT) Received: from smtpin10.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 427EA1EF1 for ; Tue, 13 Oct 2020 15:12:38 +0000 (UTC) X-FDA: 77367243996.10.stick55_3e0b57e27204 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin10.hostedemail.com (Postfix) with ESMTP id 13A2816A4AD for ; Tue, 13 Oct 2020 15:12:38 +0000 (UTC) X-HE-Tag: stick55_3e0b57e27204 X-Filterd-Recvd-Size: 6397 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf36.hostedemail.com (Postfix) with ESMTP for ; Tue, 13 Oct 2020 15:12:37 +0000 (UTC) Received: from kernel.org (unknown [87.71.73.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3799922280; Tue, 13 Oct 2020 15:12:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602601956; bh=xUrl48IjiENObhEfA2T6TtpGq3QfIdTmHF2AmJXs4wQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lpue9pRX6a7Fw6IgRveFHO/EcuqEVB43UfNvKZaho1k/GDSsOLCJAAUfPwWsQtNnG YXtRO5GIFfbMxzFSzOGo7rv2KwuQHhMhhXvJsJL1WiH7Lz8mPPL6s/oU6HcH4/PW9H oaMji+OeAXmLj0lMUofpEIr2sqWs9Rhooq8XOvSE= Date: Tue, 13 Oct 2020 18:12:15 +0300 From: Mike Rapoport To: Randy Dunlap Cc: Muchun Song , Eric Dumazet , Eric Dumazet , Cong Wang , Greg KH , rafael@kernel.org, "Michael S. Tsirkin" , Jason Wang , David Miller , Jakub Kicinski , Alexey Dobriyan , Andrew Morton , Alexey Kuznetsov , Hideaki YOSHIFUJI , Steffen Klassert , Herbert Xu , Shakeel Butt , Will Deacon , Michal Hocko , Roman Gushchin , Neil Brown , Sami Tolvanen , "Kirill A. Shutemov" , Feng Tang , Paolo Abeni , Willem de Bruijn , Florian Westphal , gustavoars@kernel.org, Pablo Neira Ayuso , Dexuan Cui , Jakub Sitnicki , Peter Zijlstra , Christian Brauner , "Eric W. Biederman" , Thomas Gleixner , dave@stgolabs.net, Michel Lespinasse , Jann Horn , chenqiwu@xiaomi.com, christophe.leroy@c-s.fr, Minchan Kim , Martin KaFai Lau , Alexei Starovoitov , Daniel Borkmann , Miaohe Lin , Kees Cook , LKML , virtualization@lists.linux-foundation.org, Linux Kernel Network Developers , linux-fsdevel , linux-mm , Michael Kerrisk Subject: Re: [External] Re: [PATCH] mm: proc: add Sock to /proc/meminfo Message-ID: <20201013151215.GG4251@kernel.org> References: <20201010103854.66746-1-songmuchun@bytedance.com> <9262ea44-fc3a-0b30-54dd-526e16df85d1@gmail.com> <20201013080906.GD4251@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Tue, Oct 13, 2020 at 07:43:59AM -0700, Randy Dunlap wrote: > On 10/13/20 1:09 AM, Mike Rapoport wrote: > > On Mon, Oct 12, 2020 at 05:53:01PM +0800, Muchun Song wrote: > >> On Mon, Oct 12, 2020 at 5:24 PM Eric Dumazet wrote: > >>> > >>> On 10/12/20 10:39 AM, Muchun Song wrote: > >>>> On Mon, Oct 12, 2020 at 3:42 PM Eric Dumazet wrote: > >> > >> We are not complaining about TCP using too much memory, but how do > >> we know that TCP uses a lot of memory. When I firstly face this problem, > >> I do not know who uses the 25GB memory and it is not shown in the /proc/meminfo. > >> If we can know the amount memory of the socket buffer via /proc/meminfo, we > >> may not need to spend a lot of time troubleshooting this problem. Not everyone > >> knows that a lot of memory may be used here. But I believe many people > >> should know /proc/meminfo to confirm memory users. > > > > If I undestand correctly, the problem you are trying to solve is to > > simplify troubleshooting of memory usage for people who may not be aware > > that networking stack can be a large memory consumer. > > > > For that a paragraph in 'man 5 proc' maybe a good start: > > > >>From ddbcf38576d1a2b0e36fe25a27350d566759b664 Mon Sep 17 00:00:00 2001 > > From: Mike Rapoport > > Date: Tue, 13 Oct 2020 11:07:35 +0300 > > Subject: [PATCH] proc.5: meminfo: add not anout network stack memory > > consumption > > > > Signed-off-by: Mike Rapoport > > --- > > man5/proc.5 | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/man5/proc.5 b/man5/proc.5 > > index ed309380b..8414676f1 100644 > > --- a/man5/proc.5 > > +++ b/man5/proc.5 > > @@ -3478,6 +3478,14 @@ Except as noted below, > > all of the fields have been present since at least Linux 2.6.0. > > Some fields are displayed only if the kernel was configured > > with various options; those dependencies are noted in the list. > > +.IP > > +Note that significant part of memory allocated by the network stack > > +is not accounted in the file. > > +The memory consumption of the network stack can be queried > > +using > > +.IR /proc/net/sockstat > > +or > > +.BR ss (8) > > .RS > > .TP > > .IR MemTotal " %lu" > > Hi Mike, > > Could you tell us what units those values are in? > or is that already explained somewhere else? It is described a few lines above and anyway, "MemTotal" is a part of the diff context ;-) > thanks. > -- > ~Randy > > -- Sincerely yours, Mike.