fatrace-rs is a simple file access monitor for Linux systems using fanotify(7), inspired by fatrace, originally developed by Martin Pitt.
fatrace-rs logs file access events in real time using the fanotify subsystem.
The output format closely follows the original fatrace tool:
process_name(PID): EVENT /path/to/file
Examples of event codes:
O— file openedR— file readW— file writtenC— file closed after writing<,>— file moved+,D— file created or deleted
MIT (this project) — not affiliated with the original fatrace.