[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170725134247.71e77cb68695cb351e389119@linux-foundation.org>
Date: Tue, 25 Jul 2017 13:42:47 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: "Huang, Ying" <ying.huang@...el.com>
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
Johannes Weiner <hannes@...xchg.org>,
Minchan Kim <minchan@...nel.org>,
Rik van Riel <riel@...hat.com>, Shaohua Li <shli@...nel.org>,
Hugh Dickins <hughd@...gle.com>,
Fengguang Wu <fengguang.wu@...el.com>,
Tim Chen <tim.c.chen@...el.com>,
Dave Hansen <dave.hansen@...el.com>
Subject: Re: [PATCH -mm -v3 1/6] mm, swap: Add swap cache statistics sysfs
interface
On Tue, 25 Jul 2017 09:51:46 +0800 "Huang, Ying" <ying.huang@...el.com> wrote:
> The swap cache stats could be gotten only via sysrq, which isn't
> convenient in some situation. So the sysfs interface of swap cache
> stats is added for that. The added sysfs directories/files are as
> follow,
>
> /sys/kernel/mm/swap
> /sys/kernel/mm/swap/cache_find_total
> /sys/kernel/mm/swap/cache_find_success
> /sys/kernel/mm/swap/cache_add
> /sys/kernel/mm/swap/cache_del
> /sys/kernel/mm/swap/cache_pages
We should document this somewhere. Documentation/ABI/ is the formal
place for sysfs files, but nobody will think to look there for VM
things, so perhaps place a pointer to the Documentation/ABI/ files
within Documentation/vm somewhere, only there isn't an appropriate
Documentation/vm file ;)
Or just put all these things in debugfs. These are pretty specialized
things and appear to be developer-only files of short-term interest?
Powered by blists - more mailing lists