Re: [PATCH v2] fuse: Track process write operations in both direct and writethrough modes

From: Miklos Szeredi
Date: Tue Mar 05 2024 - 11:05:39 EST


On Tue, 7 Nov 2023 at 09:14, Zhou Jifeng <zhoujifeng@xxxxxxxxxxxxxx> wrote:
>
> Due to the fact that fuse does not count the write IO of processes in the
> direct and writethrough write modes, user processes cannot track
> write_bytes through the “/proc/[pid]/io” path. For example, the system
> tool iotop cannot count the write operations of the corresponding process.
>
> Signed-off-by: Zhou Jifeng <zhoujifeng@xxxxxxxxxxxxxx>

Applied, thanks.

Miklos