Hello, I am interested in doing some debugging/analysis and am wondering if there is a recommended way to programmatically detect read/write operations to the array. In particular, I am interested in counting the number of times that any given path is read/written. It would also be cool if I could detect when a file was opened and when that stream was closed but this is probably fantasy.