tbaror Posted May 12, 2011 Posted May 12, 2011 (edited) Hello All, I have wrote a script that measure time to get FileGetSize query from remote storage ,normally the network we test is Giga or 100Mbit network and storage are Netapp based. My question is how can i be sure that the query is purely network request and how much time the local system spend on this cycle?. i am asking it since i don't now how this function behave on remote path. Please advice Thanks in advanced $begin = TimerInit() $size = FileGetSize ($fileop) $dif = TimerDiff($begin) Edited May 12, 2011 by tbaror
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