Commit 2e3f7dd0 authored by Zhou Jifeng's avatar Zhou Jifeng Committed by Miklos Szeredi
Browse files

fuse: Track process write operations in both direct and writethrough modes



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: default avatarZhou Jifeng <zhoujifeng@kylinos.com.cn>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 9e7f5296
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment