zhichao-cao / file_tracor

tracking the file read and write operation to make the trace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This tool is based on FUSE to collect the read and write requests
you can choose the granularity to trace the I/O (MB is the default settings)

usage:

/fpdd <the underlying file system directory path> <your mount directory>

all information is in the log

About

tracking the file read and write operation to make the trace


Languages

Language:C 99.7%Language:Makefile 0.3%