I'm developing a network-redirector like SMB.
I want to test various file I/O to compare NTFS or SMB implementation.
What I want to test are,
- CreateFile
- Read, WriteFile
- DeleteFile
- RenameFile
- Set, GetFileInformationByHandle
- etc.
And it' would be better if it can measure each I/Os duration.
Is there a program I can use?