[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210408160837.kbqxe3ls6ogjvayc@dlxu-fedora-R90QNFJV>
Date: Thu, 8 Apr 2021 09:08:37 -0700
From: Daniel Xu <dxu@...uu.xyz>
To: Christian Brauner <christian.brauner@...ntu.com>
Cc: bpf@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-mm@...ck.org, linux-kernel@...r.kernel.org,
kernel-team@...com, jolsa@...nel.org, hannes@...xchg.org,
yhs@...com
Subject: Re: [RFC bpf-next 0/1] bpf: Add page cache iterator
Hi Christian, thanks for taking a look.
On Thu, Apr 08, 2021 at 09:51:17AM +0200, Christian Brauner wrote:
> On Wed, Apr 07, 2021 at 02:46:10PM -0700, Daniel Xu wrote:
> > There currently does not exist a way to answer the question: "What is in
> > the page cache?". There are various heuristics and counters but nothing
> > that can tell you anything like:
> >
> > * 3M from /home/dxu/foo.txt
> > * 5K from ...
> > * etc.
> >
> > The answer to the question is particularly useful in the stacked
> > container world. Stacked containers implies multiple containers are run
> > on the same physical host. Memory is precious resource on some (if not
>
> Just to clarify: what are "stacked containers"? Do you mean nested
> containers, i.e. containers running within containers?
I mean multiple containers running side by side on the same host.
Thanks,
Daniel
Powered by blists - more mailing lists