tbaror Posted February 19, 2009 Posted February 19, 2009 Hello, I need to test/check in our network disk latency access nas/san , i know there is lots of tools out there but I would like to do custom made script to access disk or remote unc path check if file locked or some other operation and measure (ms) took to read or get status,write etc. any idea or did someone wrote something similar to accomplish this task. Thanks
Prab Posted February 19, 2009 Posted February 19, 2009 I was able to accomplish a rough estimate using these functions TimerInit() FileExists() TimerDiff() Using these you can tell how long it takes to check if the file exists. I don't know how you would check an individual IO request, but its probably possible. FolderLog GuiSpeech Assist
tbaror Posted February 19, 2009 Author Posted February 19, 2009 I was able to accomplish a rough estimate using these functionsTimerInit()FileExists()TimerDiff()Using these you can tell how long it takes to check if the file exists. I don't know how you would check an individual IO request, but its probably possible.thanks good idea
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now