Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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.

thanks good idea

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...