Re: [RFC PATCH 0/5] Introduce /proc/all/ to gather stats from all processes

From: Greg KH
Date: Mon Aug 10 2020 - 11:04:47 EST


On Tue, Aug 11, 2020 at 12:58:47AM +1000, Eugene Lubarsky wrote:
> This is an idea for substantially reducing the number of syscalls needed
> by monitoring tools whilst mostly re-using the existing API.

How many syscalls does this save on?

Perhaps you want my proposed readfile(2) syscall:
https://lore.kernel.org/r/20200704140250.423345-1-gregkh@xxxxxxxxxxxxxxxxxxx
to help out with things like this? :)

> The proposed files in this proof-of-concept patch set are:
>
> * /proc/all/stat

I think the problem will be defining "all" in the case of the specific
namespace you are dealing with, right? How will this handle all of
those issues properly for all of these different statisics?

thanks,

greg k-h