top | item 38678020

(no title)

pangey | 2 years ago

Is it possible to use eBPF for this task instead of inotify?

discuss

order

wander_homer|2 years ago

Maybe, but I'm not sure if there's much benefit to that. The most inefficient part of the inotify or fanotify solution is that you have to walk the file system before monitoring can even start, because you first need to know which folders and files are there to begin with. And unfortunately this can't be avoided with eBPF.