Discussion:
[fuse-devel] userspace debugfs using libfuse.
solganik
2017-07-12 18:26:45 UTC
Permalink
Hi Fuse developers.
I had developed a small project, called procstat which provides
functionality similar to debugfs for userspace applications.
Project page can be found here https://github.com/solganik/procstat .
Project goal is to provide file-system interface to expose process "custom"
counters and statistics, somewhat that exists for a long time in kernel via
debugfs, but completely absent for userspace applications.
Project basic readme can be found here:
https://github.com/solganik/procstat

Project supports exposing "integral" values of any POD type, poejct
supports "dataset" and provides some basic statistics on submitted values,
and also supports custom formatters and printers.

I think this is very interesting use-case for libfuse, would be happy to
get suggestions/reviews for this project.

Thanks,
Sasha.

Loading...